Click here to Skip to main content
15,904,024 members
Home / Discussions / C#
   

C#

 
General.NET : DEBUG and RELEASE problem Pin
youssef19-Nov-03 9:30
youssef19-Nov-03 9:30 
GeneralRe: .NET : DEBUG and RELEASE problem Pin
Heath Stewart19-Nov-03 18:29
protectorHeath Stewart19-Nov-03 18:29 
What do you mean by "settings file"? Do you mean the .config file? If this is the case, remove the app.config file from your project, which is a specially named file that's name is changed and it is copied to the output directory. Usually this is desired behavior so that you can source-manage the configuration file.

Otherwise, you may have a pre- or post-build configuration (only in VS.NET 2003 and up for C# and VB.NET) that is deleting these files because the project compilers only replace files in the output directories that it actually creates.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralCOM Interop problem Pin
Jose Vicente19-Nov-03 5:05
Jose Vicente19-Nov-03 5:05 
GeneralRe: COM Interop problem Pin
Heath Stewart19-Nov-03 8:45
protectorHeath Stewart19-Nov-03 8:45 
GeneralUsing a HWND from another application. Pin
mhand7519-Nov-03 5:04
mhand7519-Nov-03 5:04 
GeneralRe: Using a HWND from another application. Pin
John Arlen19-Nov-03 8:35
John Arlen19-Nov-03 8:35 
Generalfastest active directory access Pin
thilol19-Nov-03 4:02
thilol19-Nov-03 4:02 
GeneralRe: fastest active directory access Pin
Heath Stewart19-Nov-03 4:20
protectorHeath Stewart19-Nov-03 4:20 
GeneralRe: fastest active directory access Pin
thilol19-Nov-03 4:30
thilol19-Nov-03 4:30 
GeneralCOM Object on C# Pin
bva_bva19-Nov-03 3:28
bva_bva19-Nov-03 3:28 
GeneralRe: COM Object on C# Pin
Heath Stewart19-Nov-03 4:09
protectorHeath Stewart19-Nov-03 4:09 
GeneralRe: COM Object on C# Pin
bva_bva19-Nov-03 5:04
bva_bva19-Nov-03 5:04 
GeneralOpen a Web Browser Pin
.gonad19-Nov-03 3:05
.gonad19-Nov-03 3:05 
GeneralRe: Open a Web Browser Pin
OmegaSupreme19-Nov-03 3:56
OmegaSupreme19-Nov-03 3:56 
GeneralRe: Open a Web Browser Pin
.gonad19-Nov-03 4:58
.gonad19-Nov-03 4:58 
GeneralRe: Open a Web Browser Pin
OmegaSupreme19-Nov-03 5:07
OmegaSupreme19-Nov-03 5:07 
GeneralRe: Open a NEW Web Browser Pin
Utku KAYA19-Nov-03 10:36
Utku KAYA19-Nov-03 10:36 
GeneralRe: Open a NEW Web Browser Pin
Shehzad Salim19-Nov-03 22:28
Shehzad Salim19-Nov-03 22:28 
GeneralRe: Open a NEW Web Browser Pin
Husein21-Nov-03 22:44
Husein21-Nov-03 22:44 
QuestionSound recording? Pin
thomasa19-Nov-03 3:05
thomasa19-Nov-03 3:05 
AnswerRe: Sound recording? Pin
Heath Stewart19-Nov-03 4:12
protectorHeath Stewart19-Nov-03 4:12 
GeneralXslTransform and document() Pin
Daniele Fusi19-Nov-03 0:00
Daniele Fusi19-Nov-03 0:00 
GeneralRe: XslTransform and document() Pin
Philip Fitzsimons19-Nov-03 2:53
Philip Fitzsimons19-Nov-03 2:53 
GeneralDrag & drop files to explorer Pin
Serge R18-Nov-03 16:18
Serge R18-Nov-03 16:18 
GeneralRe: Drag & drop files to explorer Pin
Heath Stewart19-Nov-03 3:56
protectorHeath Stewart19-Nov-03 3:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.