Visual Studio Development Bookmark and Share   
 index > Visual Studio Guidance Automation Toolkit > No assemblies placed in GAC
 

No assemblies placed in GAC

I was under the impression that the dll's that install with the Guidance Automation Extensions (the ones in %vsdir%\common7\ide\publicassemblies) are supposed to get installed into the GAC, however none of mine are put there after running the install. When I try to manually install them i receive an error on microsoft.visualstudio.textemplating stating that it is not properly signed.

I'm runnning vs2005 team developer.

Am I off my rocker here?

chriso  Friday, February 24, 2006 10:28 PM
The GAC is not supported for GAX/GAT or your own package assemblies. As GAX is not installed to the GAC, you cannot install a library that references GAX assemblies into the GAC.

That said, you can use GAC'ed assemblies from your package (i.e. a DSL you create or something else).
kzu  Thursday, March 02, 2006 1:25 PM
The GAC is not supported for GAX/GAT or your own package assemblies. As GAX is not installed to the GAC, you cannot install a library that references GAX assemblies into the GAC.

That said, you can use GAC'ed assemblies from your package (i.e. a DSL you create or something else).
kzu  Thursday, March 02, 2006 1:25 PM

You can use google to search for other answers

Custom Search

More Threads

• Error while displaying the Current Project name in a Text box of a Custom Wizard Page
• Problems installing SCSF source code may 2007
• SCSF/CAB - Module & View Loading Best Practice?
• Custom Argument Type and History of T4
• GAX/GAT 2007 July installation problem
• SCSF
• Help! Recipe Framework Error - Register Recipe "EnvDTE.Project, EnvDTE"
• Guidance actions are gone
• <ProjectGuid>{$WebGuidProp$}</ProjectGuid> Ignored -- very stragne behaviour
• Unable to install GAX/GAT