View Single Post
  #4  
Old 02-10-2004, 03:30 PM
kevina kevina is online now
Registered User
 
Join Date: 03-27-2003
Posts: 825
It probably should and we will add that request to the list of issues/enhancements to address in a future release of Visual Build Pro.

Our developers made the assumption that this default value was created during a normal .NET FrameSDK and/or VS.NET install, which must not ALWAYS be the case.

For now if you manually create this default value under the registry key specified earlier in the thread, everything should work on your build machine.

If you want this to be automated, add a Write Registry step (before the GAC Install step) that ensures this default value exists (it will create the key if missing)...

Kevin
Reply With Quote