472,779 Members | 2,735 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Help Needed: project deployment.

Hello everyone,

I am trying to deploy a project, and I cannot get it to work. Does anyone
have any ideas how I should be going about this, since the way I am
attempting is obviously wrong.

Here is the situation.

I have the following things that need to be installed.
Monitor - C# Windoes Forms application [.exe]
Collector - Unmanaged C++ application [.exe]
COMClient - Library (.lib) used by Collector to allow communication [.lib]
Q3KComms - COM server to do communication between Collector and Monitor [.exe]
Q3KCommsPS - Proxy/Stubs needed to allow communiaitons between Collector and
Monitor. [.dll]

I attempted to put all of these projects into the Monitor Solution, and from
there build a Setup application to install them all. I defined my directory
structure as I wanted it (setting up the executable into 3 folders, Monitor,
Server, Collector with the .lib in the Collector folder), set a custom action
to handle the post build step for the Q3KComms exe (/RegServer action here),
and even set up the Q3KCommsPS.dll as self registering (I think, it was a
registration property set to selfregister).

I install things fine, the exe are in the right spot, the registry shows the
Q3KComms server in the place where I set it up... but the application does
not run. It crashes. When I start moving into the debugger (it is a release
version... so assembly language fun) it tells me that there is a fileNotFound
exception... Interop.Q3KComms or one of its dependencies is not found.

Now, the Monitor has a reference to Q3KComms in it... but it points to the
directory path in my development area.... I tried resetting this to the new
path, and running, but it didnt work either.

How should I be going about this? What am I setting up wrong? Do I need to
do something special/important to the server in order to be able to see it
and use it from the new directory structure (ie the new machine)

Should I be doing this from one install package, or multiple packages? I
think one is best, but it hasnt been working.

Can someone help me figgure out what I need to do?

Andrew S. Giles
Jul 21 '05 #1
0 1047

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

Similar topics

4
by: PHPkemon | last post by:
Hi there, A few weeks ago I made a post and got an answer which seemed very logical. Here's part of the post: PHPkemon wrote: > I think I've figured out how to do the main things like...
0
by: Oleg | last post by:
HI, all. Sorry for posting to so many groups, but I really don't know in which group this question fits best. Anyways, here goes... I have a bunch of DTS packages that my client application...
0
by: greg | last post by:
I created deployment project for my web application (to install on the same computer so I dont need to add runtime) Added project output AND content files would not build content...
0
by: Andrew S. Giles | last post by:
Hello everyone, I am trying to deploy a project, and I cannot get it to work. Does anyone have any ideas how I should be going about this, since the way I am attempting is obviously wrong. ...
0
by: cashdeskmac | last post by:
I have a project to create a single click deployment program. Preferably an ASP.NET application that lists all server sites (development, release candidate etc) and each entry will have a deploy...
2
by: MarkusJNZ | last post by:
Hi, we have an existing solution which contains a bunch of C# projects and one weployment project. Initially I did not have the web deployment project installed on my computer so I downloaded...
1
by: apondu | last post by:
Hi Friends... I have a simple query on building the Web Setup project. When i build my setup, i see that the code behind the .aspx pages (.cs code pages) are also included. And when i deploy the...
7
by: Cirene | last post by:
I used to use the Web Deployment Project with my VS2005 projects. Now I've fully upgraded to VS2008. Do I have to download a new version of the Web Deployment Project? If so where can I find...
5
by: dm3281 | last post by:
I'm really starting to hate writing services -- or trying to, anyway. Why do I need to rename my project to the service name? Why do I need to set the "ServiceName" property to my service name?...
0
by: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth

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.