473,769 Members | 6,404 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1329

"Wilfried Mestdagh" <Wi************ **@discussions. microsoft.com> wrote in
message news:68******** *************** ***********@mic rosoft.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:
<PropertyGrou p>
[...]
<GenerateManife sts>true</GenerateManifes ts>
<InstallUrl>htt p://www.okaq.com/app/app.exe</InstallUrl>
<AssemblyOrigin atorKeyFile>app/app.snk</AssemblyOrigina torKeyFile>
</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******** *****@TK2MSFTNG P12.phx.gbl...

"Wilfried Mestdagh" <Wi************ **@discussions. microsoft.com> wrote in
message news:68******** *************** ***********@mic rosoft.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
1584
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 applet, and the Express Library is not showing up there. I also ran Registry Medic to clean up any registry problems that might have been causing this problem. Any other ideas on how can I resolve this issue? I'd like to get the beta 2...
16
2965
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: http://www.mywebsite.org/WebResource.axd?d=5WvLfhnJp5Lc8WhQSD4gdA2&t=632614619884218750 -------------------------------------------------------------------------------- System.Security.Cryptography.CryptographicException: Padding is invalid and cannot be removed. at...
2
4870
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 wrong, the file is there and is has all rights available. Copying it locally solves the trick. Another problem is the uninstall, one of the clickonce seems to have been installed and I find it back in the add/remove software list, but I cannot...
3
2482
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 are using C# for our development language, and the application itself runs fine until we get to a part that accesses the database. When it tries to hit the database it bombs saying it can't find it. We even created a connection string that...
2
13850
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
1388
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 a SQL Server Express database created in ClickOnce data folder (ApplicationDeployment.CurrentDeployment.DataDirectory). I use User Instances, that is, I connect directly to the database file. So, I install version 0.7.0.0, run it, it creates a...
8
1815
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 a lot about ClickOnce and it seems compelling particularily since Vista will have the .Net framework included along with the other requirements for ClickOnce deployment. Is there some downside to ClickOnce deployment that I'm now aware of? ...
3
3886
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 to our app, we must change an app setting in the project (the IP where the data access layer is) and also the URL in the ClickOnce (to correspond to a server at a particular feedyard). Once we publish, we have to change the app setting and the URL...
7
2538
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
9423
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
10211
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
9863
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...
1
7406
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
5298
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5447
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3958
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
2
3561
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2815
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.