| Author |
Thread |
| Error 1 The type or namespace name 'Stardeveloper' could not be found |
|
Posted in tutorial: Connecting to Mailbox on Gmail and Fetching List of Emails using POP3 and ASP.NET |
· dua_mohit
Joined: 18 Oct 2009 Total Posts: 5 |
Error 1 The type or namespace name 'Stardeveloper' could not be foundPosted: 19 Oct 2009
Error 1 The type or namespace name 'Stardeveloper' could not be found (are you missing a using directive or an assembly reference?) plz tell me how to remove this error,when connecting to gmail.
mohit dua
|
· Faisal Khan
Joined: 24 Sep 2002 Total Posts: 595 |
Place .cs source code files in /App_Code folder Posted: 19 Oct 2009
This tutorial specifically has two source code files, Pop3.cs and Pop3Client.cs the code of which you will find in the tutorial, which you have to place in the /App_Code folder of your ASP.NET application. The moment you do that, your ASP.NET pages will not give this error message.
|
· dua_mohit
Joined: 18 Oct 2009 Total Posts: 5 |
Re: Place .cs source code files in /App_Code folder Posted: 20 Oct 2009
thanx sir.. thanks a lot .. this error has solved.
mohit dua
|
· krama
Joined: 11 Jul 2010 Total Posts: 1 |
Re: Error 1 The type or namespace name 'Stardeveloper' could not be found Posted: 11 Jul 2010
I cannot find Pop3Client.cs got pop3.cs ok
|