Hi,

I've got some C# code with a using clause containing :-

using System.CodeDom;
using Microsoft.CSharp;

but it refuses to compile, saying it cannot find them and that I'm missing a
reference.

Can anyone tell me what I should be referencing? On a friend's machine it
seems to find them ok, and I've even reinstalled .Net Framework 1.1

Thanks

Rob Cowell

Re: System.CodeDOM and Microsoft.CSharp missing by Mattias

Mattias
Mon Jun 27 06:32:54 CDT 2005


>Can anyone tell me what I should be referencing?

System.dll




Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.