Click here to Skip to main content
16,013,440 members
Home / Discussions / C#
   

C#

 
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 
Yes.. i have understand so far, its a regular file with exe.config on the end, and that i can add it by my self or by using Visual Studio. But i diddent know that is only applays to the exe file.

I dont see the point on just adding the new dll file to the exe file, not in our case. there will not be any code in our client that can handle the new funktions in the dll file.

I dont know if we understand eachother.

If i take it again.
We got a client and a server. The Client contains alot of "WindowsControlLibrarys"(own made controls) and this controls includes this Transfer.dll(Collections of classes) that countains all the Classes that we sends between the client and server.

The Transfer.dll file is located in C:\Project\Client\bin\Debug and all the "WindowsControlLibrarys"(own made controls) is including this file at this location(C:\Project\Client\bin\Debug), even the client is using this file itself.

So we hoped that if we compile the "WindowsControlLibrarys" that points at the same Transfer.dll loacated in C:\Project\Client\bin\Debug and includes it to the client, then if we need to update the Transfer.dll we only Close the project, copy the new one over the old one in C:\Project\Client\bin\Debug and then starts up the project again, and by that we dont need to recompile the "WindowsControlLibrarys", but this dident work becourse the "WindowsControlLibrarys" states what version that is included, and tryes to copy this to the C:\Project\Client\bin\Debug directory, witch it cant do becourse there already is a new version.

Then i think of : The "WindowsControlLibrarys" dont need to know of the update in the Transfer.dll, only the client need to know, so if we change the version on the transfer to 1.0.0.0 and recompiles the "WindowsControlLibrarys" with this Transfer.dll then in next update of the Transfer.dll it will not complain becource the new version have the same version(nr 1.0.0.0), and the client will be abled to use the funktions, and maby the own made controls will not aomplain about versions.

This is not a good way to solve this on, becource we will not know what version we are using, insted we will have to look at the date of the file creation.

Proberly this is totaly wrong way to do things, but maby it could work.

I have ready the links, but i cant get it to work in the project, and it simes like it is not supose to do that eather?

//Jimmy
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 
GeneralRe: Custom ToolBar Pin
hbk72320-May-04 7:53
hbk72320-May-04 7:53 

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.