I am trying to deploy my C# windows forms application using Visual Studio 2013 Express. I have followed the guide on http://msdn.microsoft.com/en-us/library/vstudio/wtzawcsz.aspx but when I try to create a new deployment project, the option to choose it is not there. Is there an additional package I need to download perhaps? I'm not sure how to deploy it if I can't create a new deployment project.
Any help would be appreciated. Thanks
SOLUTION:
I guess I didn't have the correct add-ins installed. However, I was able to use a quick & easy tool to publish my application. I simply right-clicked on my solution in the solution explorer, and then clicked publish, and followed all the steps in the wizard.
Related
"File > New > Web site" is missing so I am unable to follow a tutorial I intended to use.
"File > New > Project" Is there but I need Web Site.
Visual Studio Community 2017 Version: 15.5.1
ASP.NET is checked in the installer
I am new to Visual Studio 2017 & any help is appreciated. Thanks.
Update: This is a picture from MSDN showing Web Site is a tab we should have...
Please check this blog: Visual Studio 2017 Version 15.5 Preview and check the following information:
Creating ASP.NET Web Applications: We’ve rearranged the ASP.NET project creation menu items a little bit to improve discoverability and increase the likelihood that you’ll choose the right project type for what you’re trying to do. Now, the commands to create a Web Applications or a Web Site are visually next to each other in the File->New Project dialog. This should help the majority of people discover the Create a New Web Application path correctly the first time.
Per the above message, we can know that the File>New-Web Site… has been moved into the File>New>Projects…, I checked it in my VS 2017 15.5.2 and it display as expected, please check the following:
These is no option anymore in VS to create web site, not creating project.
But you can open existing web site: File -> Open -> Web Site.
To create new web site as project:
File -> New -> Project -> Visual c# -> Web > Web Site:
Open Visual Studio Installer and select ASP.NET and web development then press modify.
My understanding is that the initial installation of VS2017 does not include web site projects. Go the the File > New > Project screen and select the option to install more templates.
I recently installed the Visual Studio 2017 RC and created AngularJS SPA application. I had to uninstall the VS 2017 RC as it was hanging multiple times. Now, Whenever I try to open this SPA application using VS 2015 I get this error. Any help to resolve this would be helpful. Thank you.
Initializing the applicationhost.config file failed. Cannot find IIS
Express
I have got the same issue.
So I install the IIS Express from https://www.microsoft.com/en-us/download/details.aspx?id=48264
Then reload the solution. problem solved.
Follow this link :
https://drive.google.com/open?id=0B9Q8e7mRZ7_oaXRHX01yMUNPbUE
You need to modify the visual studio web services. The video shows how to modify VS. Modification depends on which type of template you are using that shows error.
If its WCF, then you make web service updates during modification of VS.
I couldn't fix this issue, But I managed to resolve by Uninstalling and reinstalling the Visual Studio 2015.
you can download IIS express from this link and install it
https://www.microsoft.com/en-us/download/details.aspx?id=48264
I had faced the same problem while trying to "Live Share" my web development project on the web browser.
I was using the latest version of Visual Studio still I got this issue.
Then I go to the Visual Studio Downloader to download the ASP.NET and web development Workloads which is available in the Workloads section.
Here I had attached the image in which you can see in the details it is clearly written that Live Share is available.
visual studio downloader where you can see the Live Share option
I have a windows service to detect desktop lock and unlock. I tried to create an EXE setup file (myapp.exe) for my windows service. the service detects lock/unlock event and writes it in a text file.
I was able to do this in visual studio 2010, but i don't find any documents as how to create this exe setup file using visual studio 2012. I found some videos in youtube which shows creating exe setup file but when i tried i don't find my service installed as a windows service. It is installing like normal application.
Good article explaining how to create a windows service installer with Visual Studio and WiX is available here.
With Visual Studio 2012 you will need a third party tool to create setups. I would suggest WiX. There is good information on installing and starting Windows Services using WiX here although you will probably need to read some beginners tutorials first.
The alternative is to load your project in VS2010 and add a setup project there. You will need to perform the build in VS2010. VS2012 will still load your solution, but it will ignore (unload) your setup project. The same .sln will open up fine in VS2010 and VS2012.
I wish you to be able to help me with this small issue :) please look at below pictures. I don't have publish and deployment in the new project (Visual Studio 2012). how to solve this problem? any idea? i will appreciate your advice!! I need to create a installer setup for my WPF application.
Publish and deployment image:
My problem here:
Microsoft removed the support for setup applications in Visual Studio 2012 (yeah I know it sucks !)
You can use Visual Studio 2010 to create your setup project, ClickOnce Deployment or a third-party setup program like Inno Setup.
vdproj Setup Project support has been removed in VS2012.
Consider WiX as alternative.
WiX also compiles without installing VS 2012 Professional, although you cannot open WiX project in VS 2012 Express.
i'm newbie for mvc4 this is my first project (web app)
i get source project from my friends. they work normally.
when i open project VS2012 and then alert
Unsupported This version of Visual Studio does not have the following
project types installed or does not support them. You can still open
these projects in the version of Visual Studio in which they were
originally created.
- B2B.Web, "D:\ServiceClone\ServiceClone-1706\B2B.Web\B2B.Web.csproj"
and in solution explorer i can not load a project. at the project name it says incompatible
How resolve?
PS. I searched in google but I have not find a work solution. Sorry I'm not good at English :P
You need to install MVC4 on that machine first.
To download MVC4 set up Click here.
Did you try to open it in visual studio 2010?
and also try to Uninstall you Visual studio 2012 completely (save your projects if you want to). Then do a clean installation of Visual studio 2012.