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

publishing to a blank cd

I am running Visual c# express and am trying to publish a project to a blank cd.
However each time I try I get errors, although I can publish the project to my desktop ok.
As I am completely new to this I am doing something very wrong and something probably very simple to correct.
Could anyone help me please. A step by step answer would be much appreciated.

thanks in advance
Nov 9 '08 #1
2 1030
joedeene
583 512MB
If it's publishing properly to your desktop or system hard-drive, why not burning the project setup file onto the CD using either a program(like NERO) or just copy and paste to it's directory and let Windows burn it?

joedeene
Nov 9 '08 #2
tlhintoq
3,525 Expert 2GB
The other thing to realize is that writing to a CD is different than writing to a hard drive.

When you write to a hard drive there is a process of write, check that what was written is good, rewrite if it isn't good, continue to next chunk of data if it is good.

With CD you can't do that because you don't get to erase and write-over a block if it doesn't write correctly the first time.

That's why programs such as NERO will buffer ahead a large amount of the data to be written so the writing process can continue in one smooth uninterrupted flow.

I just suspect that trying to publish directly to a blank CD isn't going to give you that uninterrupted flow of data. Visual Studio is going to think, then write, then think some more, then write... It has to compile your primary outputs, and compile your installer, copy over resources from other areas like sounds, images and icons. I wouldn't be at all surprised if it compiles some portions of your finished solution, then jumps to other portions, then back to first portions so it can fill in the blanks in the first portion with values from the second portion. Since you can't jump around in the writing of a CD... it would fail.

Joedeene's response of writing to hard drive then burning as many CD's as you need is probably the only way it *CAN* work.
Nov 9 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: MarionEll | last post by:
XML 2003 to Highlight Key Publishing Trend: XSL-FO Tools XSL-FO “Chef’s Tools Exhibition” Slated for 7 p.m. Dec. 10; Premier XML Industry Event Runs Dec. 7-12 in Philadelphia Alexandria,...
0
by: vidya | last post by:
Hi, How can program publishing wizard that can automate publishing of my web pages thru c# or VB.Net. I wanted to use the Microsoft Web Publishing Wizard APIs in dot net. Can anyone help me on...
2
by: Dustin Davis | last post by:
This is my first attempt at using ClickOnce. It seems it is publishing OK, but I can't run the install. If I use IE, I just see XML in the web browser. If I use Firefox, I download a setup file,...
1
by: brettmetcalfe | last post by:
Hi I have a problem publishing a web application. The web application has been developed using VS2005 and uses ASP.Net 2.0. The application works fine from inside VS2005. However when I build...
2
by: Elmo Watson | last post by:
Since I came from the HTML world many years ago - I am just in the habit of copying/FTPing all my ASP.Net websites to the remote server However, I have a friend who says that Publishing is the...
1
by: thavaht | last post by:
I recently began drawing dynamic pages using PHP + MYSQL. Im developing the site on windows XP / Apache 1.3.34 / PHP 5.1.2 as a testing server. My publishing server is on another machine on the...
2
by: Max2006 | last post by:
Hi, After I right-click on my web application project file and choose "Publish ." and do the publishing, the result publishable files does not include the *.ashx files. Is it by design? How...
7
ADezii
by: ADezii | last post by:
There are essentially three techniques for publishing Access Data on the Web. The first technique is static, and does not allow for the dynamic addition or modification to the data, There is no...
0
by: =?Utf-8?B?QWxoYW1icmEgRWlkb3MgS2lxdWVuZXQ=?= | last post by:
Hi all, I have a publishing Click Once of my application. Now I want create new version of my application for modify some files, like app.config.
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:
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?
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
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
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...
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...

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.