Click here to Skip to main content
15,917,174 members
Home / Discussions / C#
   

C#

 
GeneralDLL Pin
Snowjim20-May-04 11:11
Snowjim20-May-04 11:11 
GeneralRe: DLL Pin
Heath Stewart20-May-04 11:25
protectorHeath Stewart20-May-04 11:25 
GeneralRe: DLL Pin
Snowjim20-May-04 11:28
Snowjim20-May-04 11:28 
GeneralRe: DLL Pin
Heath Stewart20-May-04 11:29
protectorHeath Stewart20-May-04 11:29 
GeneralRe: DLL Pin
Snowjim20-May-04 12:39
Snowjim20-May-04 12:39 
GeneralRe: DLL Pin
Heath Stewart21-May-04 3:14
protectorHeath Stewart21-May-04 3:14 
GeneralRe: DLL Pin
Snowjim21-May-04 4:35
Snowjim21-May-04 4:35 
GeneralRe: DLL Pin
Heath Stewart21-May-04 4:38
protectorHeath Stewart21-May-04 4:38 
You have to create the .config file. How can you have worked with .NET for as long as I know you have (and probably longer) without ever knowing what a .config file is? You can also add a new XML file called App.config to your project and it gets renamed and moved to the target directory when you compile.

When you deploy your application, you make sure the .config file is named the same as your application and in the same directory. For ASP.NET applications, it should be called Web.config. There is plenty of documentation about .config files in the .NET Framework SDK, including the parent section of the link I sent you before.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: DLL Pin
Snowjim21-May-04 4:42
Snowjim21-May-04 4:42 
GeneralRe: DLL Pin
Heath Stewart21-May-04 4:44
protectorHeath Stewart21-May-04 4:44 
GeneralRe: DLL Pin
Snowjim21-May-04 5:07
Snowjim21-May-04 5:07 
GeneralRe: DLL Pin
Heath Stewart21-May-04 5:11
protectorHeath Stewart21-May-04 5:11 
GeneralRe: DLL Pin
Snowjim22-May-04 0:44
Snowjim22-May-04 0:44 
GeneralRe: DLL Pin
Heath Stewart22-May-04 2:37
protectorHeath Stewart22-May-04 2:37 
GeneralRe: DLL Pin
Snowjim22-May-04 8:15
Snowjim22-May-04 8:15 
GeneralRe: DLL Pin
Heath Stewart22-May-04 8:53
protectorHeath Stewart22-May-04 8:53 
GeneralRe: DLL Pin
Snowjim22-May-04 9:36
Snowjim22-May-04 9:36 
QuestionHow to create Installer that user can checked item he wannt to install (I have more 59 item whether user will install. Pin
god4k20-May-04 9:55
god4k20-May-04 9:55 
AnswerRe: How to create Installer that user can checked item he wannt to install (I have more 59 item whether user will install. Pin
Heath Stewart20-May-04 10:09
protectorHeath Stewart20-May-04 10:09 
GeneralRe: How to create Installer that user can checked item he wannt to install (I have more 59 item whether user will install. Pin
god4k20-May-04 23:52
god4k20-May-04 23:52 
GeneralRe: How to create Installer that user can checked item he wannt to install (I have more 59 item whether user will install. Pin
Heath Stewart21-May-04 3:33
protectorHeath Stewart21-May-04 3:33 
GeneralListBox with ComboBox embedded Pin
yipan20-May-04 9:44
yipan20-May-04 9:44 
GeneralRe: ListBox with ComboBox embedded Pin
Heath Stewart20-May-04 10:05
protectorHeath Stewart20-May-04 10:05 
GeneralRe: ListBox with ComboBox embedded Pin
Anonymous20-May-04 21:02
Anonymous20-May-04 21:02 
GeneralProgrammatic LDAP Queries Pin
MrEyes20-May-04 6:36
MrEyes20-May-04 6:36 

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.