Sign in | Join
Last post 09-13-2007 4:21 AM by Nosferatu. 4 replies.
Sort Posts: Oldest to newest Newest to oldest
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
What is the name of the type that is not defined?
Did you copy control to the server into bin or GAC? Does control have referenced assemblies that perhaps also need to be copied there?