Visual Studio

How do I edit the Visual Studio templates for new C# class/interface?

Extract, edit and recompress. Paths are for the class template, but the interface templates are in the same folder. You may want to edit the VS template file in each to remove the fact that they don’t automatically add references to the assemblies System, System.Data and/or System.Xml. 2005: C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\CSharp\1033\Class.zip 2008: … How do I edit the Visual Studio templates for new C# class/interface? 더 보기 »

IIS Express 외부 IP로 접속하기 (디버깅)

1. 기본적으로 IIS Express는 localhost만 접속이 가능하다.2. 외부 아이피 즉, 192.168.0.13혹은 127.0.0.1으로 접속시 아래와 같은 에러가 발생한다. Http error 503, The service is unavailable. 3. 현재 실행하고자하는 프로젝트로 우선 이동한다. 그리고 폴더 옵션에서 숨김 폴더를 표시를 한 뒤, .vs 디렉토리을 찾아야한다. 그리고 config 폴더에 applicationhost.config 를 실행한다. {내 프로젝트} -> .vs -> config -> applicationhost.config … IIS Express 외부 IP로 접속하기 (디버깅) 더 보기 »

Visual studio Extension 설치시 에러

Visual studio extension 설치시 위와같은 에러가 발생하였다. 다른 확장을 설치해도 마찬가지.. 1/9/2020 5:03:59 PM – Microsoft VSIX Installer 1/9/2020 5:03:59 PM – ——————————————- 1/9/2020 5:03:59 PM – Initializing Install… 1/9/2020 5:03:59 PM – Extension Details… 1/9/2020 5:03:59 PM – Identifier : AStyle.6b52ccde-8ae4-4233-bccd-6b9b0ba06a56 1/9/2020 5:03:59 PM – Name : AStyle Extension 2020 1/9/2020 5:03:59 PM – … Visual studio Extension 설치시 에러 더 보기 »