473,811 Members | 3,055 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Publish question

AMP
Hello,
I am trying to publish a program and I want to include some files,
Readme....ect.
I tried putting them in the Resourses but that doesnt publish them.
How do I make sure they are included and the path to put them?
Thanks
Mike

Oct 4 '06 #1
4 1158
Mike,

How are you doing this, in an install project, or something else? Can
you give more info?
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"AMP" <am******@gmail .comwrote in message
news:11******** *************@e 3g2000cwe.googl egroups.com...
Hello,
I am trying to publish a program and I want to include some files,
Readme....ect.
I tried putting them in the Resourses but that doesnt publish them.
How do I make sure they are included and the path to put them?
Thanks
Mike

Oct 4 '06 #2
AMP
Nicholas,
I go into -Project
-?????? Properties

and fill in what I think should be filled in and publish.
Since I have your ear... How come the program doesnt get installed in
the Program Files directory?

Thanks

Nicholas Paldino [.NET/C# MVP] wrote:
Mike,

How are you doing this, in an install project, or something else? Can
you give more info?
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"AMP" <am******@gmail .comwrote in message
news:11******** *************@e 3g2000cwe.googl egroups.com...
Hello,
I am trying to publish a program and I want to include some files,
Readme....ect.
I tried putting them in the Resourses but that doesnt publish them.
How do I make sure they are included and the path to put them?
Thanks
Mike
Oct 4 '06 #3
Hi

Resources do get published.

I think your including text files? i found attached text docs in my
resources didnt get published either. I had to manually set them to embedded
(i cant remember the exact name). Instead of attaching as a resource i added
the file to the project and then changed its compile action to embedded...as
i say cant remember exact option.

i was using Click Once deployment which it sound like you are using,
clickonce deploys to its own cache folder on client machine. I presume due
to the auto update options it can provide.

The MVP no doubt can give better help but the above might be of use.
"AMP" <am******@gmail .comwrote in message
news:11******** *************@e 3g2000cwe.googl egroups.com...
Hello,
I am trying to publish a program and I want to include some files,
Readme....ect.
I tried putting them in the Resourses but that doesnt publish them.
How do I make sure they are included and the path to put them?
Thanks
Mike

Oct 4 '06 #4
Nik
Try adding a folder and some bmp's/tga's (none embedded) bmp's will be added
to the clickonce manifest, the tga's won't, clickonce, good idea, just
flawed. Hopefully they will at least resolve the whole browser shinanigans
in the next release..

"Daniel" <Da*****@vestry online.comwrote in message
news:Oo******** ********@TK2MSF TNGP06.phx.gbl. ..
Hi

Resources do get published.

I think your including text files? i found attached text docs in my
resources didnt get published either. I had to manually set them to
embedded (i cant remember the exact name). Instead of attaching as a
resource i added the file to the project and then changed its compile
action to embedded...as i say cant remember exact option.

i was using Click Once deployment which it sound like you are using,
clickonce deploys to its own cache folder on client machine. I presume due
to the auto update options it can provide.

The MVP no doubt can give better help but the above might be of use.
"AMP" <am******@gmail .comwrote in message
news:11******** *************@e 3g2000cwe.googl egroups.com...
>Hello,
I am trying to publish a program and I want to include some files,
Readme....ec t.
I tried putting them in the Resourses but that doesnt publish them.
How do I make sure they are included and the path to put them?
Thanks
Mike


Oct 4 '06 #5

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

Similar topics

6
3836
by: ewolfman | last post by:
Hi, I've read many posts in several news groups, but can't figure out how to publish my website. The specific error I'm getting (on the "successfully published website") is "Could not load the assembly 'App_Web_vxfyglsm'. Make sure that it is compiled before accessing the page". I checked - The assembly DOES exist in the target web folder.
1
1265
by: Hardy Wang | last post by:
Hi all, I develop web application on my local machine, when it is ready to go, I click Build -> Publish Web Site menu item to copy to remote folder, which is good. Now I have a question, is there a way I can skip copying of "web.config", because I may have different setting (e.g. connection string and so on) in different environments. Everytime when I publish, this file is overwritten, very annoying.
3
1509
by: Tom | last post by:
I did a Build --Publish web site last night on my web app, It publish correctly but it created 12 DLL's for it. Is there a way to only get 1 dll for the entire web project like in 03 or a is there another way to publish from my local box to the test web server? what is the best way to publish an .NET 05 web site to a server? Also for publishing updates to the web site how does that work because I have to drag and drop dll's that I'm...
1
1259
by: William Sullivan | last post by:
K, got a website, need to publish it to the test server. Publish the website, k. As its publishing, it creates a copy of my bin directory under my bin directory on my dev box. Now I've got ...\coolwebsite\bin\bin with everything in my \coolwebsite\bin directory. It then tries to publish these to the test server, but the test server chokes on this. Unfortunately for me, I have tons of coolness under my bin directory, so this whole...
6
4362
by: Eric | last post by:
I have what is hopefully a quick question. I want to have a quick and easy method for deploying my website to our test environment. I need something to do nearly the same thing as the "Publish Web Site" option under the build menu, except I don't want it to copy over the web.config file. There are a few settings that need to be different, so I want the publish process to leave the web.config file alone. What is the easiest way to do...
3
3896
by: jfarrell | last post by:
Hi there, Im attempting to publish my site to local then copy files to the web server. The only option there seems to be in VWDE is to build/copy the site...where is the Publish website option ? any ideas thanks
1
1444
by: =?Utf-8?B?TWFyZWs=?= | last post by:
Hi Sorry for the newbie question, but is it possible to stop the publish operation from Visual Studio 2005 deleting files in a specific folder on the web server? I have an uploads folder on the server where users upload files and this will get wiped out every time I publish a new version of my web site. If not, what is the best way of publishing an ASP.NET 2 web site not using the VS2005 publish option. Is it using a good old FTP...
4
4829
by: Paul Engel | last post by:
I have an app that published fine to our network. We just moved to a new server and I am trying to publish my app to the new server. It fails and I get the following messages: Error 1 Cannot publish because a project failed to build. 1 1 TextFileConverter Error 2 SignTool reported an error 'Failed to sign bin\Release\TextFileConverter.publish\\setup.exe. SignTool Error: ISignedCode::Sign returned error: 0x80880253
3
2252
by: =?Utf-8?B?Sm9obiBT?= | last post by:
Hi, I'm trying to publish a new web service that I've written. It's fine when I publish it on the local PC but I get Publish failed in the development environment when I try to publish it to another server.
0
9731
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
9605
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
10651
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
10405
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
10136
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
9208
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
4342
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
3871
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3020
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.