Click here to Skip to main content
15,885,104 members
Home / Discussions / C#
   

C#

 
GeneralRe: How do you know you're in design mode vs. running? Pin
Zombies with Coffee, LLC2-Oct-02 5:30
professionalZombies with Coffee, LLC2-Oct-02 5:30 
GeneralMicrosoft Exchange programming Pin
Ola Carlsson2-Oct-02 3:43
Ola Carlsson2-Oct-02 3:43 
GeneralRe: Microsoft Exchange programming Pin
Michael P Butler2-Oct-02 4:00
Michael P Butler2-Oct-02 4:00 
GeneralRe: Microsoft Exchange programming Pin
Stephane Rodriguez.2-Oct-02 4:18
Stephane Rodriguez.2-Oct-02 4:18 
GeneralCalling COM Object in C# Pin
RAVI H R1-Oct-02 20:06
RAVI H R1-Oct-02 20:06 
GeneralRe: Calling COM Object in C# Pin
Stephane Rodriguez.1-Oct-02 20:44
Stephane Rodriguez.1-Oct-02 20:44 
GeneralRe: Calling COM Object in C# Pin
RAVI H R1-Oct-02 23:05
RAVI H R1-Oct-02 23:05 
GeneralRe: Calling COM Object in C# Pin
Stephane Rodriguez.1-Oct-02 23:41
Stephane Rodriguez.1-Oct-02 23:41 
RAVI H R wrote:
I see following
methods "Equals","GetHashCode","GetType" and "ToString".
I donot see any other properties or methods.


This means that appropriate SAP references are missing. What you said next confirms it.


RAVI H R wrote:
After this I could see the components is solutions explorer(SE). I saw additional thing in SE by name "stdole".

Now you probably see the names SAPBAPIControlLib_1_2 and SAPLogonCtrl_1_1 in the reference. In your file can you type SAPBAPIControlLib_1_2., what's brought up by intellisense ?


RAVI H R wrote:
what could be wrong ?

My crystal ball sees a marshaling problem, for instance the System property passed as a VARIANT** instead of a BSTR, or something like that. But what I say is already beyond the simple thing : you should first be able to see the System property in the intellisense dropdown box.

You may send me these 2 files, so I give a look.





sometimes it helps to look at the IL generated code
a MS guy on develop.com "answering" .NET issues
GeneralRe: Calling COM Object in C# Pin
RAVI H R2-Oct-02 0:29
RAVI H R2-Oct-02 0:29 
GeneralHelp reading a binary file Pin
David Williams1-Oct-02 13:36
David Williams1-Oct-02 13:36 
GeneralRe: Help reading a binary file Pin
leppie1-Oct-02 14:35
leppie1-Oct-02 14:35 
GeneralRe: Help reading a binary file Pin
David Williams2-Oct-02 7:06
David Williams2-Oct-02 7:06 
GeneralRe: Help reading a binary file Pin
leppie2-Oct-02 9:30
leppie2-Oct-02 9:30 
GeneralRe: Help reading a binary file Pin
30-Oct-02 8:45
suss30-Oct-02 8:45 
GeneralRe: Help reading a binary file Pin
Paul Riley2-Oct-02 4:50
Paul Riley2-Oct-02 4:50 
GeneralRe: Help reading a binary file Pin
James T. Johnson2-Oct-02 5:38
James T. Johnson2-Oct-02 5:38 
GeneralRe: Help reading a binary file Pin
Paul Riley2-Oct-02 5:44
Paul Riley2-Oct-02 5:44 
GeneralRe: Help reading a binary file Pin
David Williams2-Oct-02 7:10
David Williams2-Oct-02 7:10 
GeneralRe: Help reading a binary file Pin
Eric Gunnerson (msft)2-Oct-02 11:30
Eric Gunnerson (msft)2-Oct-02 11:30 
GeneralRe: Help reading a binary file Pin
leppie2-Oct-02 11:39
leppie2-Oct-02 11:39 
GeneralRe: Help reading a binary file Pin
David Williams3-Oct-02 7:00
David Williams3-Oct-02 7:00 
GeneralRe: Help reading a binary file Pin
David Williams3-Oct-02 7:38
David Williams3-Oct-02 7:38 
GeneralRe: Help reading a binary file Pin
Eric Gunnerson (msft)3-Oct-02 8:17
Eric Gunnerson (msft)3-Oct-02 8:17 
GeneralPopUp A form in Multi-window environment Pin
Chris#1-Oct-02 5:43
Chris#1-Oct-02 5:43 
GeneralRe: PopUp A form in Multi-window environment Pin
Stephane Rodriguez.1-Oct-02 7:13
Stephane Rodriguez.1-Oct-02 7:13 

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.