I have an application that uses com+ architecture. The idea is, a user from a different place will connect to a MSSQL 2000 database using dial-up internet connection by setting the datasource to the ipconfig of the system where the database resides. However, it won't connect as nothing is happening. One solution is not to use com+, and the program runs successfully, however, what is good with using com+ is the auto rollback capability.
We tried the solution of installing a server/client com+. however, we could not successfully run the program using in the client system as it pops an error "an exception system.typeinitializationexception has occured in userinterface.exe"... I really don't know what i missed since i have done every step the book i'm read suggests.
Let me outline what i did...
In the server...
1) regasm mydll.dll /tlb:mydll.tlb
2)gacutil -i mydll.dll
3)com+ application - new application = create empty application - MyCom
4) components - new component - install new component - mydll.tlb
5) MyCom - Export - Application proxy - client.msi
In the client
1) install the client.msi
2) install the project
Pls help or give links where i can find info...
thank you very
We tried the solution of installing a server/client com+. however, we could not successfully run the program using in the client system as it pops an error "an exception system.typeinitializationexception has occured in userinterface.exe"... I really don't know what i missed since i have done every step the book i'm read suggests.
Let me outline what i did...
In the server...
1) regasm mydll.dll /tlb:mydll.tlb
2)gacutil -i mydll.dll
3)com+ application - new application = create empty application - MyCom
4) components - new component - install new component - mydll.tlb
5) MyCom - Export - Application proxy - client.msi
In the client
1) install the client.msi
2) install the project
Pls help or give links where i can find info...
thank you very