473,545 Members | 1,471 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VSTO 2005 Excel Application & ClickOnce

Hi,

We have developed a VSTO 2005 Excel application and we would like to
leverage ClickOnce deployment mechanism for distribution of this
application.
How can we do that? I was digging in MSDN for VSTO & ClickOnce documentation
and did not find anything. I've noticed that there is an option to
publish the project, but when I do that and then run the application from
Web it throws us security errors like:

PLATFORM VERSION INFO
Windows : 5.1.2600.131072 (Win32NT)
Common Language Runtime : 2.0.50727.42
System.Deployme nt.dll : 2.0.50727.42 (RTM.050727-4200)
mscorwks.dll : 2.0.50727.42 (RTM.050727-4200)
dfdll.dll : 2.0.50727.42 (RTM.050727-4200)
dfshim.dll : 2.0.50727.42 (RTM.050727-4200)

SOURCES
Deployment url : http://localhost/miniexcel/MiniExcel.application

ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later
in the log.
* Activation of http://localhost/miniexcel/MiniExcel.application resulted
in exception. Following failure messages were detected:
+ Exception reading manifest from
http://localhost/miniexcel/MiniExcel.application: the manifest may not be
valid or the file could not be opened.
+ Deployment manifest is not semantically valid.
+ Application reference identity must be strongly named.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [25/02/2007 12:46:13] : Activation of
http://localhost/miniexcel/MiniExcel.application has started.

ERROR DETAILS
Following errors were detected during this operation.
* [25/02/2007 12:46:13]
System.Deployme nt.Application. InvalidDeployme ntException (ManifestParse)
- Exception reading manifest from
http://localhost/miniexcel/MiniExcel.application: the manifest may not be
valid or the file could not be opened.
- Source: System.Deployme nt
- Stack trace:
at System.Deployme nt.Application. ManifestReader. FromDocument(St ring
localPath, ManifestType manifestType, Uri sourceUri)
at
System.Deployme nt.Application. DownloadManager .DownloadDeploy mentManifestDir ectBypass(Subsc riptionStore
subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionSta te& subState,
IDownloadNotifi cation notification, DownloadOptions options,
ServerInformati on& serverInformati on)
at
System.Deployme nt.Application. DownloadManager .DownloadDeploy mentManifestByp ass(Subscriptio nStore
subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionSta te& subState,
IDownloadNotifi cation notification, DownloadOptions options)
at
System.Deployme nt.Application. ApplicationActi vator.PerformDe ploymentActivat ion(Uri
activationUri, Boolean isShortcut)
at
System.Deployme nt.Application. ApplicationActi vator.ActivateD eploymentWorker (Object
state)
--- Inner Exception ---
System.Deployme nt.Application. InvalidDeployme ntException
(ManifestSemant icValidation)
- Deployment manifest is not semantically valid.
- Source: System.Deployme nt
- Stack trace:
at
System.Deployme nt.Application. Manifest.Assemb lyManifest.Vali dateSemanticsFo rDeploymentRole ()
at
System.Deployme nt.Application. Manifest.Assemb lyManifest.Vali dateSemantics(M anifestType
manifestType)
at System.Deployme nt.Application. ManifestReader. FromDocument(St ring
localPath, ManifestType manifestType, Uri sourceUri)
--- Inner Exception ---
System.Deployme nt.Application. InvalidDeployme ntException
(ManifestCompon entSemanticVali dation)
- Application reference identity must be strongly named.
- Source: System.Deployme nt
- Stack trace:
at
System.Deployme nt.Application. Manifest.Assemb lyManifest.Vali dateApplication Dependency(Depe ndentAssembly
da)
at
System.Deployme nt.Application. Manifest.Assemb lyManifest.Vali dateSemanticsFo rDeploymentRole ()

COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.

Is there another method we can use for automatic distribution of our
application if ClickOnes doesn't support VSTO?

Thank you very much for your help and support,

Best Regards,

Michael
Mar 28 '07 #1
2 4524
Hello Michael,

I understand that you want to use ClickOnce to automatically deploy the
VSTO application. If I am offset, please let me know.

Unfortunately, VSTO current version did not support ClickOnce deployment
which means you could not use the ClickOnce to deploy VSTO.

Product team is considering to enable ClickOnce deployment for VSTO in the
next generation of Visual Studio.

To deploy the VSTO, you need to generate the MSI setup package and use the
Windows Installer to install the application.

Please refer these articles to deploy VSTO.

Deploying Visual Studio 2005 Tools for Office Solutions Using Windows
Installer (Part 1 of 2)
http://msdn2.microsoft.com/en-us/lib...ffice.11).aspx

Deploying Visual Studio 2005 Tools for Office Solutions Using Windows
Installer: Walkthroughs (Part 2 of 2)
http://msdn2.microsoft.com/en-us/lib...ffice.11).aspx

Hope this will be helpful.

Sincerely,

Wei Lu

Microsoft Online Community Support

=============== =============== =============== =====

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.

=============== =============== =============== =====
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Mar 29 '07 #2
Hi ,

How is everything going? Please feel free to let me know if you need any
assistance.

Sincerely,

Wei Lu
Microsoft Online Community Support

=============== =============== =============== =====

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

=============== =============== =============== =====
This posting is provided "AS IS" with no warranties, and confers no rights.

Apr 3 '07 #3

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

Similar topics

13
1929
by: Howard Kaikow | last post by:
I just visited the MSFT web site and saw the comparison/pricing of the different VS 2005 versions. I was looking for a statement of the system requirements for VS Pro and VSTO, could not find. Also, more details on the differences between VS Pro and VSTO. For example, can VSTO be used to create a DLL, in particular, a DLL that can be used...
15
6910
by: Enrique | last post by:
Question I am posting this question again (3rd time) because some issues with my no spam alias. Here it is the question: I have not been able to run unit tests for a VSTO (2005) project. I have an Excel project and a unit test project in the same solution. I have not found the way to initialize the runtimecallback as required by the...
1
6817
by: Daniel Knöpfel | last post by:
Hello Im triying to create an installer using ClickOnce and visual studio 2005. This works fine on my computer, but as soon as i start the created installer on another pc I get the following message: "Unable to install or run the application. The application requires that assembly EnvDTE Version 7.0.330.0 be installed in the Global...
2
2788
by: Le | last post by:
Folks, I'm trying to do some office automation using VSTO 2005. I've verified that ..Net Programmability Support is installed for every MS Office application and Microsoft Forms 2.0 .Net Programmability Support is also installed under Office Tools through Office Setup. I've then installed VSTO 2005 (vstor.exe,...
0
1032
by: jcohen68 | last post by:
I have an application in production at my comany using VSTO 2005 and Excel 2003. The virtual machine I had developed the app on has crashed and so has the backup, somehow I screwed up the .VMC file (I think). Anyway, the application sits in a deployment directory and I was wondering if it is posible to restore the entire project to its...
5
1581
by: Toulousse | last post by:
Hi, I'm currently a VB6 developer and I write mostly office type apps (not always Office though). At this point in time I have a project where I need to develop an add-in for Microsoft Project. There appears to be two paths I can go down, VS.NET or VSTO. From what I have read, VSTO is the tool if you are planning on developing an...
1
2597
by: RandomElle | last post by:
Can anyone help me out with locating & using the package and deployment wizard for Access 2003? I have searched for HOURS and cannot find the Package & Deployment wizard for Access2003 anywhere on my machine. It's supposed to be under Program Files/Microsoft Office/Package & Deployment.... It's not there and I don't have a folder with anything...
0
1304
by: =?Utf-8?B?UGV0ZQ==?= | last post by:
This is a duplicate of a posting on Officedev so apologies to anyone who's read this already. I had an Office add-in built in VB.Net 2003 with an Excel and a Word add-in class that transferred data from Excel to Word using the clipboard. It worked well until I developed a new version using VS 2005 and VSTO (the Excel and Word add-ins are...
0
1458
by: =?Utf-8?B?UGV0ZQ==?= | last post by:
Hi, I have successfully developed and deployed VSTO add-ins for Excel, Word and PowerPoint 2003 using the VSTO templates and Visual Studio 2005. I want to install 2 or 3 of these add-ins in a single Installer package but am finding this inexplicably challenging. If I add the Visual Studio project output of the Excel add-in to the setup...
0
7465
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...
0
7398
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...
0
7656
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. ...
1
7416
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...
0
7752
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...
0
4944
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...
0
3449
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...
1
1878
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
0
701
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...

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.