; 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
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
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 -
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
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
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
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
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