'Visual Studio update - 'could not load type' error editing tt file
I updated to VS2019 v16.10 and since then, I get an error every time I type into my tt file (reversePoco).
From reading what little I can find, it may be related to an extension but I see no way to identify which. I didn't even have LanguageService installed, so I installed it but no change.
Has anyone else encountered this and found a solution?
Thanks.
Solution 1:[1]
I had the same issue. I solved on v. 16.11.13 disabling the extension named "Devart T4 Editor", which is apparently shipped with Visual Studio (Menu Extensions > Manage Extensions > Installed > Devart T4 Editor > Disable).
You will loss the syntax highlighting on the .TT files, but you can install other working extension like T4Language (I tried this one) or t4editor.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 |