473,396 Members | 1,879 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.

Installer problem with VB projects and C# projects

This has worked perfectly for the past year now all the sudden it will not
compile the installer project correctly. All our source code is in a Source
Safe database so every system we do this on should be identicle. On one
system the installer project will compile correctly, but on two others it
will fail with this error.

------ Rebuild All started: Project: Installer, Configuration: Debug ------
Building file 'T:\Current Builds Installers\Benefits
System\Installer.msi'...
ERROR: Could not find file
'C:\reschinidev\benefits\Reporting\obj\Release\Rep orting.dll' 'The system
cannot find the path specified.'

if i remove that project from the installer then it says another one with
the same error (there are about 20 project outputs in the installer) every
thing in the installer is added as a primary output from [project]
(release.net)... as for the projects they have custom build locations for
when they are built. not into the standard project\bin\release folder...
what could be going on? what should i look at? ive tried about everything
including creating a new installer from scratch and still got the same
errors.
Nov 21 '05 #1
3 1279

It looks like the reporting.dll file was referenced directly by the
installer rather than the project output (which could be .exe / .dll etc).
Hence the reason "C:\reschinidev\" is mentioned in the error.

When adding files that are the result of a compilation by your application,
do not "Add Files...", but rather "Add Project Output...". You'll find this
will then reference the DLL in question regardless of the folders in which
you try to build the solution.

The reason it has always worked it seems, is that the project used to exist
on the C:\, but now you've a partition T:\ I presume, on which your projects
are compiled.

Hope that makes sense.
Good luck.
"Brian Henry" <no****@nospam.com> wrote in message
news:eF**************@TK2MSFTNGP12.phx.gbl...
This has worked perfectly for the past year now all the sudden it will not
compile the installer project correctly. All our source code is in a
Source Safe database so every system we do this on should be identicle. On
one system the installer project will compile correctly, but on two others
it will fail with this error.

------ Rebuild All started: Project: Installer, Configuration:
Debug ------
Building file 'T:\Current Builds Installers\Benefits
System\Installer.msi'...
ERROR: Could not find file
'C:\reschinidev\benefits\Reporting\obj\Release\Rep orting.dll' 'The system
cannot find the path specified.'

if i remove that project from the installer then it says another one with
the same error (there are about 20 project outputs in the installer) every
thing in the installer is added as a primary output from [project]
(release.net)... as for the projects they have custom build locations for
when they are built. not into the standard project\bin\release folder...
what could be going on? what should i look at? ive tried about everything
including creating a new installer from scratch and still got the same
errors.

Nov 21 '05 #2
that is how they are added to the installer through Add Project Output... i
actually made a new installer to figure out what was going on with the same
add project output and still get the same error on two systems but no
another one (3 systems total)...
"Dan Bass" <Not Listed> wrote in message
news:ew**************@tk2msftngp13.phx.gbl...

It looks like the reporting.dll file was referenced directly by the
installer rather than the project output (which could be .exe / .dll etc).
Hence the reason "C:\reschinidev\" is mentioned in the error.

When adding files that are the result of a compilation by your
application, do not "Add Files...", but rather "Add Project Output...".
You'll find this will then reference the DLL in question regardless of the
folders in which you try to build the solution.

The reason it has always worked it seems, is that the project used to
exist on the C:\, but now you've a partition T:\ I presume, on which your
projects are compiled.

Hope that makes sense.
Good luck.
"Brian Henry" <no****@nospam.com> wrote in message
news:eF**************@TK2MSFTNGP12.phx.gbl...
This has worked perfectly for the past year now all the sudden it will
not compile the installer project correctly. All our source code is in a
Source Safe database so every system we do this on should be identicle.
On one system the installer project will compile correctly, but on two
others it will fail with this error.

------ Rebuild All started: Project: Installer, Configuration:
Debug ------
Building file 'T:\Current Builds Installers\Benefits
System\Installer.msi'...
ERROR: Could not find file
'C:\reschinidev\benefits\Reporting\obj\Release\Rep orting.dll' 'The system
cannot find the path specified.'

if i remove that project from the installer then it says another one with
the same error (there are about 20 project outputs in the installer)
every thing in the installer is added as a primary output from [project]
(release.net)... as for the projects they have custom build locations for
when they are built. not into the standard project\bin\release folder...
what could be going on? what should i look at? ive tried about everything
including creating a new installer from scratch and still got the same
errors.


Nov 21 '05 #3
If you shut down VS.Net and perform a search on all the solution and
projects file for "C:\reschinidev", what files come up? There should be no
references to anything absolute, but only relative from the solution (.sln)
file.

"Brian Henry" <no****@nospam.com> wrote in message
news:ul**************@TK2MSFTNGP15.phx.gbl...
that is how they are added to the installer through Add Project Output...
i actually made a new installer to figure out what was going on with the
same add project output and still get the same error on two systems but no
another one (3 systems total)...
"Dan Bass" <Not Listed> wrote in message
news:ew**************@tk2msftngp13.phx.gbl...

It looks like the reporting.dll file was referenced directly by the
installer rather than the project output (which could be .exe / .dll
etc).
Hence the reason "C:\reschinidev\" is mentioned in the error.

When adding files that are the result of a compilation by your
application, do not "Add Files...", but rather "Add Project Output...".
You'll find this will then reference the DLL in question regardless of
the folders in which you try to build the solution.

The reason it has always worked it seems, is that the project used to
exist on the C:\, but now you've a partition T:\ I presume, on which your
projects are compiled.

Hope that makes sense.
Good luck.
"Brian Henry" <no****@nospam.com> wrote in message
news:eF**************@TK2MSFTNGP12.phx.gbl...
This has worked perfectly for the past year now all the sudden it will
not compile the installer project correctly. All our source code is in a
Source Safe database so every system we do this on should be identicle.
On one system the installer project will compile correctly, but on two
others it will fail with this error.

------ Rebuild All started: Project: Installer, Configuration:
Debug ------
Building file 'T:\Current Builds Installers\Benefits
System\Installer.msi'...
ERROR: Could not find file
'C:\reschinidev\benefits\Reporting\obj\Release\Rep orting.dll' 'The
system cannot find the path specified.'

if i remove that project from the installer then it says another one
with the same error (there are about 20 project outputs in the
installer) every thing in the installer is added as a primary output
from [project] (release.net)... as for the projects they have custom
build locations for when they are built. not into the standard
project\bin\release folder... what could be going on? what should i look
at? ive tried about everything including creating a new installer from
scratch and still got the same errors.



Nov 21 '05 #4

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

Similar topics

6
by: Lou Lipnickey | last post by:
I am looking to package a java / swing / mysql application so that it can be installed primarily on Window based systems. I googled for "java mysql installer" and came up with a large number of...
3
by: Arun Bhalla | last post by:
I'm borrowing some code from Pavel's Command Prompt Explorer Bar installer to use in my own explorer bar's installer. Recently I've been thinking that using an assembly version like "1.0.*"...
5
by: Arun Bhalla | last post by:
I'm working with VS.NET 2003 and .NET 1.1 (not SP1) on Windows XP SP1. My application is using the Windows Installer Bootstrap. (I may have also installed a module which detects requirements (.NET...
0
by: Arun Bhalla | last post by:
I'm having some inconsistency problems with my deployment project ("Setup") and its custom actions ("Installer"). I'm using Visual Studio .NET 2003 (.NET 1.1, no service pack) on Windows XPSP1. ...
2
by: MENTAT | last post by:
Hi, I am trying to create an installer for my web application. So I added a web setup project to my solution (I am using VS.NET 2003). Been playing around with it since then and it basically...
3
by: Will Pittenger | last post by:
I have C# .NET Standard 2003 (not Professional) but did not a Installer project template in the project template list. How would I use that? I have one DLL that my program uses. (I needed...
3
by: Brian Henry | last post by:
This has worked perfectly for the past year now all the sudden it will not compile the installer project correctly. All our source code is in a Source Safe database so every system we do this on...
1
by: Rob R. Ainscough | last post by:
I'm having several issues with Windows Setup Projects in VS 2005 and need to find a resource that might be able to help me work around some of the short comings of Windows Setup Projects (Windows...
0
by: Mark | last post by:
Hi, We are a software company that wish to use Click-Once deployment to allow our customers to deliver smart clients to their worker's desktops. We have experimented successfully in-house...
3
by: Vili | last post by:
Hi all How can I make an installer for a COM component made with vb.net? This component will be used in vb6/windows XP Normally I would copy the dll/tbl to the directory of vb6 program, copy...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...

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.