System.CodeDOM and Microsoft.CSharp missing

  • Thread starter Thread starter NiceGuyUK
  • Start date Start date
N

NiceGuyUK

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
 
Back
Top