Cannot run the web pages in IEhttp://forums.asp.net/t/288310.aspx/1?Cannot+run+the+web+pages+in+IEFri, 01 Aug 2003 18:31:13 -0400288310288310http://forums.asp.net/p/288310/288310.aspx/1?Cannot+run+the+web+pages+in+IECannot run the web pages in IE Hello, When I followed the readme file to request one of the pages from IE http://localhost/sampleapp/multipage.aspx, I get the an error below: File or assembly name Microsoft.Web.UI.WebControls, or one of its dependencies, was not found. Can someone please help? Thank you in advance, Jennifer 2003-07-24T12:08:39-04:00288344http://forums.asp.net/p/288310/288344.aspx/1?Re+Cannot+run+the+web+pages+in+IERe: Cannot run the web pages in IE Jennifer, You also need under C:\Inetpub\wwwroot\sampleapp - Microsoft.Web.UI.WebControls.dll in a \bin dir - \webctrl_client (see xcopy cmd in readme) 2003-07-24T12:42:20-04:00288400http://forums.asp.net/p/288310/288400.aspx/1?Re+Cannot+run+the+web+pages+in+IERe: Cannot run the web pages in IE Hi, I actually have Microsoft.Web.UI.WebControls.dll in C:\Inetpub\wwwroot\sampleapp\bin directory. Following the readme file I have the same files under C:\Inetpub\wwwroot\webctrl_client when I use the command prompt to type in the xcopy lines. However, I still have the same parsing error. Thank you in advance, Jennifer 2003-07-24T13:41:56-04:00288572http://forums.asp.net/p/288310/288572.aspx/1?Re+Cannot+run+the+web+pages+in+IERe: Cannot run the web pages in IE Try to move webctrl_client there: C:\Inetpub\wwwroot\sampleapp\webctrl_client 2003-07-24T15:48:30-04:00288585http://forums.asp.net/p/288310/288585.aspx/1?Re+Cannot+run+the+web+pages+in+IERe: Cannot run the web pages in IE Hi Bill, When you mentioned to move webctrl_client directory, this caused me to look at the parsing error in more detail. Actually I had to move the bin directory to C:\Inetpub\wwwroot, then I was able to run the .aspx files. Thank you so much for helping me. Jennifer 2003-07-24T15:58:52-04:00289216http://forums.asp.net/p/288310/289216.aspx/1?Re+Cannot+run+the+web+pages+in+IERe: Cannot run the web pages in IE Jennifer and Bill : I had the exact problems you got. After following you and Bill's discussions and instructioins, I overcame the similar errors you got. However, my final result of running http://localhost/sampleapp/multipage.aspx is as following diplay: This is page number one This is page number two. and this page view is selected! Is this what I supported to be obtained ? What is your final result ? I expect to see the UI of MultiPage. Thanks for your advanced help. Joseph Qiu 2003-07-24T23:41:10-04:00289511http://forums.asp.net/p/288310/289511.aspx/1?Re+Cannot+run+the+web+pages+in+IERe: Cannot run the web pages in IE Joseph, You need: multipage.aspx |_\webctrl_client\1_0 (HTCs) |_\bin (dll) 2003-07-25T07:11:08-04:00289998http://forums.asp.net/p/288310/289998.aspx/1?Re+Cannot+run+the+web+pages+in+IERe: Cannot run the web pages in IE Bill : Thanks for your help. Under my c:\Inetpub\wwwroot\sampleapp\webctrl_cient\1_0, there were MultiPage.html I copied mutipage.aspx into c:\Inetpub\wwwroot\bin The result of running is as same as earlier. I wonder I misunderstand your instruction, please explain "You need: multipage.aspx |_\webctrl_client\1_0 (HTCs) |_\bin (dll) " In a little bit detailed style. I appreciate your help. Joseph 2003-07-25T16:14:12-04:00290386http://forums.asp.net/p/288310/290386.aspx/1?Re+Cannot+run+the+web+pages+in+IERe: Cannot run the web pages in IE hi - I have the same problem - from the original post - I cant find the Microsoft.Web.UI.WebControls.dll file - where am I suposed to get it? 2003-07-25T20:56:14-04:00292510http://forums.asp.net/p/288310/292510.aspx/1?Re+Cannot+run+the+web+pages+in+IERe: Cannot run the web pages in IE Edit the file buil.dat and add the path for the csc.exe, in my case: c:\windows\microsoft.NET\framework\v1.0.3705\csc.exe ...... this create the Microsoft.Web.UI.WebControls.dll file in the build folder JlCorral 2003-07-28T21:05:53-04:00297638http://forums.asp.net/p/288310/297638.aspx/1?Re+Cannot+run+the+web+pages+in+IERe: Cannot run the web pages in IE THANK YOU!!!!! 2003-08-01T18:30:49-04:00