On Mar 26, 5:31 pm, "Willy Denoyette [MVP]"
<willy.denoye...@telenet.be> wrote:
> "CSharper" <cshar...@gmx.com> wrote in message
>
[quoted text clipped - 21 lines]
>
> Willy.
Thank you very much and quick question, so do I need to individually
include the reference or can I do a wild card with /r:c:\program files
\reference assemblies\Microsoft\Framework\v3.5\*.dll
thanks.
You need to reference the exact assembly, no wild cards allowed here.
You also need to make sure you are using the right csc.exe (the one from
..\framework\v3.5), that is, this path must be your home path or you need to
set this directory in the path environment variable before the V2.0
directory path. Failing to do so will use the wrong csc.rsp file needed to
locate the correct framework assemblies.
Willy.
CSharper - 27 Mar 2008 14:11 GMT
On Mar 26, 5:55 pm, "Willy Denoyette [MVP]"
<willy.denoye...@telenet.be> wrote:
> On Mar 26, 5:31 pm, "Willy Denoyette [MVP]"
>
[quoted text clipped - 41 lines]
>
> - Show quoted text -
Excellent, thank you very much.