Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not load Assembly EnvDTE Version=8.0.0.0.0. #18

Closed
GoogleCodeExporter opened this issue Mar 26, 2015 · 1 comment
Closed

Could not load Assembly EnvDTE Version=8.0.0.0.0. #18

GoogleCodeExporter opened this issue Mar 26, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

I downloaded makeitso from the featured download link and unzipped it in a 
directory on the PATH. When running it (under Win7 64bit) without any 
parameters I'm getting the following output:

>>>
Parsing .\myproject.sln
Fatal error: Could not load file or assembly 'EnvDTE, Version=8.0.0.0, 
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. 
The system cannot find the file specified.
<<<

Given the purpose of this project, it shouldn't be unusual that I don't have 
VisualStudio installed. I did a web search for the error message above and 
everything I found mentions devenv.exe. Could it be that this is not a Release 
build?

Thanks for your help (and coming up with this project!)!

Original issue reported on code.google.com by projekt2...@gmail.com on 21 Mar 2012 at 7:12

@GoogleCodeExporter
Copy link
Author

Hi,

I'm sorry to say that make-it-so only works if you have Visual Studio 
installed. This is because it uses Visual Studio automation to read the 
solution and project files. It doesn't read the files as text, it uses Visual 
Studio to read them.

So unfortunately you do need VS installed to use it.

Sorry that this isn't as helpful as you would like...


Richard

Original comment by richard....@gmail.com on 17 Apr 2012 at 2:58

  • Changed state: WontFix
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant