ClickOnce Problem

G

Guest

Hi,

I'm trying to use clickonce technology for the first time and I have this
problem:

From my development machine (venus) with VS 2005 I want to publish my
application to my Web Site installed into a different server
(http://server/myapp).
When a client try to download the application, the system return this error:

http://venus/myapp/... NOT FOUND

It seems that the manifest file has some reference to my original
development server.

This is the steps that I followed:
From VS2005 in Myapp solution -> Properties I set:
- publishing location: D:/myappdir/... where D is the local disk on my
development machine.
- publication url: http://server/myapp

After that VS2005 finishes correctly the publish process, I copy all the
files into web server app dir.

Thanks a lot in advance for any help
 
W

Waki Hunt

Hi,
You can find string "venus" in your project, mybe you can find the set of
original.


Waki Hunt
 
W

Waki Hunt

Hi,
You can find string "venus" in your project, mybe you can find the set of
original.


Waki Hunt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top