Click here to Skip to main content
15,922,584 members
Home / Discussions / C#
   

C#

 
GeneralRe: Tips on reducing size of .net assemblies and executables? Pin
Deresen13-Feb-09 5:12
Deresen13-Feb-09 5:12 
GeneralRe: Tips on reducing size of .net assemblies and executables? Pin
Member 232448313-Feb-09 6:28
Member 232448313-Feb-09 6:28 
QuestionHow to read e-mails from a .NET program? [modified] Pin
Xiangyang Liu 刘向阳12-Feb-09 8:22
Xiangyang Liu 刘向阳12-Feb-09 8:22 
AnswerRe: How to read e-mails from a .NET program? Pin
akidan12-Feb-09 9:03
akidan12-Feb-09 9:03 
AnswerRe: How to read e-mails from a .NET program? [modified] Pin
Rutvik Dave12-Feb-09 9:17
professionalRutvik Dave12-Feb-09 9:17 
GeneralRe: How to read e-mails from a .NET program? Pin
Xiangyang Liu 刘向阳12-Feb-09 9:45
Xiangyang Liu 刘向阳12-Feb-09 9:45 
GeneralRe: How to read e-mails from a .NET program? Pin
Rutvik Dave12-Feb-09 9:57
professionalRutvik Dave12-Feb-09 9:57 
AnswerRe: How to read e-mails from a .NET program? Pin
Calin Tatar12-Feb-09 9:17
Calin Tatar12-Feb-09 9:17 
GeneralRe: How to read e-mails from a .NET program? Pin
Xiangyang Liu 刘向阳12-Feb-09 9:47
Xiangyang Liu 刘向阳12-Feb-09 9:47 
AnswerRe: How to read e-mails from a .NET program? Pin
emiaj12-Feb-09 9:23
emiaj12-Feb-09 9:23 
GeneralRe: How to read e-mails from a .NET program? Pin
Xiangyang Liu 刘向阳12-Feb-09 9:50
Xiangyang Liu 刘向阳12-Feb-09 9:50 
QuestionReading RSS from c# Pin
Goersch123412-Feb-09 7:26
Goersch123412-Feb-09 7:26 
AnswerRe: Reading RSS from c# Pin
EliottA12-Feb-09 8:15
EliottA12-Feb-09 8:15 
GeneralRe: Reading RSS from c# Pin
Goersch123412-Feb-09 8:24
Goersch123412-Feb-09 8:24 
GeneralRe: Reading RSS from c# Pin
Guffa12-Feb-09 14:40
Guffa12-Feb-09 14:40 
AnswerRe: Reading RSS from c# Pin
emiaj12-Feb-09 8:25
emiaj12-Feb-09 8:25 
GeneralRe: Reading RSS from c# Pin
Goersch123412-Feb-09 8:29
Goersch123412-Feb-09 8:29 
QuestionConvert or Parse Pin
Lodeclaw12-Feb-09 6:43
Lodeclaw12-Feb-09 6:43 
AnswerRe: Convert or Parse Pin
Luc Pattyn12-Feb-09 6:56
sitebuilderLuc Pattyn12-Feb-09 6:56 
AnswerRe: Convert or Parse Pin
akidan12-Feb-09 7:14
akidan12-Feb-09 7:14 
GeneralRe: Convert or Parse Pin
freakyit12-Feb-09 9:18
freakyit12-Feb-09 9:18 
AnswerRe: Convert or Parse Pin
PIEBALDconsult12-Feb-09 12:02
mvePIEBALDconsult12-Feb-09 12:02 
GeneralRe: Convert or Parse Pin
Mycroft Holmes12-Feb-09 14:15
professionalMycroft Holmes12-Feb-09 14:15 
AnswerRe: Convert or Parse Pin
Guffa12-Feb-09 15:06
Guffa12-Feb-09 15:06 
QuestionASP file not being able to to find a class that is in the same namespace. Pin
Steve Holdorf12-Feb-09 6:40
Steve Holdorf12-Feb-09 6:40 
I have an ASP file and a Customer class both in the same namespace. When I compile I receive the error: The type or namespace name 'Customer' could not be found (are you missing a using directive or an assembly reference?). I have checked and the asp page

Inherits="PopupApplication.InitDialog"

And the Customer was created in that namespace and has that namespace in the class file. Can anyone help?

Thanks,

Steve

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.