gac
How is windows not finding this assembly?
I keep gett开发者_开发技巧ing this error in my windows logs: SharePointSocialNetworking.Facebook[详细]
2023-01-26 19:45 分类:问答ASP.NET and GAC
There is an ASP.NET Web application that makes use of a reference DLL. The same DLL is registered in GAC.[详细]
2023-01-26 14:44 分类:问答*WHY* doesn't Visual Studio allow you to make a reference to an assembly in the GAC?
There have been several questions that have answered the HOW or more precisely how to get around this Visual Studio limitation:[详细]
2023-01-26 14:39 分类:问答Wix - install as non-admin and add to GAC
I am writing an installer using WIX, and I need to add a .dll file to the GAC. I use: <File Id=\"my.dll\" Name=\"my.dll\" DiskId=\"1\" Source=\"..\\MyResources\\\" KeyPath=\"yes\" Assembly=\".net[详细]
2023-01-25 06:58 分类:问答Unity 2 fails to load registered type when testing with VS2010 unit tests
I have set up an Unity 2.0.414.0 container using app config. My solution structure looks like this: Project A: dependency factory using Unity with unity xml config file.[详细]
2023-01-25 06:52 分类:问答Add Reference to GAC Assembly copies Non GAC dependent assemblies recursively (c# Visual Studio 2008)
This is my application deplyoment: c:\\Program Files\\Product\\API.dll(Registered in Gac) c:\\Program Files\\Product\\ApiImpl1.dll (Non Gac)[详细]
2023-01-25 03:54 分类:问答If assembly is added to the GAC, do all assemblies it references also need to be added there too?
Background Info: I have two COM+ components on a remote server, based on .NET assemblies, one of which calls the other, which in turn calls a private assembly.[详细]
2023-01-24 09:37 分类:问答Can I discover a part from an assembly in the GAC using MEF?
I am just getting started with MEF and hoping to integrate it with an application I\'m currently working on.I am wondering if it is possible in MEF to discover parts in assemblies that are in the GAC.[详细]
2023-01-24 02:47 分类:问答gacutil is not a valid win32 application?
I registered Mono.WebServer.dll in the GAC with: C:\\Program Files\\Microsoft Vi开发者_如何学编程sual Studio 8\\SDK\\v2.0\\Bin\\gacutil.exe[详细]
2023-01-23 17:57 分类:问答Installing a particular file in the GAC?
when I wanna to run a click once deployed vb.net win-application on my machine it says: \"Unable to install or run the application. The application requires that assembly CrystalDecisions.CrystalRepo[详细]
2023-01-23 12:01 分类:问答