Quantcast
Channel: Visual Studio Integrate forum
Viewing all articles
Browse latest Browse all 4410

Framework version mismatch in templates.

$
0
0

Hi,

I have created a simple ASP.NET web application in Visual Studio and exported it as a template. When I open New Project dialog in VS, the exported template is showing for all the framework versions. Then I had read about <RequiredFrameworkVersion> element and I had used it in my custom template's .vstemplate file. I had given as 

<RequiredFrameworkVersion>4.0</RequiredFrameworkVersion>

Then the template is showing for 4.0 and greater versions in my VS New Project dialog. But when I'm checking the template in another machine, the template is showing for only 4.0 framework which is not showing for 4.5 and 4.5.1. Then I had used 

<RequiredFrameworkVersion>4.0</RequiredFrameworkVersion>

<MaxFrameworkVersion>4.5.1</MaxFrameworkVersion>


Still its shows only for 4.0 in many machines. I don't know why this happens. Please help me in resolving this issue. Thanks in advance.




Viewing all articles
Browse latest Browse all 4410

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>