I am using a nUnit to, well, unit test an assembly. The assembly is in my project output dir (\\bin\\debug) and is loaded into nUnit (Assemblies > Add Assembly) from this location.
I have to implement .net assembly that would be put into GAC. It re开发者_Python百科lies on RDBMS connection string and some additional params - what is the best place I should put it? Machine.config,
I have about 70 sites on a server that all use the same开发者_JS百科 dlls.I thought it would be better to register them in the GAC and remove them from the site\'s bin folder so they\'re all looking a
I want to redirect consumers of dll v1 to dll v2. I will add a publisher policy in 开发者_如何转开发GAC for that.
I have an API DLL that several third party applications reference. Some of these applications want things two ways in terms of updates.
I have developed an Office 2007 C# 开发者_运维百科add-in. It uses clickonce for deployment. On systems with Office 2010 all is ok but on a machine with XP SP3, NET 3.5sp1 and Office 2007, I get a stra
I have a production box (Windows Server 2008) where no visual studio is installed. Can I use GACUTIL there...If so where can i find the gacutil exe in that ma开发者_C百科chineIt does not exit on the p
Has anyone done this? I have created an assembly an开发者_运维问答d installed it to the GAC.It\'s listed in gacutil and I can see it in c:\\windows\\microsoft.net\\assembly folder.
I need to register two versions of the same assembly in the GAC. From what I understand, it should be possible to register both versions, however when I try to register the second one using gacutil.
I have recently tried to migrate the NServiceBus libraries to the GAC as they are pretty big and are required in nearly all of my software. I am using the newest .NET 4.0 Build (2.0.0.1219) and have u