Hi,
I need to invoke a C#.NET dll that I developed in Siebel. For this I added the assemblies to GAC and then used regasm with the tlb option. Then in Siebel 7.7 I created a COM Object for this and invoked its methods successfully.
However when I try the same thing in Siebel 8.0, I am able to create the COM object, but not able to invoke its methods. The Siebel application crashes when I try to invoke its methods. I know this is may be a Siebel problem, but if any of you thinks I can fix this by using a different regasm option or something in the .NET side of things please let me know. I have no clue why this is happening.
Any pointers here would be appreciated!
Thank you,
SC
I need to invoke a C#.NET dll that I developed in Siebel. For this I added the assemblies to GAC and then used regasm with the tlb option. Then in Siebel 7.7 I created a COM Object for this and invoked its methods successfully.
However when I try the same thing in Siebel 8.0, I am able to create the COM object, but not able to invoke its methods. The Siebel application crashes when I try to invoke its methods. I know this is may be a Siebel problem, but if any of you thinks I can fix this by using a different regasm option or something in the .NET side of things please let me know. I have no clue why this is happening.
Any pointers here would be appreciated!
Thank you,
SC
Comment