473,725 Members | 2,017 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Publishing VB.net 2005 beta 2 application - signing error

Hi,

I have just written (my first) VB.net app using MS Visual Basic 2005
Express Edition Beta. It is fairly simple, it reads some configuration
data from an XML file then opens a new window containing a WebBrowser
object.

This all works fine and I'm happy with my app so I want to 'publish' to
a setup file so that others can install it, but when I publish it a get
the following errors:

------------------------------------------------------------------------
Warning 1 Could not find resources for culture 'en-US'. Using culture
'en'
instead. C:\WINNT\Micros oft.NET\Framewo rk\v2.0.50215\M icrosoft.Common .targets 0 0
Warning 2 Could not match culture 'en-US' for item '.NET Framework 2.0
Beta'. Using culture 'en'
instead. C:\WINNT\Micros oft.NET\Framewo rk\v2.0.50215\M icrosoft.Common .targets 0 0
Warning 3 SignTool reported an error 'Failed to sign publish\My
Launcher_1_0_0_ 0\My Launcher.exe.ma nifest. sm.exe failed: Could not
find file 'C:\Documents and Settings\mart\M y Documents\Visua l Studio
2005\Projects\M y Launcher\My Launcher\Launch er.exe.manifest '.
'. C:\WINNT\Micros oft.NET\Framewo rk\v2.0.50215\M icrosoft.Common .targets 0 0
Warning 4 SignTool reported an error 'Failed to sign publish\My
Launcher.applic ation. sm.exe failed: Value cannot be null.
Parameter name: uriString
'. C:\WINNT\Micros oft.NET\Framewo rk\v2.0.50215\M icrosoft.Common .targets 0 0
------------------------------------------------------------------------

The installer is created, but when I run setup.exe I get an error, the
details of which are:

------------------------------------------------------------------------
PLATFORM VERSION INFO
Windows : 5.0.2195.262144 (Win32NT)
Common Language Runtime : 2.0.50215.44
System.Deployme nt.dll : 2.0.50215.44 (beta2.050215-4400)
mscorwks.dll : 2.0.50215.44 (beta2.050215-4400)
dfdll.dll : 8.0.50215.44 (beta2.050215-4400)
dfshim.dll : 2.0.50215.44 (beta2.050215-4400)

SOURCES
Deployment url :
file:///D:/work/MyLauncher/Installer/My%20Launcher.a pplication

ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed
later in the log.
* Activation of D:\work\MyLaunc her\Installer\M y Launcher.applic ation
resulted in exception. Following failure messages were detected:
+ Exception reading manifest from
file:///D:/work/MyLauncher/Installer/My%20Launcher.a pplication: the
manifest could be invalid or the file could not be opened.
+ The manifest has no XML signature.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [28 Jul 2005 16:50:59 +01:00] : Activation of
D:\work\MyLaunc her\Installer\M y Launcher.applic ation has started.

ERROR DETAILS
Following errors were detected during this operation.
* [28 Jul 2005 16:51:01 +01:00]
System.Deployme nt.Application. InvalidDeployme ntException
(ManifestParse)
- Exception reading manifest from
file:///D:/work/MyLauncher/Installer/My%20Launcher.a pplication: the
manifest could be invalid 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 .DownloadManife st(Uri&
sourceUri, String targetPath, IDownloadNotifi cation notification,
DownloadOptions options, ManifestType manifestType, ServerInformati on&
serverInformati on)
at
System.Deployme nt.Application. DownloadManager .DownloadDeploy mentManifestDir ect(Subscriptio nStore
subStore, Uri& sourceUri, TempFile& tempFile, IDownloadNotifi cation
notification, DownloadOptions options, ServerInformati on&
serverInformati on)
at
System.Deployme nt.Application. DownloadManager .DownloadDeploy mentManifest(Su bscriptionStore
subStore, Uri& sourceUri, TempFile& tempFile, 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. ValidationFaile dException (Unknown
subtype)
- The manifest has no XML signature.
- Source: System.Deployme nt
- Stack trace:
at
System.Deployme nt.Application. Manifest.Assemb lyManifest.Vali dateSignature(S tream
s)
at System.Deployme nt.Application. ManifestReader. FromDocument(St ring
localPath, ManifestType manifestType, Uri sourceUri)

COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.
------------------------------------------------------------------------

Can anyone see where I am going wrong? I've spent a few hours
'googling' for the answer but with no luck.

Thanks in advance.

Mart

Nov 21 '05 #1
0 3586

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

Similar topics

5
2334
by: DraguVaso | last post by:
Hi, I tried to deploy an application written in VB.NET 2005, with the Release Candidate. Everything works fine on my pc which has the Visual Studio installed, but when I install the .NET Framework (v2.0.50727) and the Setup of my prject, I get some nasty error: "MyApplication has encountered a problem and needs to close. We are sorry for the inconvenience" with the well-known "Send Error Report" and "Don't Send"-buttons. I tried it on...
0
1263
by: Ray Cacciatore | last post by:
I published my app using the VS.NET 2005 Beta's Publish Web Site option. Everything pre-compiled and sent all my compiled files to the target server, no errors popped up...but... WHen I try to access my site, it gives me an http 404 File Not Found error. Is there something I'm missing in my short-lived experience with VS.NET 2005 Beta? Ray
0
968
by: archer7 | last post by:
When I try and publish my project with Vb .NET Express Beta 2, the setup program that is created comes up with the error: Unable to continue, the application is improperly formatted. Please contact the application vendor. Many people seem to have this problem, and it was supposed to be fixed in Beta 2. I've tried using the signing tool (which doesn't work) and Strong Names, and the Publish pane in the Project Properties instead of the...
4
1151
by: Will Chamberlain | last post by:
I have been creating a C# app in VS2005 for the past 2 weeks and am having the hardest time trying to run it from a remote IIS server. The application works great on localhost but when I move it I get errors such as: Parser Error Message: Could not load type 'App_Web_nl7jjav7.edit'. App_Web_n17jjav7 is the compiled dll that was placed in the bin directory. I never had any problems with VS2003 and am perplexed now. Can anyone offer any...
1
1933
by: jennifer1970 | last post by:
Hello. I am trying out the new OneCLick publishing tool that comes with .Bet 2005 Bets 2. I am getting a lot of warnings and I'm not sure what they mean or what to do about it. I've got one of them below: The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'CustomBeforeMicrosoftCommonTargets' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'....
1
3213
by: Rich | last post by:
When I try to publish my app I am now getting the 401 error message. It used to work. Then someone changed something on the server. We are now trying to change stuff back on the server. I don't know what to do to fix the error message below - when I try to publish my app from my workstation to the server: ---------------------------------------------------------------------------------------------- Building SubscriberClient......
12
5911
by: Nathan Sokalski | last post by:
I recently upgraded to from Visual Studio .NET 2003 to Visual Studio .NET 2005. In Visual Studio .NET 2003 when I would select 'Build' it would add a *.dll with the name of the Project to a /bin/ folder in the same directory as the source code. However, in Visual Studio .NET 2005 when I selected 'Publish Web Site' and selected a target location to place it in, it placed the following files in it: All *.aspx files All *.html files
0
1757
by: nelmr | last post by:
Hey guys, I've tried and tried to find a walk thru that works. Since I am using VS C# 2008 express, i am using clickonce deployment. I am targeting the 2.0 framework as I am not using any 3.5 features. Here is my issue and questions: 1) I have a c# program that I would like to publish to my website (it does NOT have front page extensions, nor do I plan to use them). Should I publish to a file path and then copy the files over to my...
0
1159
by: Ken | last post by:
I have an application that uses SQL Server Express that I have published with VB 2005. Not long ago I purchased a new computer and loaded VB 2008. It would not let me publish my application with out a signing certificate. I have tried to uncheck the requirement of the signing certificate but when I attempt to publish I find it is checked again. I can create a test certificate but I want to be able to give my application away with out...
0
8888
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
9401
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...
1
9174
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
9111
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
8096
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
6702
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
4782
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3221
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
3
2157
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.