Book a Demo

Author Topic: C# Namespaces  (Read 2188 times)

Stringer

  • EA User
  • **
  • Posts: 37
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
C# Namespaces
« on: September 10, 2007, 02:31:14 am »
I did reverse-engineer my C# code from Visual Studio project using the MDG Integration plugin. It did create sub-packaged for all namespaces it was able to find. But since most of my projects didnt have more than one namespace, I decided to move my forms and other objects away from the namespace packages to the root packages. However, now I cannot open the sources in Visual Studio because it only says it cannot find those objects. So is there way to re-create the Namespace packages and move my objects back to where they belong? Or what I should do? I have already drawn some diagrams and made some commenting so I don't want to delete and recreate my links.