Tagged Questions
2
votes
1answer
923 views
How to add VB.NET Class to GAC, and use it in Code-Behind
I created a VB.NET Class, and created a strong key, and added it to the GAC using the GacUtil. That part has gone smoothly. The Assembly is installed in the GAC and seems to be installed/configured ...
2
votes
3answers
466 views
Do I ever really need to use the Global Assembly Cache (GAC)?
I've been building .NET web applications for many years now, and I never use the GAC?
What am I missing? Or am I better off staying away from it?
0
votes
1answer
39 views
The Global Assembly Cache - Deployment via Codebase Questions
Basically we have many severs running many ASP.NET sites in different app pools. We roll updates every 2 weeks. My basic question comes down to this:
Is using the GAC codebase feature with a URL that ...
0
votes
1answer
342 views
Where is Gacutil.exe? [closed]
Possible Duplicate:
Location of Gacutil with vs 2008
I can't seem to find an answer to where Gacutil.exe is located? I'm on Windows 7, have all of the current .NET versions from 1.0 to ...
0
votes
3answers
713 views
How is windows not finding this assembly?
I keep getting this error in my windows logs:
SharePointSocialNetworking.Facebook
b0ceb144-b183-4b66-aa10-39fd9ee42bd4
Could not load file or assembly 'Microsoft.Contracts, Version=1.0.0.0, ...