Click here to Skip to main content
15,909,498 members
Home / Discussions / C#
   

C#

 
GeneralNetworkStream/TcpClient Pin
leppie31-Jul-04 6:14
leppie31-Jul-04 6:14 
GeneralRe: NetworkStream/TcpClient Pin
Heath Stewart31-Jul-04 6:22
protectorHeath Stewart31-Jul-04 6:22 
GeneralRe: NetworkStream/TcpClient Pin
leppie31-Jul-04 6:28
leppie31-Jul-04 6:28 
GeneralRe: NetworkStream/TcpClient Pin
leppie31-Jul-04 6:33
leppie31-Jul-04 6:33 
GeneralRe: NetworkStream/TcpClient Pin
Heath Stewart31-Jul-04 15:12
protectorHeath Stewart31-Jul-04 15:12 
GeneralRe: NetworkStream/TcpClient Pin
leppie31-Jul-04 21:53
leppie31-Jul-04 21:53 
Generalrefreshing .dlls after compilation Pin
Cristoff31-Jul-04 2:19
Cristoff31-Jul-04 2:19 
GeneralRe: refreshing .dlls after compilation Pin
Heath Stewart31-Jul-04 4:52
protectorHeath Stewart31-Jul-04 4:52 
Remove the assembly references. Right-click on the project that depends on those assemblies, select Add Reference. Click the Project tab and add the projects in your solution that your current project depends on. Now a build dependency is established so that any changes in a dependent project (or their dependents, etc.) will force a recompile and - if necessary - will copy the newly built assembly into the target path for the project that depends on it. This also makes sure that the versions are never incorrect, though you really shouldn't use automatic versioning in larger solutions because versions in .NET are important (they are part of what defines a Type - a difference only in version results in different Types).

If you read the Visual Studio product documentation - or even just explore the IDE - you can find a lot more useful tips.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: refreshing .dlls after compilation Pin
Cristoff31-Jul-04 19:12
Cristoff31-Jul-04 19:12 
GeneralRe: refreshing .dlls after compilation Pin
Heath Stewart31-Jul-04 19:14
protectorHeath Stewart31-Jul-04 19:14 
GeneralRe: refreshing .dlls after compilation Pin
Cristoff31-Jul-04 20:37
Cristoff31-Jul-04 20:37 
QuestionCan i trigger an event to a C# app in a C++ DLL? Pin
fu031-Jul-04 1:43
fu031-Jul-04 1:43 
AnswerRe: Can i trigger an event to a C# app in a C++ DLL? Pin
Heath Stewart31-Jul-04 5:46
protectorHeath Stewart31-Jul-04 5:46 
GeneralC# Business Objects Pin
Kevin McFarlane31-Jul-04 1:00
Kevin McFarlane31-Jul-04 1:00 
GeneralSending current page as attachments Pin
Anonymous31-Jul-04 0:24
Anonymous31-Jul-04 0:24 
GeneralRe: Sending current page as attachments Pin
Heath Stewart31-Jul-04 5:20
protectorHeath Stewart31-Jul-04 5:20 
GeneralRe: Sending current page as attachments Pin
Bill Johnson1-Aug-04 8:54
Bill Johnson1-Aug-04 8:54 
GeneralRe: Sending current page as attachments Pin
Heath Stewart4-Aug-04 4:50
protectorHeath Stewart4-Aug-04 4:50 
GeneralClosing a form :) Pin
Cristoff30-Jul-04 20:57
Cristoff30-Jul-04 20:57 
GeneralRe: Closing a form :) Pin
leppie30-Jul-04 22:22
leppie30-Jul-04 22:22 
GeneralRe: Closing a form :) Pin
Cristoff30-Jul-04 22:30
Cristoff30-Jul-04 22:30 
GeneralRe: Closing a form :) Pin
Roman Rodov1-Aug-04 14:21
Roman Rodov1-Aug-04 14:21 
GeneralRe: Closing a form :) Pin
Cristoff30-Jul-04 22:23
Cristoff30-Jul-04 22:23 
GeneralRe: Closing a form :) Pin
Heath Stewart30-Jul-04 23:23
protectorHeath Stewart30-Jul-04 23:23 
GeneralRe: Closing a form :) Pin
Cristoff31-Jul-04 0:45
Cristoff31-Jul-04 0:45 

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.