Closed fredericDelaporte closed 5 years ago
I've updated VS2017 to 15.9.15 on my other computer that does not have VS2019 installed and the generator is still working. If you have NETCore 2.1 or higher installed you can try to generate nhibernate/nhibernate-core/pull/2182 to see if the issue is still there and if it is, the exception should contain also the inner exceptions. I've appended the inner exceptions of ReflectionTypeLoadException
in the log for .NET.
There are no issue with 0.16.2, while the trouble was persisting with other versions.
But moreover, willing to attempt a "repair", I am gone into VS Installer, and before I have done anything it has asked me for a reboot to "finish the install". Well I had already reboot a couple of times since the last update, but obviously there was still something unfinished since then. Does it need to reboot through its own button? I hope that was not that stupid.
Any way now it works for all version. Sorry for the undue report.
Checked with AsyncGenerator 0.15.0, 0.14.0, 0.8.2.11 and 0.8.2.4, I cannot generate async anymore:
I have currently VS2017 Community 15.9.15, no VS2019. I have updated to 15.9.15 this week, but maybe the trouble is older.
I have also tried to set
VSINSTALLDIR
(toC:\Program Files (x86)\Microsoft Visual Studio\2017\Community
), but with 0.15.0, it then yields:(The exception message means
Unable to load one or more required types.
)Maybe like for #74, I need to do a full re-install, but I have not tried yet. Has anyone else this issue?