Hi,
I am currently trying write a windows form without much success to
implement an enterprise transaction that will encapsulate a write to an
oracle database, write a text file and then open a user control in another
windows form an collect a response from this.
I have been getting the following run-time error
'System.EnterpriseServices.SerÂvicedComponentException' occurred in
system.enterpriseservices.dll
then i stop the debug application and the following runtime appears at the
same point when i run it again.
A first chance exception of type 'System.IO.FileNotFoundExceptiÂon' occurred
in mscorlib.dll
followed by
A first chance exception of type 'System.ArgumentException' occurred in
mscorlib.dll
Additional information: Type passed must be an interface.
If i restart the machine i will receive the first error again.
I have added a strong name key to the application, also my actual class that
contains the transaction does nothing but open the trnsaction and then
complete it, but the class resides within the forms executable and not a
complied dll.
Any help would be greatly appreciated
Cheers D