简体   繁体   English

将 2008 Visual Studio 项目 (3.5 .NET) 导入 Visual Studio 2013

[英]Importing 2008 Visual Studio Project (3.5 .NET) into Visual Studio 2013

I'm trying to continue a project (outlook addin, Visual Basic) which was done with Visual Studios 2008. When i import this in Visual Studios 2013 it instantly starts converting it into a newer Framework which results in a lot of errors and necessary manual changes.我正在尝试继续一个使用 Visual Studios 2008 完成的项目(Outlook 插件,Visual Basic)。当我在 Visual Studios 2013 中导入它时,它立即开始将其转换为更新的框架,这会导致很多错误和必要的手册变化。

I tried to change the target Framework in the Project Options afterwards but im just getting an error.之后我尝试在项目选项中更改目标框架,但我只是收到一个错误。

Im just wondering if there is any way to import this project instantly as a 3.5.NET project?我只是想知道是否有任何方法可以立即将此项目作为 3.5.NET 项目导入?

Greetings你好

I got it!我知道了!

Had to delete the <Assembly: SecurityTransparent()> Attribute.必须删除<Assembly: SecurityTransparent()>属性。 Apparently Visual Studios doesnt delete it.显然 Visual Studios 不会删除它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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