Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Com+ Deployment using client/server architecture

Status
Not open for further replies.

JeffSabat

Programmer
Sep 15, 2003
32
PH
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top