Visual Studio project template error - visual-studio

I created a Visual Studio template by using the export template wizard. But when I create a new project from that template system namespaces red underlined. It says "Namespace not defined". Can someone help me?

Finally msdn answered to this. This is a bug of the Visual Studio update1. We posted a bug in the vs thread. reffer the below link
https://connect.microsoft.com/VisualStudio/feedback/details/2417426
If someone face this issue go to this link and vote,comment it.

Related

Visual Studio Xamarin schema set keeps reseting

I've started trying out Xamarin lately and firstly I've noticed that Intellisense for .axml files was not working. I googled it and figured out that I should include some files in my schema set, but that didn't help. I actually found out that excluding (choosing "Automatic" or "Do not use this schema") all of the schemas helps.
But whenever I open another file in VS, or even switch from Source to Designer tab and back, the problem reoccurs, i.e. it goes back to
this. I am using Visual Studio Community 2015.
Has anyone else had trouble with this before or knows what I should do?
Thanks in advance!

Typescript VS2013

I have Visual studio 2013 Ultimate, and want to use typescript. I installed the plug-in:
http://www.microsoft.com/en-us/download/details.aspx?id=34790
It didn't show any errors during or after the install. When I started VS2013 again and went to File > New > Project, there was a TypeScript thing in the templates. But it said "Install the latest TypeScript for Visual Studio", and trying to create such a 'project' results in a "project creation failed" message.
I also tried making a new file, but there was nothing related to typescript. Making a new file and changing the extension to .ts didn't work either (the icon of the file shows that it's an unknown filetype).
How do I get typescript to work in VS2013?
EDIT: I noticed that there's no typescript listed in de list of installed extensions. Could it be that the plug-in didn't detect my VS2013?
Answering my own question based on the comments on the question and own experiences. For when other people find this question.
It helps to restart your computer after installing the typescript plug-in.
And the Web Essensials 2013 plug-in doesn't mix well with typescript, so disable that to avoid Visual Studio crashing. (credit to Ken Smith; see comments on question).

Any one tell me Why css3.0 is not shown in Visual Studio

Why visual Studio is not show css3.0 it always shows css2.1.
i have searched various blog didnt found anything.
Some stackover flow link are also there -
1.See this
Yes with visual studio 2010 sp1 it is not showing css3 it only shows css2.1.
As this issue is raised in microsoft and they are solving it in the next release
With reference to this i am attaching a link
Chk it here
Another One

getting new project template in vs2010

can someone help me in getting a New Project template by name "Domain-Specific Language" in Visual Studio 2010 as shown in the image: http://i.msdn.microsoft.com/dynimg/IC391586.png
googled a lot without finding the correct way....
http://msdn.microsoft.com/en-us/library/bb126593.aspx
You need to install Visual Studio SDK
How to: Create a Domain-Specific Language Solution
http://msdn.microsoft.com/en-us/library/bb126593.aspx

Visual studio 2010 ajax control toolkit tab container

We just upgraded to visual studio 2010 RC1 and all of a sudden our controls inside tabcontainer disappeared from the designer file.
Actually, it all seemed good in the beginning, the project compiled nicely, but as soon as we did any change in the markup of a page and build the code for the controls inside the tabcontainer disappeared and we got errormessages like so
"Error 3 The name 'ddlPeriodicityStartInMonth' does not exist in the current context "
Does anyone know if any changes are made to tabcontainer to visual studio 2010 or if this just is a bug?
Thanks in advance.
Found this one also.
Workaround: Missing Declarations for Controls in Designer File
I had the same problem.
Check out the following link:
Microsoft Connect - Bug in generating the designer.cs file in VS2010
Hope it helps.

Resources