View Single Post
Join Date: Nov 2008
Posts: 99
Reputation: csharplearner is an unknown quantity at this point 
Solved Threads: 3
csharplearner's Avatar
csharplearner csharplearner is offline Offline
Junior Poster in Training

Re: Tag Prefix and Assembly error

 
0
  #3
Jan 5th, 2009
Originally Posted by iDeveloper View Post
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.
I downloaded trial version of Visual Studio 2008 Professional.. so doesnt it come with the package?
Can u please tell how to check if a particular library is present in the package or not?!
Reply With Quote