Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: error BC30002: Type is not defined.


Message #1 by Swe Raj <swerajan@y...> on Tue, 23 Apr 2002 09:11:09 -0700 (PDT)
--0-304448948-1019578269=:66941
Content-Type: text/plain; charset=us-ascii


Hai,

   Please let me know how code behind code is compiled into the dll file  by using Command line compilers. Because i have xyz.vb
file which contains the namespace. When I open the aspx file in the browser it shows the following error:


error BC30002: Type 'xyzVB.xyz' is not defined.

        Dim D As xyzVB.xyz = New xyzVB.xyz()
                ~~~~~~~~~~~~~~~~~~~~~~~~~                                  
x:\xyzclient.aspx(22) : error BC30002: Type 'DataServiceVB.DataService' is not defined.
 Dim D As DataServiceVB.DataService = New DataServiceVB.DataService()
           ~~~~~~~~~~~~~~~~~~~~~~~~~                                  
error BC30466: Namespace or type 'xyzVB' for the Imports 'xyzVB' cannot be found.

Imports xyzVB
        ~~~~~

Thanx in Advance,
  Swe




---------------------------------
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more

  Return to Index