bennor / AutoT4

A zero-configuration extension for Visual Studio 2012+ which automatically runs your T4 templates at build time.
MIT License
11 stars 14 forks source link

Can not install on VS2013 #8

Open amalbala opened 9 years ago

amalbala commented 9 years ago

When I try to install the extension from VS gallery or inside VS I always get the same error:

"The extension 'AutoT4' requires a version of the .NET Framework that is not installed"

I have .NET4.5 and ._NET4.5.1

Which version do I need?

bennor commented 9 years ago

Sorry, I'm not sure how but I missed this when you raised it. The extension should work any version >= 4.5. I'll have a look later in the week.

liviuu commented 9 years ago

Hi I have the same problem. Maybe the confusion is due to the fact I have NET 4.6 installed , with VS 2015?

liviuu commented 9 years ago

I removed the dependency to .NET 4.5 from the visx manifest file, rezipped the extension and it installed with no problems.

MelGrubb commented 9 years ago

Seeing the same here. I've used the extension in the past, but on a new dev box, I can't get it to install.