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

C#

 
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 
No, I said create a file in VS.NET called app.config. VS.NET will automatically rename and copy this file to the target directory with the proper name.

You don't need to do this in VS.NET, though. It's a simple text file - an XML file to be exact - with a .config extension, just like the Web.config file. VS.NET will not benefit from this .config file (at least not until VS.NET 2005) nor will it help you construct it. You need to understand the simple concepts provided in the links I gave you originally. All you're doing is telling the Common Language Runtime (CLR) to bind to a different version of an assembly when a particular version (or version range, which can be used in the oldVersion attribute) is required.

 

Microsoft MVP, Visual C#
My Articles
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 
GeneralRe: Programmatic LDAP Queries Pin
Heath Stewart20-May-04 8:08
protectorHeath Stewart20-May-04 8:08 
GeneralRe: Programmatic LDAP Queries Pin
MrEyes20-May-04 11:16
MrEyes20-May-04 11:16 
GeneralRe: Programmatic LDAP Queries Pin
Heath Stewart20-May-04 11:21
protectorHeath Stewart20-May-04 11:21 
GeneralRe: Programmatic LDAP Queries Pin
MrEyes21-May-04 4:38
MrEyes21-May-04 4:38 
GeneralRe: Programmatic LDAP Queries Pin
Heath Stewart21-May-04 4:50
protectorHeath Stewart21-May-04 4:50 
GeneralRe: Programmatic LDAP Queries Pin
MrEyes21-May-04 5:07
MrEyes21-May-04 5:07 
GeneralRe: Programmatic LDAP Queries Pin
Heath Stewart21-May-04 5:16
protectorHeath Stewart21-May-04 5:16 
GeneralCustom ToolBar Pin
BaShOr20-May-04 6:32
BaShOr20-May-04 6:32 

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.