Visual Studio Development Bookmark and Share   
 index > Visual Studio Guidance Automation Toolkit > Guidance Automation Extensions - July 2007 CTP TemplateWizardInterface
 

Guidance Automation Extensions - July 2007 CTP TemplateWizardInterface

Error

System.IO.FileLoadException: Could not load file or assembly 'Microsoft.VisualStudio.TemplateWizardInterface, Version=9.0.0.0 ...

After installing "Guidance Automation Extensions"July 2007 CTP for "Visual Studio 2008 Beta 2" and making the changes for the "Smart Client Software Factory" to work with Beta 2 and installing it,I did find the solutions for SCSF soI tried to to enable it by using Guidance package manager it gave me this error.

WhenI went tothe assembly folder,I found thatI had 'Microsoft.VisualStudio.TemplateWizardInterface" version 8,

I don't know if version 9 exists and not installed or not

Workaround

But to solve this problem - go to the ...\Microsoft Visual Studio 9.0\Common7\IDE folder then edit the file devenv.exe.config (first backup this file, so if something went wrong you can restore it) and remove this part below from the file and save it

Code Block

<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.TemplateWizardInterface" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-8.9.9.9" newVersion="9.0.0.0" />

</dependentAssembly>

Zaben  Tuesday, November 06, 2007 9:19 AM
Hi Zaben.
Some versions of OrcasB2 contains the TemplateWizardInterface assembly compiled with the 9.0 version number that's why the gax installer adds that redirect, however the correct version is 8.0 and it seems that you have an OrcasB2 with the correct assembly version. This issue should be fixed in the RTM version.

thanks for your post.
Jose Escrich  Tuesday, November 06, 2007 10:09 PM
Hi Zaben.
Some versions of OrcasB2 contains the TemplateWizardInterface assembly compiled with the 9.0 version number that's why the gax installer adds that redirect, however the correct version is 8.0 and it seems that you have an OrcasB2 with the correct assembly version. This issue should be fixed in the RTM version.

thanks for your post.
Jose Escrich  Tuesday, November 06, 2007 10:09 PM

Hi Jose Escrich.

Thanks for your reply

  • Edited byZaben Thursday, July 31, 2008 9:08 PMSpelling correction
  •  
Zaben  Wednesday, November 07, 2007 2:40 PM

Thanks guys, seem to work.

YARG  Friday, November 09, 2007 9:31 AM

It works. Thanks a lot.


Success is where preparation and opportunity meet.
Kumar Senthil  Friday, July 11, 2008 3:29 PM

You can use google to search for other answers

Custom Search

More Threads

• Where to Report GAT Bugs or Suggestions?
• How to use Generic List in T3
• Error while displaying the Current Project name in a Text box of a Custom Wizard Page
• [GAT Action] VS stops when trying to access recipe arguments
• Error installing Guidance Automation Extensions on VS2008 architecture edition
• GAT in VB.NET?
• WCSF June 2007 with .Net Framework 3.0 SP1
• Creating Data Repository classes.
• Throwing error when data set has large amount of data binding with crystal report
• Step by Step guide to Smart client software factory