'Imports '<name2>'의 '<name1>'은(는) Namespace, Class, Structure, Enum 또는 Module을 참조하지 않습니다.
업데이트: 2007년 11월
'<name1>' for the Imports '<name2>' does not refer to a Namespace, Class, Structure, Enum or Module
Namespace, Class, Structure, Enum 또는 Module이 아닌 대상에 Imports 문을 사용하려고 했습니다. Imports 문은 참조 프로젝트 및 어셈블리에서 네임스페이스 이름을 가져오거나 문을 사용한 모듈과 같은 프로젝트 내에 정의된 네임스페이스 이름을 가져옵니다.
오류 ID: BC30467
이 오류를 해결하려면
- 가져오려는 엔터티를 Imports 문에 사용할 수 있는지 확인합니다.
참고 항목
작업
방법: Visual Studio에서 참조 추가 또는 제거(Visual Basic)