Any ideas on this error? Please see below
thanks
Gary
I am trying to run the build.bat. My "PATH" user variable is pointing to C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
I copied the gacuitl application file and the gacuitl.exe XML configuration files from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
C:\Cassini>build.bat
------------------------------------------------------------------------
Compiling Cassini.dll ...
------------------------------------------------------------------------
Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.42
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.
AssemblyInfo.cs(26,12): warning CS1699: Use command line option '/keyfile' or
appropriate project settings instead of 'AssemblyKeyFile'
Request.cs(669,21): warning CS0618:
'System.IO.FileStream.FileStream(System.IntPtr, System.IO.FileAccess,
bool)' is obsolete: 'This constructor has been deprecated. Please use
new FileStream(SafeFileHandle handle, FileAccess access) instead, and
optionally make a new SafeFileHandle with ownsHandle=false if needed.
http://go.microsoft.com/fwlink/?linkid=14202'
------------------------------------------------------------------------
Installing Cassini.dll into Global Assembly Cache ...
------------------------------------------------------------------------
Microsoft (R) .NET Global Assembly Cache Utility. Version 1.1.4318.0
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
Failure adding assembly to the cache: Unknown Error
---------------
Errors in build
---------------