Ciao a tutti, ho importato in VS2005 un'applicazione web fatta con VS2003... ho creato quindi una nuova web application ed apportato le modifiche, ora vorrei compilare il tutto utilzzando il FMK 1.1

prima di importarla facevo


C:\Windows\Microsoft.NET\Framework\v1.1.4322>csc /target:library /r:system.dll,
system.web.dll, C:\inetpub\wwwroot\GAG\bin\staticpostbackposition. dll /out:C:\in
etpub/wwwroot/GAG.dll /in:C:\inetpub\wwwroot\GAG\*.cs C:\inetpub\wwwroot\GAG\tem
plate\*.cs

e funzionava correttamente, mi creava la DLL che copiavo nel progetto


ora invece ottengo questi errori


Microsoft (R) Visual C# .NET Compiler version 7.10.6001.4
for Microsoft (R) .NET Framework version 1.1.4322
Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.

error CS2001: Source file 'system.web.dll,' could not be found
fatal error CS2007: Unrecognized command-line option:
'/in:C:\inetpub\wwwroot\GAG\*.cs'

C:\Windows\Microsoft.NET\Framework\v1.1.4322>

come posso compilare la DDL di una web application al FMK 1.1 e fare in modo che utilizzi questa DLL ?

Grazie