Dear experts,
I need to create a project from an executable written in VB.Net. The original code was lost. I did create the project, but cannot compile it. I got many errors like these:
'Catch' must end with a matching 'End Try'.
'My' is not a member of 'myProject.myProject'.
'myProject' has the same name as another type exposed in a 'My' group. Rename the type or its enclosing namespace.
etc.
Could you please explain how come I have all these errors, and how I can fix that?
Thanks
I need to create a project from an executable written in VB.Net. The original code was lost. I did create the project, but cannot compile it. I got many errors like these:
'Catch' must end with a matching 'End Try'.
'My' is not a member of 'myProject.myProject'.
'myProject' has the same name as another type exposed in a 'My' group. Rename the type or its enclosing namespace.
etc.
Could you please explain how come I have all these errors, and how I can fix that?
Thanks