when i launch new SCSF Project VS2012 raise the following error:
Could not load file or assembly 'Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Comments: I think Serviclocation was deployed on GAC by GAX or GAT for 2010. SCSF2010 also doesn't work without ServiceLocation in GAC. But i think i found a solution that ServiceLocation can be found without been deployed to GAC. Changing the pgkdef file like in http://stackoverflow.com/questions/5090260/deploy-assembly-containing-iwizard-for-project-template-with-vsix works for me! Try to find a way to integrate it in the build later that day.
Could not load file or assembly 'Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Comments: I think Serviclocation was deployed on GAC by GAX or GAT for 2010. SCSF2010 also doesn't work without ServiceLocation in GAC. But i think i found a solution that ServiceLocation can be found without been deployed to GAC. Changing the pgkdef file like in http://stackoverflow.com/questions/5090260/deploy-assembly-containing-iwizard-for-project-template-with-vsix works for me! Try to find a way to integrate it in the build later that day.