Click here to Skip to main content
15,908,015 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
we are in the project of doing Migrasion 1.1 to 3.5 version.
After migracion we browse the page which are using the "Microsoft.web.ui.webcontrols.dll" some times below mentioned error is coming. when we replace the dll or we do some changes in web.config and after doing iis iisreset the error is not coming..

Error: Could not load file or assembly 'microsoft.web.ui.webcontrols, version=1.0.2.226, Culture=neutrel, Publickeytoken=null' or one of its dependencies. access is denied.

How can we resolve the issue.. I am facing this since long time..please suggest me in this regard

Thanks in Advance
Lakshmi Chandra
Posted
Updated 10-Dec-09 20:38pm
v2

1 solution

Hi Lakshmi,

In the process of upgrading from 1.1 to 3.5, microsoft has renamed quite a few DLL's.

Like, Microsoft.Web.Extension to System.Web.Extension etc...

Looks like the same must had happened with it. You would need to remove any reference present to it in your project. Further, after creating the project in V3.5, you would not need to use it.

Hope that helps.
Sandeep
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900