473,395 Members | 1,571 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,395 software developers and data experts.

Requires stdole Version 7.0.33 be installed in GAC ClickOnce deployment

Error message "Unable to install or run the application. The
application requires stdole Version 7.0.3300.0 in the GAC"

Resolution:
I had the same problem with a click once deployment.

I solved the problem by going to the 'Publish' tab in the project
properties and then selecting the 'Application Files' button.

I then selected the options:
'File Name' of 'stdole.dll'
'Publish status' to 'Include' and
'Download Group' to 'Required'.

This fixed my problem when I re-published.

However, I wanted to take the opportunity to explain what is going
on. Visual Studio 2005 tries to be smart about how to deploy
references. If the reference has CopyLocal=true, then the reference
will be published with the application, by default. If the reference
has CopyLocal=false (which is the default when the a reference is
installed in the gac, then the reference will be marked as a
prerequisite. This means the assembly must be installed in the
client's GAC before the ClickOnce application will install.

There are some assemblies that are install into the GAC because of the
Visual Studio install, not the .NET Framework install. It sounds like
this is the situation

Mar 2 '07 #1
0 21351

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

Similar topics

2
by: Mika M | last post by:
Hi! I made ClickOnce deployment for Windows Forms VB 2005 application, and it's working mostly fine. Now I have some question: 1. Is it okay when my application goes into x:\Documents and...
1
by: moondaddy | last post by:
I need to have multiple deployment profiles for a .net 2.0 winforms project. This is my requirement: 1) Re-use same project for multiple ClickOnce deployment profiles. 2) Each profile will...
3
by: Chris Rennert | last post by:
Hey all, we have a project that we would like to use ClickOnce deployment on, and although it all seems straightforward we are having a few issues concerning SQL Server Express and clickonce. We...
0
by: Spam Catcher | last post by:
Hi all, I need to build a redistributable application which can be loaded on different servers. I noticed in the ClickOnce deployment screen it asks for a publish location - how do I allow...
2
by: =?Utf-8?B?Sm9obiBC?= | last post by:
A windows forms 2.0 ClickOnce deployment fails when both SSL is enabled and "require client certificate" enabled on the IIS deployment web server. Can anyone assist with how to configure this...
3
by: =?Utf-8?B?U2hlaWxh?= | last post by:
Hi, Is it possible to configure ClickOnce deployment so that it will be installed once somewhere on the machine for all users to access instead of installed under individual user profile folder....
2
by: Smokey Grindel | last post by:
Anyone know how you can initially deploy a clickonce application to say 100 workstations with out each of them having to go to the web site to get the applicaiton? What we do now is we deploy...
0
by: =?Utf-8?B?TVM=?= | last post by:
Hi, Is there any way in Clickonce deployment from visual studio .net 2.0 to Create a folder on the client machine on application install. I could find any properties in clickonce publish to...
7
by: LukasMalik | last post by:
Hi all, my application (C# WinForm .NET 3.5) is distributed via ClickOnce deployment. Application should check for updates on our company web. Problem comes when any part of application has...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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,...
0
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...
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.