简体   繁体   中英

Cannot open project in visual studio 2012 from another pc

I've created new website in visual studio 2012. I've already made around 500 lines of code, but now I would like to move this project to my other windows pc which also runs Visual studio 2012.

I've tried to COPY the whole folder and paste it in other pc. I've tried to open it but I get following error:

在此处输入图片说明

What could be the problem here , and how to resolve it?

right-click the project Solution Explorer and choose Edit ProjectName.csproj"

In the project file, change the following line:
<UseIIS>True</UseIIS> to
<UseIIS>False</UseIIS>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM