Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
In my windows application i created a project but now there is not showing the design page it shows me error on .cs page when I open that form how can I solve that issue
Posted
Comments
Kornfeld Eliyahu Peter 10-Nov-14 2:10am    
If you would be so kind to share with us the error - without it is impossible to tell anything...
NaveenReddy2458 10-Nov-14 2:39am    
can you share that error???
Jineesh TR 11-Nov-14 5:26am    
If you really want to solve your problem, atleast you should be kind enough to provide the relevant details. ie code where error catches and error message

1 solution

This is extremely difficult to fix without being in front of the machine!
What's happened is that your form constructor has an error and it throwing an exception: VS catches that, and displays the warning page for you instead of the design view, because it can't construct an instance of the form correctly.

What the error is and what causes it? That's down to you. If the "I can;t show this form" error page information doesn't help you pinpoint exactly where the problem is (and it generally does give you the exception detail) then what may help is running your code in the debugger and looking for any exceptions there - fix them, and your form should reappear.

But we can't do that for you! :laugh:
 
Share this answer
 

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



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