473,729 Members | 2,340 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VB Net Deployment Installation fails with Cryptic error message

Program builds solution and setup projects with no reported errors.

Building and deploying as loose uncompressed files works just fine.

Debug Building and deploying as a setup file results in the following error
message during installation

Folder "FL_msvcp71_dll _2_____X86.3643 236F etc etc " cannot be installed
because the file cannot be found in cabinet "_377163EC3 11 etc etc" This
could be a network error, an error reading from the CD Rom or a problem with
this package.

Release Building and deploying as a setup file results in the following
error message during installation

Folder "_FE19EF9B etc etc " cannot be installed because the file cannot be
found in cabinet "_A8B885AE etc etc" This could be a network error, an
error reading from the CD Rom or a problem with this package.

Does anyone have a clue as to what is going on.

The installation is not on a network, the build works fine, no CD is
involved, and installation as loose files works fine.

Michael
Nov 21 '05 #1
6 1882
Sounds like a corrupt 'cab' file', but why are you deploying the 'debug'
version anyway?
Nov 21 '05 #2
"Michael" <mc********@hou ston.rr.com> schrieb:
Release Building and deploying as a setup file results in the following
error message during installation

Folder "_FE19EF9B etc etc " cannot be installed because the file cannot be
found in cabinet "_A8B885AE etc etc" This could be a network error, an
error reading from the CD Rom or a problem with this package.

Does anyone have a clue as to what is going on.

The installation is not on a network, the build works fine, no CD is
involved, and installation as loose files works fine.


Turn off virus scanners and try again.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #3
Virus scanners are off and the problem exists for both a debug and a release
deployment

"Herfried K. Wagner [MVP]" <hi************ ***@gmx.at> wrote in message
news:u4******** ******@tk2msftn gp13.phx.gbl...
"Michael" <mc********@hou ston.rr.com> schrieb:
Release Building and deploying as a setup file results in the following
error message during installation

Folder "_FE19EF9B etc etc " cannot be installed because the file cannot
be found in cabinet "_A8B885AE etc etc" This could be a network error,
an error reading from the CD Rom or a problem with this package.

Does anyone have a clue as to what is going on.

The installation is not on a network, the build works fine, no CD is
involved, and installation as loose files works fine.


Turn off virus scanners and try again.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #4
Same problem with debug or release versions.

What cab file are you refering to ?

Mike

"Crouchie19 98" <Cr**********@d iscussions.micr osoft.com> wrote in message
news:EB******** *************** ***********@mic rosoft.com...
Sounds like a corrupt 'cab' file', but why are you deploying the 'debug'
version anyway?

Nov 21 '05 #5
"Michael" <mc********@hou ston.rr.com> schrieb:
Same problem with debug or release versions.

What cab file are you refering to ?


Did you select "In the CAB file(s)" in the project properties ->
"Configurat ion settings" -> "Build" -> "Package files:"?

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #6
The problem occurs if I select either the "Setup File" or the CAB file
option. No problem exists if I select the loose files option for
deployment.

Mike

"Herfried K. Wagner [MVP]" <hi************ ***@gmx.at> wrote in message
news:%2******** **********@TK2M SFTNGP15.phx.gb l...
"Michael" <mc********@hou ston.rr.com> schrieb:
Same problem with debug or release versions.

What cab file are you refering to ?


Did you select "In the CAB file(s)" in the project properties ->
"Configurat ion settings" -> "Build" -> "Package files:"?

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #7

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

Similar topics

2
7660
by: Bob Walpole | last post by:
I am somewhat a novice with vb6 however I have completed a program which needs to be shared by several people if it is to be of major use. I have used the Package and Deploymnet Wizard so that I can distribute it by CD. I have also loaded the program for CD via set up back on to my computer in different directory successfully. However it fails to load onto other computers using windows XP (as is mine) The Program includes DatePicker,...
2
1558
by: afh3 | last post by:
I have a client for whom I have developed several ASP.NET applications and web services. They recently upgraded their web servers to very large (>2TB) storage capacities. *UPDATED INFO* I tried installing the applications on an array of approximately 1TB in size, and the setup fails with disk-size errors there as well *UPDATED INFO*
1
2087
by: Richard Lewis Haggard | last post by:
I'm new to C# deployment project way of doing things and have run into a problem with a deployment project that has me stumped. I've put together a deployment of a project which works just fine for new installations but fails if the project has already been deployed. What I'd like for it to do is to ask if it should upgrade/repair/uninstall. Instead, it says that the user must remove the project before the installation can execute. What...
0
1529
by: Michael | last post by:
After a week of beating my head against a wall I still continue to receive the following error message when trying to deploy a package using the cabinet option. The same error occurs with a different "cabinet" name when using the setup file option. The file "_5F6C71C 2868460B5581E521727434428" cannot be installed because the file cannot be found in the cabinet file "SETUP.CAB". This could indicate a network error, an error reading...
2
13845
by: Bill Nguyen | last post by:
I ran into this error trying to run an app from Publish.htm. I can't find what is wrong with the deployment. Thanks a million Bill -------- PLATFORM VERSION INFO
6
2128
by: tharris | last post by:
I am new learning how to use Visual Studio 2005 to program in C++. I have been having trouble deploying my applications onto another computer. I also use the Bloodshed Dev C++ compilier and when I compile my program it creates a exe that I can simply copy onto another computer and it will run. However, with Visual Studio I must create a setup project. I have tried using the help system and it didn't give me simple enough steps for me...
5
1738
by: Geoff Blood | last post by:
Using Visual Studio 2005 I have VB project that produces a program that is to be deployed using a VS2005 deployment project. There are some legacy COM components that need to be registered with Windows. Everything works jus fine under XP, including the COM components self-registration. But when the deployment msi or setup.exe are run under Vista (Business Ed), the self-registration fails with an Authorities error - even when I hae the...
0
1970
by: =?Utf-8?B?VCFN?= | last post by:
Hi All, I've been successfully deploying clickOnce successfully through the 2.0 and 3.X frameworks, but now have a problem with ClickOnce updates in 3.5 SP1. The scenario is this: I want to deploy an *offline* application that can only be installed from behind our organizational firewall (a Win2k3 domain), but can be updated from anywhere (hotels, etc). To do this, the publishing folder location is set to a UNC share path:
3
5856
by: KennethLundin | last post by:
Hi, i'm developing a solution in VS9/CSharp. Now I'm constructing a deployment project for my appliation (thick, database driven, winforms, standard, good old type of application). During installation I also install the PostgreSQL database and along with that I need to execute some Custom Actions. I've created a Custom Installer component in CSharp and calls it on Install/Rollback/ uninstall and everything works great (Custom Actions...
0
9427
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9284
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9202
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8151
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6022
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4796
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3238
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2683
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2165
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.