Link to home
Start Free TrialLog in
Avatar of rrhandle8
rrhandle8Flag for United States of America

asked on

System.Web.UI.WebControls missing

Trying to implement this gentleman's project: https://docs.google.com/spreadsheet/ccc?key=0AgHK_Z79lrOmdFNpeldrYVhsTU1Tc3FXb3BRTjVnbEE

When I run it I get a number of errors regarding the System.Web.UI.WebControls
See image.

I am using Visual Studio 2010

User generated image
Avatar of Miguel Oz
Miguel Oz
Flag of Australia image

Could you attach a zip file with the original project? The project folder link is not accessible. (Google drive error: You need permission Want in? Ask the owner for access, or switch to an account with permission)
You may be missing a reference.
Avatar of rrhandle8

ASKER

Miguel,

I should have posted the root url where I started.  Here is a download for the program:
http://www.aspsnippets.com/Articles/Fetch-and-Read-emails-from-POP3-mail-server-using-C-and-VB.Net---Part-I.aspx
It seems to work fine for me.
Q1. Did you open the solutions as a web site?
File->Open->Website
then point to the folder that contains the web.config file
Click OK and run the site (F5). Just make sure you select a aspx page to run. (I DOUBLE CLICK in VB.aspx in Solution Explorer)

Q2. What VS version/edition are you using? 2010 Ultimate?
I got past that error.  Now the page comes up, but there are just 3 email, and none of them are mine. I set the email address and password to my account. Does seem to work.  You said you got it to work.  Did you fetch your emails?
ASKER CERTIFIED SOLUTION
Avatar of Miguel Oz
Miguel Oz
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial