473,657 Members | 2,806 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Un able to install from click once deployment.

I have a VS 2005 winforms project and am trying to get clickonce deployment
working correctly. I published the deployment to a test server on my
network. It created the publish.htm and from my dev machine I can pull up
publish.htm from the browser and it seems to run OK. However, from a test
machine the installation fails. From the test machine I can pull up
publish.htm with no problem. When I click on the install button I get the
normal prompts such as this cert. is unknown (or something like that), and
another window asking me if I want to run the exe. I make it past all that
OK, then in the midst of the install process I get a error msg titled
"System Update Required". The msg box says "Unable to install or run the
application. the application requires that assembly
Infragistics.Sh ared.v5.2 Version 5.2.20052.1039 be installed in the Global
Assembly Cache (GAC) first."

The Infragistics v5.2 assemblies are .net 1.1, but that shouldn't matter
here. the run fine in this 2.0 project on the dev machine. In VS 2005 from
the publish tab where I setup the click once deployment, in the Application
files area I set the publish status to Include and download group to
Required for all Infragistics DLLs. Why would they need to go to the GAC.
in the past I've been able to copy all DLLs to a given folder on the target
machine and run the app with out installing anything (a clean client).

What's the recommended solution here?

Thanks.

--
mo*******@nospa m.nospam
Feb 21 '06 #1
1 6396
Hi,
The msg box says "Unable to install or run the application.
the application requires that assembly
Infragistics.S hared.v5.2 Version 5.2.20052.1039 be installed
in the Global Assembly Cache (GAC) first."


It appears your click once application referenced that strong named
assembly(Infrag istics.Shared.v 5.2 Version 5.2.20052.1039) , which is located
in the GAC of your dev machine.

In such a scenario, this behavior is as expected. If your project
references a strong named assembly in the GAC, its released application
also needs that strong named assembly in the target client machine's GAC.

If you do not want to install that strong named assembly in the client
machine's GAC, I suggest you try to change that assembly's reference path
of its project:

1. Remove the reference.
2. Copy that strong named assembly to your project's local directory,
3. Add reference with the assembly which in the project's directory to
your project(use Browse.. to locate it)
4. Rebuild your project.

Wish this helps!

Best regards,

Gary Chang
Microsoft Community Support
=============== =============== =============== =========
PLEASE NOTE the newsgroup SECURE CODE and PASSWORD will be updated at 9:00
AM PST, February 14, 2006. Please complete a re-registration process by
entering the secure code mmpng06 when prompted. Once you have entered the
secure code mmpng06, you will be able to update your profile and access the
partner newsgroups.
=============== =============== =============== =========
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from this issue.
=============== =============== =============== =========
This posting is provided "AS IS" with no warranties, and confers no rights.
=============== =============== =============== =========

Feb 22 '06 #2

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

Similar topics

2
1557
by: zhebincong | last post by:
what is the difference between no-touch and click-once deployment?
4
6459
by: chris | last post by:
hi guys and girls I have 2 problems that are driving me crazy! 1/ I have a front end mde, and back end mdb, that I have packaged and installed successfully in the past on both Win98 and XP Pro PCs. Since XP Pro PS2 OEM version is installed on a new box, Ive found I get the following ERROR Message Dialog Box, when I go to install my application:
3
56972
by: Jeremy S. | last post by:
On my dev machine (XP/Pro with VS.NET 2003) I have been developing a Windows Service and installing it on the local machine by opening the Visual Studio Command Prompt and then executing . Now I want to test this service on a Windows Server 2003 box that doesn't have the Visual Studio Command prompt. How do I go about installing the service on the Windows Server 2003 box? Thanks!
4
15086
by: Ronald S. Cook | last post by:
I created an MSI install for a Windows app I wrote. When installing, however, it defaults to install for "Just Me" instead of "Eveveryone" (meaning anyone who uses this computer). I would like the default deslection to be the latter. How can I change this, please? Thanks! Ron
3
2384
by: Jordan S. | last post by:
I have a client that has an MS Access application that has outgrown MS Access and it's time to migrate to something more substantial. I'm proposing a .NET Windows Forms application. The client is balking in part because they don't want to have to incorporate my proposed .NET application into their desktop image. Strange, their balking, because they *already* have deployed the .NET framework on their desktop image. So I don't have a...
9
8216
by: Bryce K. Nielsen | last post by:
I've been using C# Express and couldn't find anywhere to create an installation project, like I could in VS2003. Is this possible with the "express" version of VS? -BKN
7
4640
by: RobofNZ | last post by:
Hi All, I'm having a small issue with deploying my client app.... The msi is ready, I've even created some mst's. but I've been told not to rely on external means of deployment... So I need to find a way to push the client install from the server... I know it can be done I just can't find any information on how to do it in C# or C++.
8
4721
by: deciacco | last post by:
I created a deployment project for my .net 2 application in vs 2005. In the properties of the deployment project, under prerequisites i have "Create setup program to install prerequisite components" checked and the ".Net Framework 2.0" prerequisite selected. The install location is set to "Download prerequisite from component's vendor's web site". After I create the setup file I click on the msi file and if the .Net framework is not...
0
881
by: RobinS | last post by:
"Steve Gerrard" <mynamehere@comcast.netwrote in message news:1t-dnTZeQ4zKaEjanZ2dnUVZ_qWtnZ2d@comcast.com... Sorry for the late response. Been working a lot. So here's the deal with this: If you strongly sign your assemblies, and they are used by multiple applications, they will only be copied down from the server once. The application manifest tells if it is using it locally. When it is doing updates, it checks the version in those...
0
8403
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8316
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
8833
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
8737
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
8509
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
8610
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7345
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...
2
1967
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1730
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.