Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 02, 2013 04:14 PM by moquamar
Member
46 Points
149 Posts
Feb 01, 2013 10:04 PM|LINK
I have been trying to deploy a new web app on the server but no matter what I dd; it did not work.
1. Created a web project WebProject
2. Created a web deployment project WebProject_Deploy
3. Created a Web Setup Project WebSetup1
When I build solution; I get an error:
Error 6 The file '/WebProject.csproj/Site1.Master' does not exist /WebProject.csproj/WebForm1.aspx 1 1 WebProject_Deploy
All-Star
95245 Points
14072 Posts
Feb 02, 2013 07:06 AM|LINK
check to see that Site1.Master does exist or not...also check the folder you created Web setup project and actual website....check out this tutorial, it helps in step by step process....http://geoffrey.vandiest.biz/post/ASPNET-Web-setup-project-walkthrough.aspx
thanks,
Feb 02, 2013 04:14 PM|LINK
The error is pointing to the project WebProject_Deploy which does not contain any pages.
The project WebProject has a content page myDetails.aspx from master page snd this project does have site master page. It also compiles and runs fine if alone.
moquamar
Member
46 Points
149 Posts
A Simple Deployment Task becomes Huge Problem - Visual Studio 2010
Feb 01, 2013 10:04 PM|LINK
I have been trying to deploy a new web app on the server but no matter what I dd; it did not work.
1. Created a web project WebProject
2. Created a web deployment project WebProject_Deploy
3. Created a Web Setup Project WebSetup1
When I build solution; I get an error:
Error 6 The file '/WebProject.csproj/Site1.Master' does not exist /WebProject.csproj/WebForm1.aspx 1 1 WebProject_Deploy
ramiramilu
All-Star
95245 Points
14072 Posts
Re: A Simple Deployment Task becomes Huge Problem - Visual Studio 2010
Feb 02, 2013 07:06 AM|LINK
check to see that Site1.Master does exist or not...also check the folder you created Web setup project and actual website....check out this tutorial, it helps in step by step process....http://geoffrey.vandiest.biz/post/ASPNET-Web-setup-project-walkthrough.aspx
thanks,
JumpStart
moquamar
Member
46 Points
149 Posts
Re: A Simple Deployment Task becomes Huge Problem - Visual Studio 2010
Feb 02, 2013 04:14 PM|LINK
The error is pointing to the project WebProject_Deploy which does not contain any pages.
The project WebProject has a content page myDetails.aspx from master page snd this project does have site master page. It also compiles and runs fine if alone.