Click here to Skip to main content
15,884,676 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hi Team,

My project is not running.When I press F5 its started running but i cant see the Webpage in any browser.
What are the ways to identify.As I am working in Entity Framework.Is that I need to change any setting or may be .dll problems .Please let me know.

thanks
Harshal
Posted
Updated 1-May-14 2:47am
v3
Comments
Bh@gyesh 1-May-14 9:00am    
Hi,
Please check following points :
1. Check whether your project is successfully built or not? (Rightclick on solution -> click on build)
2. Set first page as your startup page. (Rightclick on webpage -> click on 'set as startup page').

if both above mentioned point is verified then also your webpage is not shown in browser then do following :
Rightclick on startup page -> browse.
R Harshal 1-May-14 9:20am    
The following process i have check its fine but then to its not showing the Webpage.
R Harshal 1-May-14 9:24am    
Please Suggest.
R Harshal 2-May-14 7:39am    
I have checked with other browser its gives me error :
The type Database cannot be constructed. You must configure the container to supply this value.

Why is it so,Where I am getting wrong .For your inf information ,I am working Entity Framework.Kindly Revert.
Sergey Alexandrovich Kryukov 1-May-14 9:06am    
There can be too many ways to screw up things. Your post is not informative...
—SA

1 solution

Just to check is it happening to your application only or with other applications on your machine. If it is then check for your installations.

Second you have not cleared whether your browser opens when you press F5. You can choose your browser by right clicking on Solution Explorer.

Try line by line debug to check where your execution stops.

There could be many reasons but I have listed some of them. It will be really helpful if you can give some more details to find solution to your problem.
 
Share this answer
 
Comments
R Harshal 1-May-14 10:28am    
but its not giving to enter in the code so how should i debub.
I checked your following option but its not works.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900