Hello.
What would be the best way to upgrade the namespace that is embedded within the vb code behind module when the Imports clause is used?
For instance, I have a Namespace\vbproj called "MyWebApp"
I would like to set up 2 virtula directories: MyWebAppProd and MyWebAppDev
How would I go about updating all includedf
Imports MyWebApp.MyClassFile
withing vb code behind to reference correct new namespace values as:
MyWebAppNew.MyClassFile
What would be the best way to upgrade the namespace that is embedded within the vb code behind module when the Imports clause is used?
For instance, I have a Namespace\vbproj called "MyWebApp"
I would like to set up 2 virtula directories: MyWebAppProd and MyWebAppDev
How would I go about updating all includedf
Imports MyWebApp.MyClassFile
withing vb code behind to reference correct new namespace values as:
MyWebAppNew.MyClassFile