English 中文(简体)
B. 大会和产品版本中的不匹配
原标题:Mismatch in Assembly and Product Version

我正试图将Ajax控制工具包用于作为p.net网站。 我复制了我先前的一个样本项目。 详细情况如下:

Assembly Version – 3.5.40412.0
File Version - 3.5.40412.2
Internal Name: Ajax Control Toolkit
Language : Neutral
Product Version - 3.5.40412.2

当我提及这一大会时,它出现在参考名单上的“AjaxControlToolkit-3.5.40412.2”。 在我管理解决办法时,我收到了一个文件,LoadException:

不能装载档案或组装 AjaxControlToolkit-3.5.40412.2 或属地之一。

所在地的议会明确定义与集会参照不相符。 (摘自HRESULT: 0x80131040)

我认为,问题在于大会版本和文件版本的不同。 是这样吗? 我们如何能够克服这一问题?

最佳回答

Edit the web. a. 清除提及文件,因为正常操作不需要这样做:

1 - 开放网站。

2 - Find the following line and comment it out():xxxxx-is your assembly name.

<add assembly="xxxxx", Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>

3) 拯救和关闭网络。 没收档案和再次审判

RefLink :

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签