Expand Minimize
1 out of 10 rated this helpful - Rate this topic

Could not load type '<type name>' 

Complete error message: Please make sure that the assembly containing this type is added to the project references.

Visual Studio attempted to wire up an event-handling method and could not find one or more parameter types for the method. This is usually caused by a missing reference.

To correct this error

  • Add the reference containing the type to the project and try again.

See Also

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.