evilmonster
evilmonster

Reputation: 53

No Visual Studio .NET Versions

I tried everything for solve this. When I open a new project, it only list .NET 2.0, 3.0 and 3.5 versions. But I want to 4.5 or newer versions.

I'd try:

Please help

Upvotes: 1

Views: 65

Answers (1)

evilmonster
evilmonster

Reputation: 53

again. I solved this with a little move operation. Many weeks ago I changed program installation folder (moved into other partition). Visual Studio Installer is crazy about this. It created a folders into my new x86 program files folder. Look like:

H:\x86 -> this is my default folder


H:\x86\x86....\x86\Refferenced Libraries -> this is created by VSI

Whatever, I collected every parts of .NET and i moved it to true folder. It solved.

Upvotes: 1

Related Questions