473,395 Members | 1,577 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.

ClickOnce 404 problem

I have used ClickOnce to deploy my app to a file share on a server in my intranet. That folder is under a webserver root so I want my users to go to http://someserver.dom.com/App/Publish.htm and to get the app from there. This does not work. The initial MyApp.application is downloaded, but it is unable to download the rest of the files. The logs all indicate a 404 (Not Found) error.
Looking in the webserver logs, it is trying to download files that have "App/Application+Files/App_1_0_0_10/" in them. I have no idea why the plus sign is in there. It should be a space or a %20. I am unable to find how VS generates the Application Files path, so I can change it to something else, it seems to be hard-coded.

Any ideas?

- Lutz

Oct 29 '08 #1
3 4444
Hi Lutz,

Thank you for using Microsoft Managed Newsgroup Service, my name is Zhi-Xin
Ye, I'm assigned to help you on this issue.

The "404(Not Found)" error is often caused by impoper server
configurations. If you use Internet Information Services (IIS) on Windows
Server 2003, and your deployment contains a file type that Windows does not
recognize, such as a Microsoft Word file, IIS will refuse to transmit that
file, and your deployment will not succeed.

So you can verify that the Web server is configured so that it does not
block download of this file. For more information, you can refer to these
document:

Server and Client Configuration Issues in ClickOnce Deployments
http://msdn.microsoft.com/en-us/library/ms228998.aspx

Please try my suggestion and let me know the result.

Sincerely,
Zhi-Xin Ye
Microsoft Managed Newsgroup Support Team

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can

improve the support we provide to you. Please feel free to let my manager
know what you think of the level

of service provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to

http://msdn.microsoft.com/en-us/subs...#notifications.

Note: MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the

community or a Microsoft Support Engineer within 2 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. 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/en-us/subs.../aa948874.aspx
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Oct 30 '08 #2
None of the three extensions are blocked.

Any other ideas? Why is there a plus sign in the path instead of a %20?

- Lutz
Oct 30 '08 #3
Hi Lutz,

I don't think the plus sign causes the problem, I check my web logs and see
the plus sign in the path, but the application is downloaded successfully.

Would you please collect the following information at your earliest
convenience? It will help me get a more concrete idea as to what the exact
problem is and how to resolve it efficiently.

1. Which operating system is used on your server?
2. Which Web server is running on the server? Internet Information
Service(IIS) or third-party web servers?
3. Which .NET Framework version is used on the server?
4. When you deploy the application, did you set the "Publishing Folder
Location" to the file share on the server, and set the "Installation Folder
URL" to the URL that for the users to install?

Anyway, you can check on the server to make sure:

1. The following MIME types are set up correctly on the server:

..application --application/x-ms-application
..manifest --application/x-ms-application
..deploy --application/octet stream

2. Regular users have read access to the root deployment folder and all the
files and folders within.

I look forward to hearing from you.

Sincerely,
Zhi-Xin Ye
Microsoft Managed Newsgroup Support Team

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can

improve the support we provide to you. Please feel free to let my manager
know what you think of the level

of service provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

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

Nov 3 '08 #4

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

Similar topics

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...
11
by: moondaddy | last post by:
I have a .net 2.0 smarclient app and am trying to deploy it to IIS where users can access it from. I created an application folder in IIS where I'm trying to deployee to. 1) When the...
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...
1
by: M O J O | last post by:
Hi, I've have searched google, but can't find a solution to my problem. Om my develloper machine, I use one app.config, but when I deploy, I need to deploy another app.config. The reason...
6
by: Irfan | last post by:
hi, After installing the application in the client machine using ClickOnce, i would like that the client be able to change the database path in the Application.Config file. However, clickonce...
4
by: Marc Gravell | last post by:
Repost from dotnet.general (no response), and OT but I hoped somebody might have a clue... I have a handful of ClickOnce installs that work fine almost everywhere... however, on some machines...
5
by: =?Utf-8?B?R29yZG9uUw==?= | last post by:
I have a windows form application being deployed using ClickOnce on Terminal Services. I am experiencing a problem where by the first user to run up the application is successful and the app...
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: Jan Vinten | last post by:
Hi all, I have a application done in VS2008 which uses ClickOnce deployment. The application is set to check for updates on application start - this is working... more or less. My problem...
0
by: andrewschools | last post by:
Hi, I'm using ClickOnce for all of my installations and updates. However, when I modify any of the datasets in my application, when a user downloads the new update, all their data saved in their...
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: 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
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
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?
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
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...
0
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...
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.