I have installed Visual Web Developer Express 2010 but my .tt templates don't have icons. Do you know how to solve this issue?
Unfortunately, this is a known bug in the Express editions of Visual Studio 2010. The core components of T4 are installed, but registry entries and item templates are missing.
Related
I had Visual Studio 2017 community before and Xamarin templates were there. I installed Visual Studio 2017 enterprise and now I do not see Xamarin templates like:
BlankApp(Xamarin.form Portable) and BlankApp(Native shared)
I have repaired Visual Studio and also updates but still same. Please advise how to fix it if anyone got same issue.
There is some changes on VS 2017 15.6.4, click Mobile App(Xamarin.Forms), and click OK, A window will appear allowing you to choose a Share Project or a .NET Standard:
Here is about the Share Project, and here is about the .Net Standard.
I've been working on a web development/deployment project (.wdproj) in Visual Studio 2010 that is used in production. Word is that in Visual Studio 2012, 2013, and probably 2015, web development/deployment projects are no longer compatible.
I've searched a myriad of sites trying to find some way to convert/migrate/upgrade my project so that I can work with it in at least Visual Studio 2013 but I have not had any luck. I figured something like this would be very common but that is far from the case.
How do I convert, migrate, or upgrade my current Visual Studio 2010 web development/deployment project (.wdproj) to be compatible in Visual Studio 2013?
I use the .wdproj to compile all my .cs files to the code-behind of my site. Is there a different way of doing this now? If so, where is the documentation for this?
I had installed installshield in my system but when i go to visual studio-> file->new project , there is no installshield in new project...why its like that can any one give me a solution for that.I am using visual studio Express 2013.
Thank you
Visual Studio Express doesn't support extensions / addins / project templates and so on. Switch to Visual Studio Community Edition or better.
I will like to create something similar to: http://www.add-in-express.com/docs/net-excel-rtd-servers.php
When I open visual studio I do not have that project type even though I am running it as an administrator...
what do I have to do so that I can have that project type (ADX RTD Server) on visual studio?
You simply need to have Add-in Express for Office and .net installed. There is no trial version for Visual Studio 2010, but if you have VS 2012, you can download a 60-day evaluation version of Add-in Express from Visual Studio Gallery:
http://visualstudiogallery.msdn.microsoft.com/A4880BFE-A230-44B6-9D23-86AFAA1A2997
is there a way to create a Visual Studio 2008 Add-In with the Visual Studio 2010?
Our customer still uses VS2008, in our upgrade-progress to VS2010 with TFS2010 it would be nice when we're able to develop this Add-In in VS2010.
Or is an Visual Studio 2010 Add-In backward compatible?
Thanks!
Alex
There are three levels of extensibility in Visual Studio :
Macros,
Add-ins,
VS Packages
I can confirm that VS2008 Add-ins work perfectly well in VS2010 beta2. You just have to edit the .AddIn file and replace "9.0" by "10.0".
best regards
u should go to this path and copy add-ins path into,then work its
Open up Visual Studio > Tools Menu > Options > Environment > Add-In/Macro Security > Add the path for example "C:\VisualStudioPlugins"
then u use this add-ins
saeedPy - best regards