Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
The gacutil.exe has a new version for 4.0+ because the CLR runtime changed in .NET 4.0 and the location of the GAC changed (it's no longer defaulted to C:\Windows\Assembly, that's just for .NET 1.1 and 2.0). So, you'll need to change the afterbuild.bat file to use the new gacutil. Just edit it and change the path to the new one. On my machine, the new gacutil is located in C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools. Yours might be somewhere different.
|