I have an MTS object with and event that needs to be raised to the client. My client app is bombing when i try to instantiate the class object.
I have this code on the client.
dim withevents SaveCheck as clsSave'-clsSave is in my MTS package on the server
set SaveCheck = new clsSave '-This line of code fails
Any ideas on how I can get around this?
I have this code on the client.
dim withevents SaveCheck as clsSave'-clsSave is in my MTS package on the server
set SaveCheck = new clsSave '-This line of code fails
Any ideas on how I can get around this?