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

ClickOnce in new beta C# Express

Hi,

I just upgraded C# Express to latest beta. In this version it i possible
to publish the project for the click once upgrade. it seems to work fine,
however if iI try to install it via a web link, the installation link just
opens an xml file. nothing is happening. Something I do wrong or its it a
bug in this version ?

--
rgds, Wilfried
http://www.mestdagh.biz
Nov 17 '05 #1
2 1305

"Wilfried Mestdagh" <Wi**************@discussions.microsoft.com> wrote in
message news:68**********************************@microsof t.com...
Hi,

I just upgraded C# Express to latest beta. In this version it i
possible
to publish the project for the click once upgrade. it seems to work fine,
however if iI try to install it via a web link, the installation link just
opens an xml file. nothing is happening. Something I do wrong or its it
a
bug in this version ?

--
rgds, Wilfried
http://www.mestdagh.biz


VS Express editions do not support click-once deployment.

http://lab.msdn.microsoft.com/vs2005...e/default.aspx

Willy.
Nov 17 '05 #2
Willy is correct but there is a workaround since the sdk includes all the
tools required. You'll just have to do it manually:
1. Use sn.exe to create a Strong Name Key (.snk) file and add it to the
solution

2. Edit the Project File:
<PropertyGroup>
[...]
<GenerateManifests>true</GenerateManifests>
<InstallUrl>http://www.okaq.com/app/app.exe</InstallUrl>
<AssemblyOriginatorKeyFile>app/app.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

3. Run MSBuild.exe /t:publish app.csproj

4. Publish to web server.

See Sampy's Blog for more info:
http://blogs.msdn.com/misampso/archi...26/197577.aspx

--
Ahmed Qurashi
www.okaq.com
aq@okaq.com

"Willy Denoyette [MVP]" <wi*************@telenet.be> wrote in message
news:Ox*************@TK2MSFTNGP12.phx.gbl...

"Wilfried Mestdagh" <Wi**************@discussions.microsoft.com> wrote in
message news:68**********************************@microsof t.com...
Hi,

I just upgraded C# Express to latest beta. In this version it i
possible
to publish the project for the click once upgrade. it seems to work fine, however if iI try to install it via a web link, the installation link just opens an xml file. nothing is happening. Something I do wrong or its it a
bug in this version ?

--
rgds, Wilfried
http://www.mestdagh.biz


VS Express editions do not support click-once deployment.

http://lab.msdn.microsoft.com/vs2005...e/default.aspx

Willy.

Nov 17 '05 #3

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

Similar topics

14
by: Chuck | last post by:
I'm trying to install VWD Express Beta 2, but it's telling me that I need to uninstall MSDN Express Library 2005 Beta first. I uninstalled everything using the Add/Remove Programs control panel...
16
by: | last post by:
Hi all, I have a website running on beta 2.0 on server 2003 web sp1 and I keep getting the following error:- Error In:...
2
by: Olaf Baeyens | last post by:
None of our clickonce applications seems to want to install. We tried it on a Windows 2000 server shared folder, and the clickonce log file tells us that some file is missing while it is absolutely...
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...
2
by: Bill Nguyen | last post by:
I ran into this error trying to run an app from Publish.htm. I can't find what is wrong with the deployment. Thanks a million Bill -------- PLATFORM VERSION INFO
0
by: Etienne | last post by:
Hi, I am settings up my application to work with ClickOnce deployment. However, after instlling installing an update, the database doesn't get copied. I tried everything I could think of. It is...
8
by: Tina | last post by:
While ASP.Net is migrating toward more robust presentation by using things like AJAX I am wondering if ClickOnce will errode a lot of ASP.Net presence in Corporate Applications. I've been reading...
3
by: Ronald S. Cook | last post by:
We have a VS2005 Team setup and are developing a Windows app (smart client). We are in the cattle feeding business and have 10 distinct feedyards across the U.S. When we wish to deploy an update...
7
by: Carlos Mendonça | last post by:
Has anyone managed to get ClickOnce to work with Firefox? It seems to me that it still has the same issues VS 2K5 had. I appreciate any comments or tips.
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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...

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.