Answered by:
Gacutil.exe and .NET Framework 4.0

Question
-
I recently installed the .NET Framework 4.0 beta and noticed that Gacutil is not installed with the product. I was wondering if Gacutil will be added to the framework prior to the full release or will it be excluded from the .Net Framework 4.0?
Thanks,
JasonMonday, June 1, 2009 5:58 PM
Answers
-
It's considered a devloper tool, rather than part of the .NET runtime, so look for it as part VS 2010 and the SDK.
Thanks, --- Paul Dempsey, VS/.Net Deployment Group- Proposed as answer by Karel ZikmundMicrosoft employee, Moderator Monday, June 8, 2009 4:17 PM
- Marked as answer by Karel ZikmundMicrosoft employee, Moderator Monday, June 29, 2009 5:56 PM
Thursday, June 4, 2009 3:47 AM -
If VS2010 is installed, look at: %ProgramFiles%\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools\
Daniel
- Proposed as answer by Daniel Bedarf Tuesday, April 27, 2010 10:43 AM
- Marked as answer by Karel ZikmundMicrosoft employee, Moderator Tuesday, April 27, 2010 3:46 PM
Tuesday, April 27, 2010 10:42 AM
All replies
-
It's considered a devloper tool, rather than part of the .NET runtime, so look for it as part VS 2010 and the SDK.
Thanks, --- Paul Dempsey, VS/.Net Deployment Group- Proposed as answer by Karel ZikmundMicrosoft employee, Moderator Monday, June 8, 2009 4:17 PM
- Marked as answer by Karel ZikmundMicrosoft employee, Moderator Monday, June 29, 2009 5:56 PM
Thursday, June 4, 2009 3:47 AM -
You can use your fusion.dll based tools (if you have ones) to add 4.0 assemblies to .gac - just compile them under Framework 4.0. You can find sample of such tool here: http://geekswithblogs.net/dbose/archive/2008/11/07/recreate-gacutil---part-2.aspx or searching the google with "fusion.dll" and "gacutil" keywords. All you need is to rebuild NET-2.0 project under .NET 4.0.Thursday, June 25, 2009 4:48 PM
-
If VS2010 is installed, look at: %ProgramFiles%\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools\
Daniel
- Proposed as answer by Daniel Bedarf Tuesday, April 27, 2010 10:43 AM
- Marked as answer by Karel ZikmundMicrosoft employee, Moderator Tuesday, April 27, 2010 3:46 PM
Tuesday, April 27, 2010 10:42 AM