Search Results

2
votes

Project Types in ASP.NET

There is a similar question here thats already answered: http://stackoverflow.com/questions/43019/what- …
0
votes

WCF service unable to load referenced assemblies from the GAC

One thing you could try is using the fully qualified assembly name of your service. It is my understanding that when dealing to the GAC, that's the only way to go. Apart from that, you coul …