Question : Vista Home: Use of NET.TCP terminates w3wp.exe and listener

For more than a week, i am trying to set up a IIS hosted wcf service project with net.tcp endpoint.
I am using Visual Studio 2008 on a Vista Home Premium OS.
I have succeeded in adding a net.tcp binding and enabling net.tcp protocol for the site and am using the project web option to host in local IIS webserver.
now, whenever i try to access the service or get metadata over mextcpbinding, after approx. 1 minute i get an error, w3wp.exe terminates (and restarts) and the listener seems to be terminated, too (i have no more listening port when checking with netstat, does not recover unless i restart the computer or change net.tcp binding info or similar).
This is the message i get when trying to get metadata from a client project in visual studio 2008:
Metadaten enthalten einen Verweis, der nicht aufgelöst werden kann: "net.tcp://lm-vi-nb-01:8080/WcfService1/Service1.svc/mextcp".
Der Server hat keine sinnvolle Antwort gegeben; dies kann durch einen nicht übereinstimmenden Vertrag, ein vorzeitiges Herunterfahren der Sitzung oder durch einen internen Serverfehler verursacht sein.
Wenn der Dienst in der aktuellen Projektmappe definiert ist, erstellen Sie die Projektmappe, und fügen Sie den Dienstverweis erneut hinzu.
If you are not familiar with the german, it says, that the server response does not make sense, the reason might be a service contract problem, an early session termination or an internal server error.
i do not find any event log entries or logfiles that refer to the error.
Here the latest web.config servicemodel section i tried, http working well, mextcp leading to the situation explained above:
      
   
                  
                        
         
                              
                                    
                              

                        

                        
       
     

            

            
                  
                        
         
                              
         
                              ults="true"/>
                        

                  

            
   
      


I'd really be glad, if somebody could help me here!

Answer : Vista Home: Use of NET.TCP terminates w3wp.exe and listener

ok, finally i found a solution, though i still don't understand what happened.
i installed win 7 ultimate 64bit and did the very same setup and everything just works fine!
i thought, up to 3 connections were fine with vista home, maybe i was wrong.
thanks gemailj for your efforts trying to help me! btw, the mextcp endpoint is ok on its own, too, though not very useful... ;-)
Random Solutions  
 
programming4us programming4us