Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
GeneralRe: 2 not so # things Pin
leppie12-Jul-03 1:54
leppie12-Jul-03 1:54 
GeneralTooltips Pin
Nnamdi Onyeyiri11-Jul-03 12:25
Nnamdi Onyeyiri11-Jul-03 12:25 
GeneralRe: Tooltips Pin
Nick Parker11-Jul-03 18:33
protectorNick Parker11-Jul-03 18:33 
GeneralRe: Tooltips Pin
Nnamdi Onyeyiri11-Jul-03 23:27
Nnamdi Onyeyiri11-Jul-03 23:27 
GeneralServer Certificates Pin
Jeff Phillips11-Jul-03 8:36
Jeff Phillips11-Jul-03 8:36 
GeneralRe: Server Certificates Pin
Heath Stewart11-Jul-03 8:46
protectorHeath Stewart11-Jul-03 8:46 
GeneralCan't find namespace Pin
Shaun Becker11-Jul-03 5:38
Shaun Becker11-Jul-03 5:38 
GeneralRe: Can't find namespace Pin
Heath Stewart11-Jul-03 6:16
protectorHeath Stewart11-Jul-03 6:16 
Did you add a Project refence of B to A, or a file reference? You should use a Project refernece because that sets-up a dependency. To compile A, B must compile. If B compiles successfully, it is automatically copied to project A's obj and bin subdirectories (and into Debug or Release subdirs appropriate). A file reference won't work this way.

Also, if B doesn't compile successfully, A will still try to compile but will fail because B doesn't exist in its private path (the obj and bin subdirs). The file must be in the same directory (during build-time; there are ways to override this at runtime) or in the Global Assembly Cache. When B starts to compile, the other B.dll assemblies are deleted.

This may explain what is happening, although I don't know how the reboot fits into this.

 

Reminiscent of my younger years...
10 LOAD "SCISSORS"
20 RUN

GeneralRe: Can't find namespace Pin
Shaun Becker11-Jul-03 11:39
Shaun Becker11-Jul-03 11:39 
GeneralRe: Can't find namespace Pin
Heath Stewart11-Jul-03 12:10
protectorHeath Stewart11-Jul-03 12:10 
GeneralRe: Can't find namespace Pin
Anonymous12-Jul-03 1:06
Anonymous12-Jul-03 1:06 
GeneralProgram containing large struct arrays Pin
Mike_V11-Jul-03 4:59
Mike_V11-Jul-03 4:59 
GeneralRe: Program containing large struct arrays Pin
Stephane Rodriguez.11-Jul-03 11:57
Stephane Rodriguez.11-Jul-03 11:57 
GeneralRe: Program containing large struct arrays Pin
Mike_V11-Jul-03 13:08
Mike_V11-Jul-03 13:08 
GeneralRe: Program containing large struct arrays Pin
Stephane Rodriguez.11-Jul-03 21:49
Stephane Rodriguez.11-Jul-03 21:49 
GeneralRe: Program containing large struct arrays Pin
Mike_V11-Jul-03 13:34
Mike_V11-Jul-03 13:34 
GeneralWebBrowser control questions Pin
GriffonRL11-Jul-03 4:44
GriffonRL11-Jul-03 4:44 
GeneralRe: WebBrowser control questions Pin
Stephane Rodriguez.11-Jul-03 11:50
Stephane Rodriguez.11-Jul-03 11:50 
GeneralSetup Application Pin
kgoodrich11-Jul-03 4:24
kgoodrich11-Jul-03 4:24 
Generalforeach() problem Pin
Asim N.11-Jul-03 2:28
Asim N.11-Jul-03 2:28 
GeneralRe: foreach() problem Pin
Philip Fitzsimons11-Jul-03 2:46
Philip Fitzsimons11-Jul-03 2:46 
GeneralRe: foreach() problem Pin
Asim N.12-Jul-03 19:09
Asim N.12-Jul-03 19:09 
GeneralRe: foreach() problem Pin
CBoland11-Jul-03 4:02
CBoland11-Jul-03 4:02 
GeneralRe: foreach() problem Pin
Asim N.12-Jul-03 19:20
Asim N.12-Jul-03 19:20 
GeneralRe: foreach() problem Pin
Heath Stewart11-Jul-03 4:17
protectorHeath Stewart11-Jul-03 4:17 

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.