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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top