![]() |
| ||
| Tag Prefix and Assembly error Hi all, I am trying to create Web Controls and i am getting this error: Could not load file or assembly 'Microsoft.Web.UI.WebControls' or one of its dependencies. The system cannot find the file specified. i inserted all respective directives and namespaces at the begining of the page and also in the web.config file. But it still says it cannot find the file specified. My code goes as following:
i inserted the tagprefix in the page elements section of the web.config file too as following :Thanks in advance. |
| ||
| Re: Tag Prefix and Assembly error The problem is exactly what the error says. The compiler cannot find Microsoft.Web.UI.WebControls in your project. I'm assuming this is the library for IE controls because i don't recognize it as part of the standard libraries. Hence, you probably need to download it, locate it on your machine and reference it in your project. |
| ||
| Re: Tag Prefix and Assembly error Quote:
Can u please tell how to check if a particular library is present in the package or not?! |
| All times are GMT -4. The time now is 7:24 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC