Click here to Skip to main content
15,897,273 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: About Multiple Windows Forms Pin
N a v a n e e t h13-May-09 2:20
N a v a n e e t h13-May-09 2:20 
QuestionRe: About Multiple Windows Forms Pin
savitri13-May-09 19:41
savitri13-May-09 19:41 
QuestionRe: About Multiple Windows Forms Pin
Mark Salsbery14-May-09 6:58
Mark Salsbery14-May-09 6:58 
AnswerRe: About Multiple Windows Forms Pin
N a v a n e e t h14-May-09 16:02
N a v a n e e t h14-May-09 16:02 
GeneralRe: About Multiple Windows Forms Pin
savitri14-May-09 19:20
savitri14-May-09 19:20 
GeneralRe: About Multiple Windows Forms Pin
N a v a n e e t h14-May-09 23:52
N a v a n e e t h14-May-09 23:52 
QuestionRe: About Multiple Windows Forms Pin
savitri15-May-09 21:20
savitri15-May-09 21:20 
QuestionCreating Windows Service VC++ 6.0 Pin
iamJayPatil11-May-09 18:52
iamJayPatil11-May-09 18:52 
I am using unmanaged VC++ 6.0 console application which uses managed dlls written in C#. The VC++ application access managed dll through a interop layer written in C++/CLI. The functions in interop layer are exposed to VC++ 6.0 application by using 'extern "C"' as function library.
Everything works fine with the console application.

However when I convert the same console application to windows service using Win32 APIs StartServiceCtrlDispatcher() and RegisterServiceCtrlHandler() and ServiceMain() functions. The service created and started successfully, however when I stop the service, the application gives following error in event viewer.
Event Type: Error
Event Source: .NET Runtime 2.0 Error Reporting
Event ID: 1000
Description:
Faulting application ivrs.exe, version 0.0.0.0, stamp 4a07da05, faulting module unknown, version 0.0.0.0, stamp 00000000, debug? 0, fault address 0x00000000.

Could anybody help me in this?
QuestionDetermining if an inputted file name exists? Pin
TabascoSauce9-May-09 12:50
TabascoSauce9-May-09 12:50 
AnswerRe: Determining if an inputted file name exists? Pin
dybs9-May-09 13:04
dybs9-May-09 13:04 
GeneralRe: Determining if an inputted file name exists? Pin
TabascoSauce9-May-09 13:12
TabascoSauce9-May-09 13:12 
GeneralRe: Determining if an inputted file name exists? Pin
dybs9-May-09 13:20
dybs9-May-09 13:20 
GeneralRe: Determining if an inputted file name exists? Pin
TabascoSauce9-May-09 13:28
TabascoSauce9-May-09 13:28 
GeneralRe: Determining if an inputted file name exists? Pin
teejayem9-May-09 14:59
teejayem9-May-09 14:59 
GeneralRe: Determining if an inputted file name exists? Pin
TabascoSauce9-May-09 16:21
TabascoSauce9-May-09 16:21 
QuestionUsing buttons in Webbrowser (VS2005) Pin
Trollslayer9-May-09 11:02
mentorTrollslayer9-May-09 11:02 
QuestionRe: Using buttons in Webbrowser (VS2005) Pin
led mike11-May-09 4:27
led mike11-May-09 4:27 
AnswerRe: Using buttons in Webbrowser (VS2005) Pin
Trollslayer11-May-09 7:19
mentorTrollslayer11-May-09 7:19 
Question[Message Deleted] Pin
TabascoSauce8-May-09 15:56
TabascoSauce8-May-09 15:56 
AnswerRe: Saving values to a selection in a list box (I'm a noob) Pin
Mark Salsbery9-May-09 11:44
Mark Salsbery9-May-09 11:44 
QuestionWMI Win32_Service Pin
Jack Rong4-May-09 5:22
Jack Rong4-May-09 5:22 
AnswerRe: WMI Win32_Service Pin
Mark Salsbery4-May-09 7:16
Mark Salsbery4-May-09 7:16 
AnswerCross posting pile of garbage Pin
led mike4-May-09 9:25
led mike4-May-09 9:25 
QuestionHow to use C# Managed DLL into my VC++ Application (DLL) Pin
PankajB29-Apr-09 20:53
PankajB29-Apr-09 20:53 
AnswerRe: How to use C# Managed DLL into my VC++ Application (DLL) Pin
Mark Salsbery30-Apr-09 5:36
Mark Salsbery30-Apr-09 5:36 

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.