Click here to Skip to main content
15,918,596 members
Home / Discussions / C#
   

C#

 
AnswerRe: Transparency in compact framework Pin
N a v a n e e t h10-Jul-08 22:34
N a v a n e e t h10-Jul-08 22:34 
GeneralRe: Transparency in compact framework Pin
Subasish_CodeProject14-Jul-08 2:57
Subasish_CodeProject14-Jul-08 2:57 
AnswerRe: Transparency in compact framework Pin
netJP12L11-Jul-08 5:54
netJP12L11-Jul-08 5:54 
GeneralRe: Transparency in compact framework Pin
Subasish_CodeProject14-Jul-08 2:44
Subasish_CodeProject14-Jul-08 2:44 
GeneralRe: Transparency in compact framework Pin
netmonster18-Aug-08 17:51
netmonster18-Aug-08 17:51 
Questiondate picker in web application Pin
SSN10-Jul-08 20:32
SSN10-Jul-08 20:32 
AnswerRe: date picker in web application Pin
J a a n s10-Jul-08 21:39
professionalJ a a n s10-Jul-08 21:39 
Questionstrange name2ee output Pin
George_George10-Jul-08 20:19
George_George10-Jul-08 20:19 
Hello everyone,


Before I start my managed code program (C#), when I execute name2ee command, there is no output, but after the program starts, there is expected output. Any ideas?

(here are the output 2 times and my source code)

0:000> !name2ee *!TestDebugManaged1.Program

0:004> !name2ee *!TestDebugManaged1.Program
Module: 0000064278854000 (mscorlib.dll)
--------------------------------------
Module: 0000064280012e20 (TestDebugManaged1.exe)
Token: 0x0000000002000002
MethodTable: 0000064280013580
EEClass: 00000642801421c0
Name: TestDebugManaged1.Program

namespace TestDebugManaged1
{
    class Program
    {
        public void foo()
        {
            int a = 100;
            while (true)
            {
                Thread.Sleep(10000);
                a++;
            }
        }
        
        static void Main(string[] args)
        {
            Program instance = new Program();
            instance.foo();
            return;
        }
    }
}



thanks in advance,
George
AnswerRe: strange name2ee output Pin
Vimalsoft(Pty) Ltd11-Jul-08 6:58
professionalVimalsoft(Pty) Ltd11-Jul-08 6:58 
GeneralRe: strange name2ee output Pin
George_George13-Jul-08 0:07
George_George13-Jul-08 0:07 
QuestionDataReader memory size??? Pin
Raheem MA10-Jul-08 20:00
Raheem MA10-Jul-08 20:00 
AnswerRe: DataReader memory size??? Pin
half-life10-Jul-08 22:35
half-life10-Jul-08 22:35 
AnswerRe: DataReader memory size??? Pin
N a v a n e e t h10-Jul-08 22:37
N a v a n e e t h10-Jul-08 22:37 
QuestionException of type 'System.OutOfMemoryException' was thrown" Pin
Raheem MA10-Jul-08 19:45
Raheem MA10-Jul-08 19:45 
AnswerRe: Exception of type 'System.OutOfMemoryException' was thrown" [modified] Pin
killabyte10-Jul-08 20:06
killabyte10-Jul-08 20:06 
Questionhow many microsoft products installed Pin
Mogaambo10-Jul-08 19:18
Mogaambo10-Jul-08 19:18 
AnswerRe: how many microsoft products installed Pin
Paul Conrad10-Jul-08 20:32
professionalPaul Conrad10-Jul-08 20:32 
AnswerRe: how many microsoft products installed Pin
Thomas Stockwell11-Jul-08 4:01
professionalThomas Stockwell11-Jul-08 4:01 
QuestionRetrieving the updated table from datagridview Pin
Praveen Raghuvanshi10-Jul-08 19:03
professionalPraveen Raghuvanshi10-Jul-08 19:03 
QuestionCD burning using IMAPI Pin
Darmi10-Jul-08 18:21
Darmi10-Jul-08 18:21 
AnswerRe: CD burning using IMAPI Pin
Vimalsoft(Pty) Ltd11-Jul-08 7:09
professionalVimalsoft(Pty) Ltd11-Jul-08 7:09 
Questionc# Pin
lankaudaranga10-Jul-08 18:13
lankaudaranga10-Jul-08 18:13 
AnswerRe: c# Pin
Paul Conrad10-Jul-08 18:39
professionalPaul Conrad10-Jul-08 18:39 
GeneralRe: c# Pin
lankaudaranga10-Jul-08 19:21
lankaudaranga10-Jul-08 19:21 
GeneralRe: c# Pin
CPallini10-Jul-08 21:40
mveCPallini10-Jul-08 21:40 

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.