在asp.net页面中加载程序集问题 [英] Load assembly problem in asp.net page

查看:90
本文介绍了在asp.net页面中加载程序集问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的aspx页面出现汇编问题错误:无法加载汇编文件ajaxtoolkit版本:3.5或无法加载依赖项之一,参数不正确我尝试了很多次,页面加载成功但是问题是页面组合错误

My aspx page have a assembly problem error: could not load assembly file ajaxtoolkit version:3.5 or could not load one of dependencies ,the parameter is incorrect i have tried many times, page loaded successfully but issues is page assembly error

推荐答案

web.comfig或GAC文件夹中不存在"ajaxtoolkit版本:3.5.dll" (C: \ windows \ assembly)

1.将Ajaxtoolkit dll添加到bin文件夹.
2.在web.config中添加ajax标记.
3.以"Nerwork Services"用户的安全性授予"Temporary ASP.NET Files"文件夹的完全权限.授予完整权限.
"ajaxtoolkit version:3.5.dll" not exist in your web.comfig or GAC folder (C:\windows\assembly)

1. Add Ajaxtoolkit dll to the bin folder.
2. Add ajax tags in web.config.
3. Granting full rights to the "Temporary ASP.NET Files" folder with "Nerwork services" user in security. give full rights.


将对ajaxtoolkit dll的引用添加到您的网站.

浏览这些链接
http://forums.asp.net/p/1125637/1769670.aspx [ ^ ]

http://forums.asp.net/p/1417382/3129989.aspx [ ^ ]

Add reference to ajaxtoolkit dll to your website.

Go through these links
http://forums.asp.net/p/1125637/1769670.aspx[^]

http://forums.asp.net/p/1417382/3129989.aspx[^]

This[^]


这篇关于在asp.net页面中加载程序集问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆