Re: [ADVANCED-DOTNET] Circular Reference

2005-09-08 Thread Kamen Lilov
'block' Kamen Lilov http://www.delera.com -Original Message- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Franklin Gray Sent: Thursday, September 08, 2005 7:10 PM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] Circ

Re: [ADVANCED-DOTNET] Circular Reference

2005-09-08 Thread Paul Gale
You cannot reference an .exe from VS.NET...but you can if compiling from the command line using csc.exe Paul --- Franklin Gray <[EMAIL PROTECTED]> wrote: > Nevermindseems you can't reference an exe projectfor some reason I > was thinking you could. Nevermind. I'll put it in a dll if w

Re: [ADVANCED-DOTNET] Circular Reference

2005-09-08 Thread Frans Bouma
> Nevermindseems you can't reference an exe projectfor > some reason I was thinking you could. Nevermind. I'll put > it in a dll if we need the variables in all projects. You can, rename the .exe as a .dll (if it's a .net assembly). FB ==

Re: [ADVANCED-DOTNET] Circular Reference

2005-09-08 Thread Barnaby Gray
On 08/09/2005 17:10, Franklin Gray wrote: This is a bad thing in the COM world but wondering if it's still bad in the DotNet world (I used to know but forgot). I would like to use a Class called Globals and put all global variables in there as shared so it will be very very very clear as to them

Re: [ADVANCED-DOTNET] Circular Reference

2005-09-08 Thread Franklin Gray
Nevermindseems you can't reference an exe projectfor some reason I was thinking you could. Nevermind. I'll put it in a dll if we need the variables in all projects. === This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage

[ADVANCED-DOTNET] Circular Reference

2005-09-08 Thread Franklin Gray
This is a bad thing in the COM world but wondering if it's still bad in the DotNet world (I used to know but forgot). I would like to use a Class called Globals and put all global variables in there as shared so it will be very very very clear as to them being global and can use intellsense (no ne