简体   繁体   English

无法加载文件或程序集“ AjaxControlToolkit”或其依赖项之一。 参数不正确

[英]Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The parameter is incorrect

My system was shut down unfortunately after restart my system when I am trying to open project in Visual studio 2013, Project build successfully but when open project in browser, I got below error, I tried clear temp memory but I am not able to solved. 不幸的是,当我尝试在Visual Studio 2013中打开项目时,重新启动系统后,我的系统关闭了,项目构建成功,但是在浏览器中打开项目时,出现以下错误,我尝试清除临时内存,但无法解决。

Can some one help me please. 有人能帮助我吗。

Error Message : Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. 错误消息:无法加载文件或程序集“ AjaxControlToolkit”或其依赖项之一。 The parameter is incorrect. 参数错误。 (Exception from HRESULT: 0x80070057 (E_INVALIDARG)) (来自HRESULT的异常:0x80070057(E_INVALIDARG))

Found the same question Here . 这里发现了同样的问题。

Looks like a corrupted assembly being referenced. 看起来像一个损坏的程序集被引用。

Clear both: 清除两个:

  1. the \\bin folder of your project 项目的\\ bin文件夹

  2. the temp folder (should be C:\\Users\\your_username\\AppData\\Local\\Temp\\Temporary ASP.NET Files in windows 7) 临时文件夹(在Windows 7中应为C:\\ Users \\您的用户名\\ AppData \\ Local \\ Temp \\ Temporary ASP.NET文件)

and see if the error still happens 看看错误是否仍然发生

can you please clear the solutions and then deleted the Ajax control toolkit reference form project then add it again as new one. 您可以清除解决方案,然后删除Ajax控件工具箱参考表单项目,然后将其重新添加为新项目吗?

or else remove all temporary files from following path C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\Temporary ASP.NET Files 否则,请从以下路径C:\\ Windows \\ Microsoft.NET \\ Framework \\ v4.0.30319 \\ Temporary ASP.NET Files中删除所有临时文件

暂无
暂无

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

相关问题 无法加载文件或程序集“AjaxControlToolkit”或其依赖项之一。 该模块应该包含一个程序集清单 - Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The module was expected to contain an assembly manifest 无法加载文件或程序集“ EntityFramework.SqlServer”或其依赖项之一。 参数不正确 - Could not load file or assembly 'EntityFramework.SqlServer' or one of its dependencies. The parameter is incorrect 无法加载文件或程序集“AxInterop.WMPLib”或其依赖项之一。 参数不正确。 - Could not load file or assembly 'AxInterop.WMPLib' or one of its dependencies. The parameter is incorrect. 无法加载文件或程序集“ AjaxControlToolkit”或其依赖项之一。 系统c - Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system c 我该如何解决这个问题; 无法加载文件或程序集“AjaxControlToolkit”或其依赖项之一。 该系统找不到指定的文件 - How can i solve this; Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified BadImageFormatException 无法加载文件或程序集或其依赖项之一。 试图加载格式不正确的程序 - BadImageFormatException Could not load file or assembly or one of its dependencies. An attempt was made to load a program with an incorrect format 无法加载文件或程序集“ MWArray”或其依赖项之一。 试图加载格式错误的程序 - Could not load file or assembly 'MWArray' or one of its dependencies. An attempt was made to load a program with an incorrect format 无法加载文件或程序集“...”或其依赖项之一。 试图加载格式不正确的程序 - Could not load file or assembly '...' or one of its dependencies. An attempt was made to load a program with an incorrect format 无法加载文件或程序集“sapnco”或其依赖项之一。 试图加载格式不正确的程序 - Could not load file or assembly 'sapnco' or one of its dependencies. An attempt was made to load a program with an incorrect format 无法加载文件或程序集“SharpSvn”或其依赖项之一。 尝试加载格式不正确的程序 - Could not load file or assembly 'SharpSvn' or one of its dependencies. An attempt was made to load a program with an incorrect format
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM