[RESOLVED] Run Time Error (please Help)
Dear Friends,
I have not develop any C#.Net desktop application ever.
Now I have open a new project OSS and add a new form Main.cs.
I then tried to run it. But the following error has introduced. Please help me.
Program 'C:\OSS\OSS\obj\Debug\OSS.exe' does not have an entry point defined
I know this is a very basic problem but I need ur help. How can I select the default form from the project ? and also what is the above error introduced for ?
Rajib
Re: Run Time Error (please Help)
YOu should be able to go to the Solution Explorer, right click the project, and select properties. From there, you should see an item called "Startup Object" or similar.
Bill
Re: Run Time Error (please Help)