Originally Posted by Markus Colorado
|
Hi Tim,
....basically a C3PO under .NET works perfectly.
I'd first check, if your relevant registry entries are created:
HKLM\Software\Novell\GroupWise\5.0\C3PO\DataTypes\ ...
Just look under your context, where you want your C3PO to be installed.
Normally there will be an entry in the form of 'YourApp.C3POServer' - does this
match?
I'd mark the 'Register for COM' and define 'grpwise.exe' as the startup programm when
debugging. VS.NET will do the rest while debugging..
If all that is OK, trace the events; seems as if you want to trap an GW event.
Evtl. post some code here...
cheers,
Markus
"Tim Sage" <tsage2001@hotmail.com> schrieb im Newsbeitrag
news:eTa_h.3079$%D1.1208@prv-forum2.provo.novell.com...
>i created a C#.NET C3PO using the wizard. when i point the IDE to groupwise when
>running in debug mode, the IDE launches GroupWise but does not step into the code. i
>understand that the dll has to be registered using regasm or by checking the
>Register for COM Interop in Project | Properties Build.
>
> but when i register the dll, the IDE loads GroupWise and then unloads it and exits.
>
> any ideas? this is my first C3po using .Net. i appreciate any input on this.
>
> Tim
>
|
Hello guys,
I'm hitting the same issue as what you had, but in VS 2005. I had C:\Novell\GroupWise\grpwise.exe as Start External program.
Registry entries look OK.
However, I can't seem to get any breakpoints to break.
I'm just running the testCSharp Solution that came with the C:\Novell\ndk\novell-gwc3po-devel-2006.09.28-1windows zip.
How do I test this!!!????
Oliver