简体   繁体   English

在VS2012中加载项目时出错

[英]Error While loading project in VS2012

Error 109 'Could not load file or assembly 'DevExpress.Web.v14.1, Version=14.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. 错误109'无法加载文件或程序集'DevExpress.Web.v14.1,版本= 1.4.1.7.0,Culture = neutral,PublicKeyToken = b88d1754d700e49a'或其依赖项之一。 Invalid pointer (Exception from HRESULT: 0x80004003 (E_POINTER))' 无效的指针(HRESULT的异常:0x80004003(E_POINTER))

I use to work on VS2008 previously, but recently I have moved from VS2008 to VS2012. 我以前曾在VS2008上工作,但最近我已从VS2008转到VS2012。 Everything is working good, but whenever I add Devexpress Control(Grid View) in my project, I am getting this error message. 一切正常,但是每当我在项目中添加Devexpress Control(Grid View)时,我都会收到此错误消息。

I have searched for this error on Google, and everytime I have found the below mentioned link but it didn't solved my problem. 我已经在Google上搜索了此错误,每次我找到下面提到的链接,但都没有解决我的问题。

Link I use to get from Google : https://www.devexpress.com/Support/Center/Question/Details/KA18620 我用来从Google获得的链接: https : //www.devexpress.com/Support/Center/Question/Details/KA18620

Please help. 请帮忙。

I think that your project is targeted to a .NET version prior to 4. Version 14.1 of DevExpress components requires .NET 4+. 我认为您的项目面向4之前的.NET版本。DevExpress组件的14.1版本需要.NET 4+。 Change your .NET version in the project properties . 在项目属性中更改.NET版本。

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

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