Click here to Skip to main content
15,878,748 members
Home / Discussions / C#
   

C#

 
GeneralRe: .net application without .net framework Pin
leppie10-Jan-04 23:39
leppie10-Jan-04 23:39 
GeneralHelp regarding Listview & Progressbar Pin
jomargon9-Jan-04 18:53
jomargon9-Jan-04 18:53 
GeneralRe: Help regarding Listview & Progressbar Pin
Heath Stewart9-Jan-04 19:41
protectorHeath Stewart9-Jan-04 19:41 
QuestionSecure remoting channel? Pin
Alex Korchemniy9-Jan-04 14:18
Alex Korchemniy9-Jan-04 14:18 
AnswerRe: Secure remoting channel? Pin
Guillermo Rivero10-Jan-04 7:46
Guillermo Rivero10-Jan-04 7:46 
GeneralRe: Secure remoting channel? Pin
Alex Korchemniy10-Jan-04 9:45
Alex Korchemniy10-Jan-04 9:45 
GeneralProblem adding a reference Pin
Judy1011019-Jan-04 12:11
Judy1011019-Jan-04 12:11 
GeneralRe: Problem adding a reference Pin
Heath Stewart9-Jan-04 12:20
protectorHeath Stewart9-Jan-04 12:20 
If the two Types are in a project in your solution (or if you can add it to your solution), right-click on the project that depends on these Types and add a reference, only click on the Projects tab and add a project reference. VS.NET will automatically keep track of changes and build dependencies when needed, as well as use the appropriate build (Debug, Release, etc.) so that everything is in sync.

If these were simply file references to some pre-built assembly, make sure you don't change the locations of those assemblies, even if they're in the GAC. VS.NET references file locations in other directories on your system - the assemblies in the GAC are used at runtime if the assembly names are the same as those referenced in your assembly manifest, or if you have change the runtime configuration in your app.config file.

 

-----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-----
GeneralRe: Problem adding a reference Pin
Judy1011019-Jan-04 15:56
Judy1011019-Jan-04 15:56 
GeneralRe: Problem adding a reference Pin
Heath Stewart9-Jan-04 17:09
protectorHeath Stewart9-Jan-04 17:09 
GeneralRe: Problem adding a reference Pin
Judy1011019-Jan-04 17:30
Judy1011019-Jan-04 17:30 
GeneralRe: Problem adding a reference Pin
Heath Stewart9-Jan-04 18:11
protectorHeath Stewart9-Jan-04 18:11 
GeneralChanging DataGrid column value Pin
RadioButton9-Jan-04 11:59
RadioButton9-Jan-04 11:59 
GeneralRe: Changing DataGrid column value Pin
Heath Stewart9-Jan-04 12:17
protectorHeath Stewart9-Jan-04 12:17 
GeneralGraphic Event Pin
hxxbin9-Jan-04 11:40
hxxbin9-Jan-04 11:40 
GeneralRe: Graphic Event Pin
Charlie Williams9-Jan-04 12:11
Charlie Williams9-Jan-04 12:11 
GeneralRe: Graphic Event Pin
Heath Stewart9-Jan-04 12:11
protectorHeath Stewart9-Jan-04 12:11 
GeneralRe: Graphic Event Pin
Meysam Mahfouzi9-Jan-04 18:23
Meysam Mahfouzi9-Jan-04 18:23 
GeneralRe: Graphic Event Pin
Heath Stewart9-Jan-04 19:36
protectorHeath Stewart9-Jan-04 19:36 
GeneralRe: Graphic Event Pin
hxxbin10-Jan-04 13:34
hxxbin10-Jan-04 13:34 
GeneralRe: Graphic Event Pin
leppie9-Jan-04 12:42
leppie9-Jan-04 12:42 
Generalwinform start location Pin
Peter Reiter9-Jan-04 11:20
Peter Reiter9-Jan-04 11:20 
GeneralRe: winform start location Pin
hxxbin9-Jan-04 11:38
hxxbin9-Jan-04 11:38 
GeneralRe: winform start location Pin
Peter Reiter9-Jan-04 11:52
Peter Reiter9-Jan-04 11:52 
GeneralRe: winform start location Pin
leppie9-Jan-04 11:56
leppie9-Jan-04 11: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.