Re: [DOTNET] Unable to create a new Web Project

2002-05-12 Thread Ray Heath
; it is the solution file that is put in this location. But hey, it was only a little lie ;) On Sun, 12 May 2002 10:16:09 -0700, Ray Heath <[EMAIL PROTECTED]> wrote: >Hi Igor - > >I'm a bit confused; you say that you get this message when you try to >create a web proj

Re: [DOTNET] Unable to create a new Web Project

2002-05-12 Thread Ray Heath
er the default website (the location for mine is: C:\Inetpub\wwwroot). Where does your 'http://localhost/' point to? Immediately after you try to create a project, have you looked at that directory for the application? You should be able to see it both with the file explorer and the compute

Re: [DOTNET] Simple question re compiling in VS.Net...

2002-05-12 Thread Ray Heath
es (in the left window of the dialog box) 5) De-Select each 'Build' checkbox for the projects that you don't wish to re-build. Ray Heath http://www.rayheath.com On Sun, 12 May 2002 10:31:02 -0400, Andrew Cherry <[EMAIL PROTECTED]> wrote: >Sorry if this seems simplistic -

Re: [DOTNET] Schrodininger's Enum

2002-05-07 Thread Ray Heath
Richard and Mark - Thanks for the info! - Ray Heath http://www.rayheath.com On Mon, 6 May 2002 10:44:54 -0700, Mark Hall (VC++) <[EMAIL PROTECTED]> wrote: >Just to follow up on the C++ sized enum: the bug with the underlying >type has been fixed and will show up in the

[DOTNET] Schrodininger's Enum

2002-05-04 Thread Ray Heath
Visual Studio MSDN Help Wrote: "An Enum is a named constant whose underlying type is any integral type except Char. If no underlying type is explicitly declared, Int32 is used. Enum DERIVES FROM VALUETYPE, BUT IS NOT A VALUE TYPE. Programming languages typically provide syntax to declare an enume

Re: [DOTNET] inheriting an object

2002-04-23 Thread Ray Heath
Sorry it's C# (not VB), but is this what you mean? Both constructors are called. - Ray using System; namespace ConsoleApplication { class Application { public class baseClass { public baseClass() { Console.WriteLine("base class constructor called"); } } public class derive

Re: [DOTNET] Extending Active Directory Schema with .NET

2002-04-22 Thread Ray Heath
On Mon, 22 Apr 2002 13:02:53 -0700, Ray Heath <[EMAIL PROTECTED]> wrote: >I would like to modify the Active Directory schema. Does anyone know of >effective sample code or instruction to accomplish this with .NET? > >Basically, I need to do two things: >1. Create custom prop

[DOTNET] Extending Active Directory Schema with .NET

2002-04-22 Thread Ray Heath
I would like to modify the Active Directory schema. Does anyone know of effective sample code or instruction to accomplish this with .NET? Basically, I need to do two things: 1. Create custom properties (or modify the existing custom properties already defined) on the ‘user’ schema and elsewhere