Compiler Error Message: BC30002: Type 'x' is not defined.

Last post 09-13-2007 4:21 AM by Nosferatu. 4 replies.

Sort Posts:

  • Compiler Error Message: BC30002: Type 'x' is not defined.

    09-11-2007, 7:08 AM
    • Member
      5 point Member
    • Nosferatu
    • Member since 11-16-2006, 10:22 AM
    • Posts 9

    I am getting the following error after I have copied my project from test to live (I am using vs2005 and .NET 2.0)

    Compiler Error Message: BC30002: Type 'x' is not defined.

    The project runs fine on test. Both test and live machines run .NET 2

  • Re: Compiler Error Message: BC30002: Type 'x' is not defined.

    09-12-2007, 9:58 AM

    What is the name of the type that is not defined?

    Thanks

    ------------------------------------------------------------

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: Compiler Error Message: BC30002: Type 'x' is not defined.

    09-12-2007, 1:18 PM
    • Member
      5 point Member
    • Nosferatu
    • Member since 11-16-2006, 10:22 AM
    • Posts 9
    It's GMap. I have a .NET control for GoogleMaps
  • Re: Compiler Error Message: BC30002: Type 'x' is not defined.

    09-12-2007, 11:20 PM

    Did you copy control to the server into bin or GAC? Does control have referenced assemblies that perhaps also need to be copied there?

    Thanks

    ------------------------------------------------------------

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: Compiler Error Message: BC30002: Type 'x' is not defined.

    09-13-2007, 4:21 AM
    • Member
      5 point Member
    • Nosferatu
    • Member since 11-16-2006, 10:22 AM
    • Posts 9
    I have copied the dll into the bin directory. There are no other referenced assemblies. GMap however is a class file that sits in the App_Code directory
Page 1 of 1 (5 items)