I upgrade my VSIX project from vs2010 to vs2013, my project contains ItemTemplate, unfortunately my upgraded VSIX deploys ItemTemplates into VS2010 folder, I mean in
C:\Users\XXX\Documents\Visual Studio 2010\Templates\ItemTemplates\CSharp\1033
instead of
C:\Users\XXX\Documents\Visual Studio 2013\Templates\ItemTemplates\CSharp\1033
Anybody knows how can I fix the problem?
Related
I've migrated a visual studio 2010 project to visual studio 2015. I build the project in VS2015 and everything builds fine but I don't see any .vs folder in the solution which normally contains the following file:
$(solutionDir)\.vs\config\applicationhost.config
How do I generate this folder and the applicationhost.config file?
When I saved File but automatic remove from project folder using Visual studio 2015 Cordova
We update every tools but nothing working.
Please solve my issue.
Thanks
I installed Visual Studio 2015 Community Update 3 with Xamarin, updated Xamarin and everything was working fine.
But suddenly, the Xamarin Cross-Platform templates went missing when I tried to create a new project.
I don't have these templates anymore:
I only have these ones:
What I tried:
Change
Repair
Uninstall & reinstall Xamarin
Tried this solution (delete cache.bin files): https://stackoverflow.com/a/40201478/1351076
Configuration:
Visual Studio 2015 Community Update 3
Xamarin 4.2.2.11
Question:
Anyone having this issue or a solution?
Can I download somewhere the official missing templates?
This was working for me:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\
Find the correct subfolder. This can be tricky. I had a Xamarin folder, but that was not the right one. In my case it was folder wa13kl1p.m3s.
However, open your folders and check it there is some Xamarin.Forms.Templates... files in it.
Inside that folder navigate to the T/P/CSharp folder.
Copy the Cross-Platform folder over to C:\Users\\Documents\Visual Studio 2015\Templates\ProjectTemplates\Visual C#
Same thing for the ItemTemplates:
But this time navigate to T/I/CSharp folder.
Copy the Cross-Platform folder over to C:\Users\\Documents\Visual Studio 2015\Templates\ItemTemplates\Visual C#
In the current Beta channel, the templates all get merged into a "Wizard Template" instead.
Which will give you all of the same options as the separate templates gave:
However if you run into an issue where templates are not included, please ensure you check your Xamarin extension cache:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Xamarin\Xamarin
Which will have various versions such as 4.2.2.11 that you are currently on. You can then move those .vstemplate files from the .zips to your C:\Users\{username}\Documents\Visual Studio 2015\Templates\ProjectTemplates\Visual C# location.
I would highly recommend updating to the Beta channel to ensure this template is at least there before doing this.
So I recently installed VS2015 after having using VS2013 for a bit. I actually only used VS2013 to create one VB.net project, so I would like to abandon VS2013 and use VS2015 exclusively and likely uninstall VS2013
While I was able to open and run this single VS2013 project in VS2015 just fine, I would like to move the VS2013 project over to the VS2015 project directory; C:\Users\myname\Documents\Visual Studio 2015\projects
How can I best do this?
OK got it. I simply made a copy of the old project under VS2015. Still it showed as a VS2013 project, so (with the project opened in VS2015) I performed "Save As ..." in the "File"-menu and overwrite the existing solution file. Now I can double click on the .sln file and it opens in VS2015
I download OSG stable 3.0.1 x64-64bit files from this page. There are 3 folder on my pc about OSG. They are bin, OpenSceneGraph-3.0.1-VS9.0.30729-x64-debug-12741, OpenSceneGraph-3.0.1-VS9.0.30729-x64-release-12741.
I don't understand how I integrate vs2013. There is a file named osgPlugins-3.0.1in bin folder. Can I add OSG as a plugin? I don't change enviroment variables/settings yet.
Those files aren't built for VS2013, they are only build for Visual Studio up to 2010.