Click here to Skip to main content
15,902,938 members
Home / Discussions / C#
   

C#

 
Generalstop an asynchronous server Pin
khchan1-Aug-04 18:44
khchan1-Aug-04 18:44 
GeneralHTTP Post problems.... Pin
khchan1-Aug-04 18:32
khchan1-Aug-04 18:32 
QuestionHow to query memory consumption of... Pin
devvvy1-Aug-04 18:10
devvvy1-Aug-04 18:10 
Questionhow to install my database project Pin
shdelpiero1-Aug-04 18:01
shdelpiero1-Aug-04 18:01 
AnswerRe: how to install my database project Pin
Norman-Timo1-Aug-04 19:50
Norman-Timo1-Aug-04 19:50 
AnswerRe: how to install my database project Pin
sreejith ss nair1-Aug-04 23:28
sreejith ss nair1-Aug-04 23:28 
GeneralCompiler/Interpreter Pin
softp_vc1-Aug-04 18:00
softp_vc1-Aug-04 18:00 
GeneralRe: Compiler/Interpreter Pin
Colin Angus Mackay1-Aug-04 20:24
Colin Angus Mackay1-Aug-04 20:24 
ASP.NET is compiled. This is most obvious if you are using code behind files. If you are embedding C# code into the aspx pages then the first time the page is encountered .NET will compile the C# in to an assembly and this may look as if it is interpreted if you get the errors "one by one" as you navigate through your site - however it is all compiled on the fly and a second visit to the same page will not trigger the compilation process unless the ASP.NET process realises that the aspx page has changed.

Alternatively, you could just be seeing normal runtime errors. However, as you say "when i build my project i get the error one by one" that suggests that you are getting compile time errors, but every time you correct one it unhides another.

If you need more help then you need to explain how you've built your application and what errors you are getting and exactly where they are occurring.


"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!


Generalinternal IP of ppc Pin
khchan1-Aug-04 16:50
khchan1-Aug-04 16:50 
GeneralRe: internal IP of ppc Pin
Dave Kreskowiak2-Aug-04 2:59
mveDave Kreskowiak2-Aug-04 2:59 
GeneralProgressBar on long processes Pin
Tim DuBois1-Aug-04 16:43
Tim DuBois1-Aug-04 16:43 
GeneralRe: ProgressBar on long processes Pin
Dave Kreskowiak2-Aug-04 3:10
mveDave Kreskowiak2-Aug-04 3:10 
GeneralProblems binding a dataset to a combobox Pin
Jefferys1-Aug-04 14:19
Jefferys1-Aug-04 14:19 
GeneralRe: Problems binding a dataset to a combobox Pin
mikker_1231-Aug-04 14:31
mikker_1231-Aug-04 14:31 
GeneralRe: Problems binding a dataset to a combobox Pin
softp_vc1-Aug-04 18:41
softp_vc1-Aug-04 18:41 
GeneralRe: Problems binding a dataset to a combobox Pin
Shailendra Rao1-Aug-04 18:49
Shailendra Rao1-Aug-04 18:49 
GeneralRe: Problems binding a dataset to a combobox Pin
Jefferys2-Aug-04 5:24
Jefferys2-Aug-04 5:24 
GeneralToolTip Control in pocket pc. Pin
memsharp1-Aug-04 5:28
memsharp1-Aug-04 5:28 
GeneralRe: ToolTip Control in pocket pc. Pin
Colin Angus Mackay1-Aug-04 11:09
Colin Angus Mackay1-Aug-04 11:09 
GeneralRe: ToolTip Control in pocket pc. Pin
leppie1-Aug-04 11:34
leppie1-Aug-04 11:34 
GeneralRe: ToolTip Control in pocket pc. Pin
Colin Angus Mackay1-Aug-04 11:53
Colin Angus Mackay1-Aug-04 11:53 
GeneralRe: ToolTip Control in pocket pc. Pin
leppie1-Aug-04 12:09
leppie1-Aug-04 12:09 
GeneralRe: ToolTip Control in pocket pc. Pin
Colin Angus Mackay1-Aug-04 13:52
Colin Angus Mackay1-Aug-04 13:52 
GeneralRe: ToolTip Control in pocket pc. Pin
Roman Rodov1-Aug-04 14:17
Roman Rodov1-Aug-04 14:17 
GeneralRe: ToolTip Control in pocket pc. Pin
Colin Angus Mackay1-Aug-04 22:20
Colin Angus Mackay1-Aug-04 22:20 

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.