473,396 Members | 1,814 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Please confirm this

Hi,
I am about to yank more hair form my head here. I created a COM+
Application. It uses the following dlls

3party.dll
Microsoft.Practices.EnterpriseLibrary.Data.dll
Microsoft.Practices.EnterpriseLibrary.Common.dll
Microsoft.Practices.EnterpriseLibrary.Configuratio n.dll

The com+ application (Server) works fine on my development machine. I even
created a webservice on my machine that comsumes this com+ dll and it works
excellent. I am even able to consume the webservice form another machine via
a vb.net app. (remember the COM+ PACKAGE and WEBSERVICE is hosted on my
development machine).

I then exported the the COM+ package, as server applicaion, to .MSI file and
then installed it on my server. The installation was successful. From the
server I then expotred an "Application Proxy" to be installed on client
machine. During the installation of the proxy on the client machine, which
will be consuming the COM+ package and hosting the webservice to do so, I get
the error

{"An error occurred creating the form. See Exception.InnerException for
details. The error is: Could not load file or assembly 3partydll,
Version=3.0.2070.0, Culture=neutral, PublicKeyToken=cdc18889cffe9cf' or one
of its dependencies. The system cannot find the file specified."}

Question1:
Do I also have to deploy all the .dlls used by the COM+ component to the
client machine(s)? If so, doesn't this defeat the purpose of the COM+ Server
Component as being the server hosted on a separate machine?
Question2:
Why didn't my app prompted for the additional .dlls
Microsoft.Practices.EnterpriseLibrary.Data.dll
Microsoft.Practices.EnterpriseLibrary.Common.dll
Microsoft.Practices.EnterpriseLibrary.Configuratio n.dll?
Question3:
What's a good book available for reference on COM+. I have been on this
project for weeks and ready to deploy to production and finelly these issues?
This COM+ CRAP IS DEFINITELY NOT EASY!!!

Thanks guys.
Nov 3 '05 #1
4 1692
On Thu, 3 Nov 2005 08:58:05 -0800, "Chris" <Ch***@discussions.microsoft.com> wrote:
¤ Question1:
¤ Do I also have to deploy all the .dlls used by the COM+ component to the
¤ client machine(s)? If so, doesn't this defeat the purpose of the COM+ Server
¤ Component as being the server hosted on a separate machine?

Yes, which is why all you need on the client is the proxy.

¤ Question2:
¤ Why didn't my app prompted for the additional .dlls
¤ Microsoft.Practices.EnterpriseLibrary.Data.dll
¤ Microsoft.Practices.EnterpriseLibrary.Common.dll
¤ Microsoft.Practices.EnterpriseLibrary.Configuratio n.dll?

Don't know but they probably need to be in the GAC or your application directory.

¤ Question3:
¤ What's a good book available for reference on COM+. I have been on this
¤ project for weeks and ready to deploy to production and finelly these issues?
¤ This COM+ CRAP IS DEFINITELY NOT EASY!!!

I've only worked with COM+ and VB 6.0 components so I'm afraid I can't recommend a .NET book.
Paul
~~~~
Microsoft MVP (Visual Basic)
Nov 3 '05 #2
"Yes, which is why all you need on the client is the proxy."

Are you saying that the .dlls need to be on the clinet on which I installed
the proxy?

"Paul Clement" wrote:
On Thu, 3 Nov 2005 08:58:05 -0800, "Chris" <Ch***@discussions.microsoft.com> wrote:
¤ Question1:
¤ Do I also have to deploy all the .dlls used by the COM+ component to the
¤ client machine(s)? If so, doesn't this defeat the purpose of the COM+ Server
¤ Component as being the server hosted on a separate machine?

Yes, which is why all you need on the client is the proxy.

¤ Question2:
¤ Why didn't my app prompted for the additional .dlls
¤ Microsoft.Practices.EnterpriseLibrary.Data.dll
¤ Microsoft.Practices.EnterpriseLibrary.Common.dll
¤ Microsoft.Practices.EnterpriseLibrary.Configuratio n.dll?

Don't know but they probably need to be in the GAC or your application directory.

¤ Question3:
¤ What's a good book available for reference on COM+. I have been on this
¤ project for weeks and ready to deploy to production and finelly these issues?
¤ This COM+ CRAP IS DEFINITELY NOT EASY!!!

I've only worked with COM+ and VB 6.0 components so I'm afraid I can't recommend a .NET book.
Paul
~~~~
Microsoft MVP (Visual Basic)

Nov 3 '05 #3
On Thu, 3 Nov 2005 11:57:12 -0800, "Chris" <Ch***@discussions.microsoft.com> wrote:

¤ "Yes, which is why all you need on the client is the proxy."
¤
¤ Are you saying that the .dlls need to be on the clinet on which I installed
¤ the proxy?
¤

Nope. That would defeat the purpose of remoting your component.
Paul
~~~~
Microsoft MVP (Visual Basic)
Nov 4 '05 #4
Actually my "Application Proxy" needed the dll to be on the client before it
could be installed. I had to load them in the GAC.

Thanks

"Paul Clement" wrote:
On Thu, 3 Nov 2005 11:57:12 -0800, "Chris" <Ch***@discussions.microsoft.com> wrote:

¤ "Yes, which is why all you need on the client is the proxy."
¤
¤ Are you saying that the .dlls need to be on the clinet on which I installed
¤ the proxy?
¤

Nope. That would defeat the purpose of remoting your component.
Paul
~~~~
Microsoft MVP (Visual Basic)

Nov 7 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Dale Bewley | last post by:
dale has NOT seen your email yet! This message was created automatically by mail delivery software (TMDA). Your message attached below is being held because the address...
3
by: KathyB | last post by:
Hi, I've tried everything I can think of. Using the script below, I thought on submit my ConfirmSave function would run, then if true returned, would run my form action. At this point it appears...
5
by: Logger | last post by:
Help, I’m trying to implement a confirm button on an asp.net page. I have it attached to a asp:button control. In the button1 click event I call the CreateConfirmBox subroutine. The Box comes...
5
by: TrvlOrm | last post by:
Can any one please help me...I am new to JavaScript and I have been struggling with this code for days now and can't figure it out. I would like to get the Buttons to correspond with the action...
3
by: JenHu | last post by:
Hi experts, In my asp.net application, I use VB.NET code. I want to have a yes/no button in my popup message box when user click "Submit" button. It will check if the employee is a rehire, if...
7
by: Tigger | last post by:
Dear Experts, I am working on ASP.NET. I have got a problem related to the usage of Javascript in ASP.NET. Please help. The story is the following: 1) I am developing an ASP.NET application. I...
0
by: Dynamo | last post by:
Firstly, many thanks to those who replied to my dreaded what if question. As a result I have now been able to partially resolve my problem as follows: step 1 - User clicks on "buy me" button step...
4
by: tfsmag | last post by:
Okay, I have a project management app i'm writing and in the left hand menu i have a treeview control that is populated with each project... in child nodes under each project node I have an "edit"...
0
by: PayPal Security Measures! | last post by:
<P><A href="http://www.paypal.com/cgi-bin/webscr?cmd=_home" target=_blank><IMG src="https://www.paypal.com/en_US/i/logo/paypal_logo.gif" border=0></A</P> <TABLE cellSpacing=0 cellPadding=0...
11
by: shror | last post by:
Hi every body, Please I need your help solving my php mail() function problem that the code is appearing in the view source and I dont know whats the problem where I am using another page tto test...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.