Quantcast
Channel: Common Language Runtime Internals and Architecture forum
Viewing all articles
Browse latest Browse all 1710

How to install assemblies created in VS2013 in GAC?

$
0
0

Hi, 

We are migrating our application from VS2005 to VS2013.

As a part of it, a common assembly file which we used also we have migrated to VS2013. We tried to deploy the migrated assembly in GAC. We have used the existing gacutil.exe in older version and modified the gacutil.exe.config file with version number v4.0.30319. We kept both gacutil.exe and gacutil.exe.config files at C:\Windows\Microsoft.NET\Framework64\v4.0.30319. Also we have kept our common dll in the same location. now executed the gac command as below

C:\Program Files\Microsoft Visual Studio 12.0>gacutil -i "C:\Windows\Microsoft.N
ET\Framework64\v4.0.30319\SJI.Common.DbUtil.dll"
Microsoft (R) .NET Global Assembly Cache Utility.  Version 4.0.30319.33440
Copyright (c) Microsoft Corporation.  All rights reserved.

Assembly successfully added to the cache

C:\Program Files\Microsoft Visual Studio 12.0>

But when we checked at assembly the older version of DLL only listed. can't able to find the new one.

Please guide us to register the new DLL in gac.


Viewing all articles
Browse latest Browse all 1710

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>