최신 개발 도구인 Visual Studio 2010이 공식적으로 출시되었다고 한다. 한글버전 출시일은 6월 정도라고 한다. 관련 사이트 :
Summary When you are developing a class library, you may want Visual Studio .NET to list your library in the Add Reference dialog box on the .NET tab without the user having to browse for it. This issue is not…
정말 오랫동안 이 기능때문에 불편을 겪어왔었는데, 완벽하고 쉬운 해결방법을 발견하게 돼서 공개한다. 😎 이 방법은 Visual Studio 2005와 2008에서 가능하다. 설치 및 배포 프로젝트의 파일 시스템 화면으로 이동하고, 대상 컴퓨터의 파일 시스템에서 마우스 오른쪽 버튼을 클릭해서 시스템 폴더를 특수폴더로 추가한다.…
The error message: The maximum nametable character count quota (16384) has been exceeded while reading XML data. The nametable is a data structure used to store strings encountered during XML processing – long XML documents with non-repeating element names, attribute…