Hi!
You must be having this problem when you click on the application while your processing is going on and application is busy.
This is always happens if you component takes long time
for processing.
Solution can be increase the RAM, also check other hardware
aspects.
Akshay
If you are using MTS, above explanation by VBvader is
not usuafull. Because you should not use initialize events for MTS components.
Instead you can use MTS transaction using transactionobject.
in COM1
public sub call1()
dim obj as objectcontext
dim objcom2 as com2.class
obj =...
After installing Service Pack2 as suggested by Microsoft I am getting proper error message at client side.
There is another problem. One of the method of my dll implemented in COM+ is as follows and I am getting error "Access Denied at errobj.number
What is the reason?
Public Sub...
I think if you keep your both the methods in one dll and on MTS with Supported transaction property.
This may work if you are going to create saperate instance for each method. In this case your getdata wont be in any transaction and setdata can be in the transaction whenever it is required(As...
It seems you have done what is required to use DCOM.
Then what is the problem.Please write exactly what is happening.
If you are using clireg32, you shoud get the reference in VB references box. Have you included tlb while registering through clireg.
See the format bellow
Clireg32 xyz.vbr -t...
It could be MTS required some patchups or registry changes for Informix 9.20. You may get this info on Microsoft site.
I had same type of problem with Oracle8i.
Hi Rohit,
I have tried with reuires transction/not supported/disabled.
It didnt work. I guess this is because of proxy mechanisam failure. Thats why error message is not getting at client side.
Please give ur comments or any other clue
Thanks
-Akshay
Hi!
I have used err.raise method(VB com) in dll and kept it in
COM+, At server side it gives me proper error message, but
at client side I get the message method "methodname~" of object "ObjName~" failed. If I log the information there I get the error message access...
Hi!
I have used err.raise method(VB com) in dll and kept it in
COM+, At server side it gives me proper error message, but
at client side I get the message method "methodname~" of object "ObjName~" failed.
What is the problem, why its not working.
Since a long time I am...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.