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

Extension throws missing DLL errors, previously working fine #44

Closed
Tristan10 opened this issue Oct 22, 2021 · 4 comments
Closed

Extension throws missing DLL errors, previously working fine #44

Tristan10 opened this issue Oct 22, 2021 · 4 comments

Comments

@Tristan10
Copy link

I am using this tool and sometime recently, not sure exactly when, it stopped working. When trying to render a template I see the following error:

image

Some interesting things to note are

  • I did a search for "Miscrosoft.VisualStudio.LanguageServices" in my entire solution and there were no results
  • The required dependency for the stated 3.11.0 version of that NuGet package is .NET Framework v4.7.2, which none of the projects in my solution are targeting
  • The tool was previously working fine and I can't pinpoint any changes in the solution / project that would cause this error
  • There is nothing more in the NTypewriter output window
@NeVeSpl
Copy link
Owner

NeVeSpl commented Oct 22, 2021

What version of VS do you have? The latest one? 16.11.5?

@Tristan10
Copy link
Author

What version of VS do you have? The latest one? 16.11.5?

Looks like I am currently running 16.10.3

@NeVeSpl
Copy link
Owner

NeVeSpl commented Oct 22, 2021

That is the reason probably, I guess that with VS 16.11 comes that missing dll in version 3.11.
I have updated nugets in Typewriter 0.2 from 3.8 to 3.11, and apparently, VS does not do well with nugets from the future.

@Tristan10
Copy link
Author

That would indeed seem to be the issue. Updated VS to the newest version and it works. Thanks!

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

2 participants