Well, I did it, I went to Project|Add Item and got me a module file. I put my common code in there and my common strings for database connectivity... and when I go back to my codebehind, I can start typing and autofil picks up that I'm talking about my module, and offers me my settings. However, when I go to run the page, I get a Compilation error!
Here is the code it pukes on:
It says 'comFunc' is not declared.
I think this is something I haven't done to register the module correctly or something... any ideas?
Here is the code it pukes on:
Code:
nowJob.Text = "W" & comFunc.newWebNum("w")
It says 'comFunc' is not declared.
I think this is something I haven't done to register the module correctly or something... any ideas?