cancel
Showing results for 
Search instead for 
Did you mean: 

The thread 0xc28 has exited with code 0 (0x0).

Former Member
0 Kudos

Hi SAP gurus,

i have created custom Screen with Matrix control in VB 2008.,

after executing the program lines, program automatically exited after 10 seconds...

and the following message is shown in Debug Output window...

The thread 0xc28 has exited with code 0 (0x0).
The thread '<No Name>' (0xd2c) has exited with code 0 (0x0).
The thread 0x964 has exited with code 0 (0x0).
The program '[3868] WindowsApplication1.vshost.exe: Managed' has exited with code 0 (0x0).

does any one know why this is happening... neither VB showed any runtime exception..

i appreciate your help..

Thanks and Regards,

kaviprashu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos
Former Member
0 Kudos

HI,

Thanks Parthiban,

process: windowsapplication1.vshost.exe runs automatically when you open Visual Studio 2008/2005,

in my case, i created a custom Screen, and after executing, the Screen is shown in SAP B1,

the program automatically exit after 10 seconds, with following message:

The program '[3172] WindowsApplication1.vshost.exe: Managed' has exited with code 0 (0x0).

but that Screen does not get closed when Visual Studio program exit after 10 seconds..

i appreciate your help..

Thanks and Regards,

kaviprashu

former_member591057
Participant
0 Kudos

Hi Kaviprashu,

If the system in which you are running the code is a 64 bit machine build your project in 64 bit format.

Other thing you can try is properly release the memories of object.

Thanks

Utpal