H
We have ported our VB 6 application into VB .NET but are still integrating with a few COM + applications written in VB6 running on our application server (Win 2000 Server). We have the proxies to link to the application server installed but we every now and then get a error when we try to make a call to a component running on the app server. The error message is something like
Object reference not set to an instance of an objec
at Microsoft.Visua lBasic.Compiler Services.LateBi nding.LateGet(O bject o, Type objType, String name, Object[] args, String[] paramnames, Boolen[] CopyBack
We instantiate the component in the .NET code by using the following line of code
objOMS680 = CreateObject("r ppOMS.clsOMS680 "
The error message is immediately displayed in the client application, but if you look at the component running within the COM+ application it just sits there spinning.
What can be the cause of this problem?
Regard
Carel Lotz
We have ported our VB 6 application into VB .NET but are still integrating with a few COM + applications written in VB6 running on our application server (Win 2000 Server). We have the proxies to link to the application server installed but we every now and then get a error when we try to make a call to a component running on the app server. The error message is something like
Object reference not set to an instance of an objec
at Microsoft.Visua lBasic.Compiler Services.LateBi nding.LateGet(O bject o, Type objType, String name, Object[] args, String[] paramnames, Boolen[] CopyBack
We instantiate the component in the .NET code by using the following line of code
objOMS680 = CreateObject("r ppOMS.clsOMS680 "
The error message is immediately displayed in the client application, but if you look at the component running within the COM+ application it just sits there spinning.
What can be the cause of this problem?
Regard
Carel Lotz
Comment