vs2015安装

 

昨天安装了一个office2016的精简版,造成vs2016注册码没有了,直接提示过期,根本不让重新输入,后来中控制面板-》添加删除程序 找到

 

 

 双击

然后点 修复 ,修复完成后,重新打开Vs就可以中帮助哪里重新输入注册码了

专业版:HMGNV-WCYXV-X7G9W-YCX63-B98R2
企业版:HM6NR-QXX7C-DFW2Y-8B82K-WTYJV

 ——————————————————————————————————————————————————————

打开别人的vs项目时候,会自动创建虚拟目录,有时候不让创建还会出错,其实修改*.csproj文件可以解决,让加载项目时候不中创建虚拟目录

去掉这个

<ProjectExtensions>
    <VisualStudio>
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
        <WebProjectProperties>
          <UseIIS>True</UseIIS>
          <AutoAssignPort>True</AutoAssignPort>
          <DevelopmentServerPort>1966</DevelopmentServerPort>
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
          <IISUrl>http://localhost:8888/FirstMvcApp</IISUrl>
          <NTLMAuthentication>False</NTLMAuthentication>
          <UseCustomServer>False</UseCustomServer>
          <CustomServerUrl>
          </CustomServerUrl>
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
          <servers defaultServer="">
            <server name="SelfHostServer" exePath="" cmdArgs="" url="http://localhost:1966/" workingDir="" />
          </servers>
        </WebProjectProperties>
      </FlavorProperties>
    </VisualStudio>
  </ProjectExtensions>

posted on 2017-08-06 06:59  土金豪  阅读(217)  评论(0编辑  收藏  举报