namespace problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • GS

    namespace problem


    in my visual 2008 express project I got project root space named myTest.
    I have dataset named testDsn

    somehow in the myTest.Designer .vb, it tends to generate names like new
    myTest.testDsn. ...
    but the testDsn.Designe r.vb never has the namespace myTest

    so each time I touch the dataset, I get errors and have to manually replace
    all myTest.myDsn with myDsn

    what can I do to fix the problem once and for all?


Working...