G
Green Start Button
Hello,
I am trying to compile some code for a web application.
The code (written in VB.NET) works through IIS 6.0 / Win2003 server. I have the dotNET Framework v1.1 SDK installed to my workstation and I need to compile this code into a DLL file.
When I try to compile the VB file (with VBC) I get a whole lot of statements like:
Search.aspx.vb(2) : error BC30466: Namespace or type 'WebControls' for the Imports 'Microsoft.Web.UI.WebControls' cannot be found.
Imports Microsoft.Web.UI.WebControls
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Could someone direct me to a tutorial site that tells me how to set this up properly?
TIA...
I am trying to compile some code for a web application.
The code (written in VB.NET) works through IIS 6.0 / Win2003 server. I have the dotNET Framework v1.1 SDK installed to my workstation and I need to compile this code into a DLL file.
When I try to compile the VB file (with VBC) I get a whole lot of statements like:
Search.aspx.vb(2) : error BC30466: Namespace or type 'WebControls' for the Imports 'Microsoft.Web.UI.WebControls' cannot be found.
Imports Microsoft.Web.UI.WebControls
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Could someone direct me to a tutorial site that tells me how to set this up properly?
TIA...