1

I have mvc3 project when I start debugging it show messbox like this

enter image description here

How can i put this project into another executable project?Any idea?

3
  • is your start up project option pointed at your web project? Commented May 24, 2013 at 12:47
  • 1
    You can set the startup project to you webapplication Commented May 24, 2013 at 12:48
  • I put forum mvc project into standard mvc project.Then i select startup project in which project?forum or standard Commented May 24, 2013 at 12:58

3 Answers 3

3

Looks like there are multiple projects in the solution and start up project needs setting.

The MVC projects which you created needs to be the start up project.

To set a single startup project (VS 2010 and 2012) 1.In Solution Explorer, select the desired startup project within your solution. 2.On the Project menu, choose Set as StartUp Project.

Source: http://msdn.microsoft.com/en-us/library/a1awth7y(v=vs.80).aspx

Hope it helps

Sign up to request clarification or add additional context in comments.

Comments

2

just go to the properties of the project then in the output tab change the output type from class library into executable . after did this run your project.

Comments

0

I agree with Daniel: Click right on your MVC3 project, and select "Set as StartUp Project".

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.