| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| CD Freaks Junior Member Join Date: Jan 2005
Posts: 73
| Burning DVD When i try to burn DVD i get next ERROR Track-at-once writing is not supported on this media What does in mean and how to correct it. my code NeroFolderClass neroMapa = new NeroFolderClass(); NeroISOTrackClass ISOTrack = new NeroISOTrackClass(); ISOTrack.Name="backup"; ISOTrack.RootFolder=neroMapa; string[] cabFiles; //files to burn cabFiles = Directory.GetFiles(Application.StartupPath+"\\paket"); for(int i =0;i NeroFileClass neroFile = new NeroFileClass(); neroFile.SourceFilePath=cabFiles[i]; cabFiles[i]=cabFiles[i].Substring(cabFiles[i].LastIndexOf("\\")+1); neroFile.Name=cabFiles[i]; try { neroMapa.Files.Add(neroFile); } catch(Exception e) { MessageBox.Show(e.Message); } } ISOTrack.BurnOptions = NERO_BURN_OPTIONS.NERO_BURN_OPTION_CREATE_ISO_FS; ISOTrack.BurnOptions = NERO_BURN_OPTIONS.NERO_BURN_OPTION_USE_JOLIET; try { drive.BurnIsoAudioCD("","",false,ISOTrack,null,null,NERO_BURN_FLAGS.NERO_BURN_FLAG_WRITE,driveSpeed,NERO_MEDIA_TYPE. NERO_MEDIA_NO_DVD_M_RW); } catch(Exception d) { MessageBox.Show(d.Message); } |
| | |
| |
| |
![]() |
| If you can't find where you are looking for, then become a member and get an answer fast! We have thousands of people online every moment of the day to help you! Click here |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Wasted DVD DL (want to continue burning) (PC got stuck during burning) | Shehroz | Newbie Forum | 7 | 02-10-2007 00:24 |
| Need burning software that doesn't mess up my DVD & DVD burning Drives | bal39 | Burning Software | 2 | 17-07-2006 18:40 |
| NEC ND-2500A: Lost its CD burning mojo, DVD burning okay... | UV254 | NEC / Optiarc Burner | 3 | 24-04-2005 02:47 |
| How can i Verify Burning With Plex Tool's cd/dvd maker after burning ? | efe | Plextor Burner | 10 | 30-08-2004 21:52 |
| Disc Error Burning DVD-R's But Play Fine when Burning DVD+r'd with CopytoDVD | TrogSneed | VSO Software | 2 | 15-03-2004 22:25 |