I am trying to learn how to compile my asp.Net application manually without
VS.Net.
I have attempted to compile one module with the following command
vbc /target:library DatabaseAccess. vb /imports:system. data
/imports:system. data.sqlclient
but I get a load of errors and they usually highlight an object in the
system.data.sql client of system.data. What option do I need to be using to
make these error go away?
If I have a Page.aspx and a Page1.aspx.vb and Page1.aspx.vb calls "Common.vb"
how do I comiple this so it all works?
Thanks in advance for your assistance!!!!
VS.Net.
I have attempted to compile one module with the following command
vbc /target:library DatabaseAccess. vb /imports:system. data
/imports:system. data.sqlclient
but I get a load of errors and they usually highlight an object in the
system.data.sql client of system.data. What option do I need to be using to
make these error go away?
If I have a Page.aspx and a Page1.aspx.vb and Page1.aspx.vb calls "Common.vb"
how do I comiple this so it all works?
Thanks in advance for your assistance!!!!
Comment