473,770 Members | 1,826 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VB.Net OneClick Deploymnet Problem

Greetings:

I have an extremely frustrating issue. I have an application created within
VS 2005 using VB.Net and deployed to a network share using ClickOnce
deployment. I was asked to also create a traditional setup for deploying
the application. I added a traditional Windows Forms Setup project and all
worked well for both deployment methods.

My supervisor then decided to only use ClickOnce deployment. I decided to
remove the setup project from my solution. From this point on, ClickOnce
has failed to work for deploying my application.

The problem is that the ClickOnce deployment fails to update the manifests
with the correct deployment manifest version number. Regardless what is
displayed on the Publish tab within VB 2005, the IDE (or a tool launched by
the IDE in the background) sets the version of the manifest to 1.0.0.50.
This happens even though my Publish version is set to 1.5.0.0 (or any other
valid value for that matter).

I have tried:

I have tried uninstalling my local copy of the app.
Deleted any relevant registry entries I could locate.
Removing all compiled binaries and manifests and regenerating them.
Scanned all project files for "1.0.0.50" - none found
Deleted all Visual Studio related files in my profile(made a backup first).
Search the web for ideas - nada relevant.

All to no avail. I still cannot deploy this one application. My supervisor
can grab the latest source from our repository and compile and deploy
without issues.

Any ideas?

Shane Brodie


Nov 30 '07 #1
0 1597

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

Similar topics

11
3760
by: Kostatus | last post by:
I have a virtual function in a base class, which is then overwritten by a function of the same name in a publically derived class. When I call the function using a pointer to the derived class (ClassB* b; b->func(); ) the base-class function is called instead of the new function in the derived class. All other similar functions (virtual in the base class and overwritten in the the derived class) work fine, it's just this one function. ...
2
1394
by: Kalyan | last post by:
I developed application in VB.Net . The program includes some reports made with Crystal Repor. When I install the program on another computer with Win 2000 professional and .net installed it woks fine. But when i installed on a computer that doesn't have .net, While running application i got invalid keycode. I downloaded .net framework 1.1 from microsoft.com and installed my application again same problem.
117
7266
by: Peter Olcott | last post by:
www.halting-problem.com
18
6177
by: Ian Stanley | last post by:
Hi, Continuing my strcat segmentation fault posting- I have a problem which occurs when appending two sting literals using strcat. I have tried to fix it by writing my own function that does the strcat (mystract). Program below. However this appears not to have fixed the problem and I don't know why it shouldn't ? Any further help as to what else I am doing wrong will be appreciated regards
28
5222
by: Jon Davis | last post by:
If I have a class with a virtual method, and a child class that overrides the virtual method, and then I create an instance of the child class AS A base class... BaseClass bc = new ChildClass(); .... and then call the virtual method, why is it that the base class's method is called instead of the overridden method? How do I fix this if I don't know at runtime what the child class is? I'm using Activator.CreateInstance() to load the...
0
1328
by: Leo | last post by:
Hi! is it possible to deploy .net 2 application using OneClick Deployment and add it to autostart?
0
930
by: Dustin Davis | last post by:
I'm trying to set up one click deployment. The problem that I am running in to is that I have various ActiveX controls. Some of these controls rely on other ActiveX controls. By default, visual studio will only include the controls I have referenced, but not the others that are also needed. How do I get those to be packaged as well? Thanks, Dustin
3
6247
by: Rich | last post by:
Hello, I have been using OneClick deployment to deploy apps at my workplace. Works great! But now I have to deploy additional files with the app, like chms, rtfs. How do I publish the additional files? Do I add them to the project? I have a RichTextBox that will read the rtf's. RichTextBox1.LoadFile(Application.StartUpPath & "\myTest.rtf")
5
1431
by: Just_a_fan | last post by:
I can get a dump. I can send it in to M$. I can inspect it but cannot get it in my hands so I can not post it here and get comments and/or answers. Can I get hold of that dump somewhere? Is it all in memory or is a file written somewhere on the failing machine's HD? The application does not get to the first line of user code. It is completely repeatable. I have repeated it over and over and sent in the dump several times.
0
9454
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10257
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
10099
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...
0
8931
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...
1
7456
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5354
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2849
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.