I'm new with nomad extension for visual studio (develop mobile applications based on phonegap project). As you can see at this link http://www.microsoft.com/en-GB/developers/articles/building-hybrid-cross-platform-apps-an-introduction-to-nomad-for-visual-studio/ at some point the example add new item of type jQuery UI Designer Page to the project. In my Visual Studio I can't see this kind of file. How can I add this kind of file?
When I try to Add --> new item (in Visual Studio project) I can see only css, javascript and html files.
I've tried everything.
Help me please.
The Nomad team answered me in a email about this question:
Hi,
We removed that feature when we moved to be backed by PhoneGap Build.
Thanks.
Related
I am new to Visual Studio and the .NET framework. I create an ASP.NET Web API project and I a menu panel as shown in the screenshot, where I can easily add the controller class and other stuff:
but when I close Visual Studio and the reload the project, then I can not see the menu like in above, rather then I see the menu as shown below. I am confused - is this a setup problem or not?
Is there any solution for this problem?
As marc_s said, in the second screenshot, you entered "Solution Explorer - Folder View" by mistake.
There is a difference between the file page and the solution interface.
Click this button (Switch between solutions and available views), you can switch between different views.
I am using Windows Template Studio in my VS2017 Community Edition. I can add different component as page. I am willing to know is there any way to side load our own custom component or page locally (offline). So the purpose is need to show my custom controls along with default controls.
This isn't currently supported but there's an open issue on the backlog for it https://github.com/Microsoft/WindowsTemplateStudio/issues/234
I followed the steps as mentioned in this article of msdn:
create new custom project template categories
But it doesn't create my custom category but shows the custom project template under root category i.e. Visual C#.
Any one who might have successfully created a sub-category under "Visual C#" in New Project dialog?
I want something like this, where "My Own Templates" should be on left pane and should show all the custom templates under it on right pane:
Any help would be much appreciated.
I tried this before but didn't get it working. But now it works like a charm. Here is the link that really is straight forward and easy to follow:
VS Custom Templates
I missed this [I guess] Uncheck the option to "Automatically import the template into Visual Studio" for better control of how the template will appear in the Visual Studio. as mentioned in the second page of the article.
I'm creating a setup project for my application with a link to the application
and another link for uninstalling the application.
For some reason the "Uninstall" link always shows on top and it seems that there is no way of changing that.
How can I rearrange the order of the files in the start menu ?
I am getting the error above when I run a solution developed in Visual Studio 2010 and using Silverlight 4. Does anyone know the solution to this?
The asp:Silverlight tag was removed from the SDK on release of Silverlight 3. You need to be using the html <object> tag directly. Review the contents of the test host page the Visual Studio creates when you create a new Silverlight solution.