Hi Matt
does include-ing the dll reference enable csc to operate effectively (with the
referenced dll)??
or is csc still crippled by the fact that csc ONLY sees entities loaded in the
gac?
many thanks for the tip!
Martin Gainty
__
please do not mod
Hi all,
I'm trying to build a GUI using the task. As part of the task I pass
in a rootnamespace argument. My problem is that the GUI makes use of the
'My' namespace, and this is amended with the rootnamespace. So 'My' becomes
'rootnamespace.My' and this means that the compiler cannot find proper
Ragesh,
Try adding a reference to the System.Linq.dll (in bold). Cheers,
Matt