Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
how to open project c# i have make it and deleted it from it place and add in another i try to to open the project no design form appear also the design code appear
Posted
Comments
Fabio V Silva 23-May-11 14:22pm    
Can you try to explain yourself a bit better? The question is not making much sense...
Rob Branaghan 23-May-11 14:41pm    
I cant edit it, but this is what I make of it.
How do i open a project which is written in C# that I have moved, I deleted it and moved it to another location but when I try and open the project it doesnt have a design view form and the design code has dissapeared.
How can I get the project to open properly.
shaimaa 2 23-May-11 14:42pm    
ok i make project c# and i make some thing error that delete that project from where i save it and i have copy from it i want to add to visual studio to open it again but the design not appear

You need to do this exercise before development, to make sure you understand what is your source code and what not and what makes the project movable. Now you're in trouble. To restore it, I would need all the information about the project.

Also, stop doing development without revision control system. See this thread:
Revision control systems, which to choose from?[^].

—SA
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 23-May-11 14:48pm    
If you still need help you may try to contact me directly via my site (well find in my profile, use "contact me").
--SA
Sergey Alexandrovich Kryukov 23-May-11 18:35pm    
What did you do? Please zip you code and add the file to post; there is a post file field in the form. Thoroughly remove all files which are not source code. Please include reference to this page and your CodeProject ID.
--SA
Manfred Rudolf Bihy 23-May-11 20:45pm    
Sound advice, SA! 5+
Sergey Alexandrovich Kryukov 23-May-11 21:08pm    
Thank you, Manfred.
--SA
What do you mean the "design did not appear"??? All you have to do is open the .SLN file. If the designer doesn't show a form right away you just have to double-click one in the Solution Explorer on the right.

If there are errors when you do this, you have to specify what they are and exactly what they say.
 
Share this answer
 
v2

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