where can i get this namespace?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I've used a converter to convert from VB.net to C#, and the resulting code
uses the namespace Microsoft.VisualBasic.CompilerServices

Where can I get this namespace? I can't find it in references or anything.

Cheers


Dan
 
You need to reference Microsoft.VisualBasic.dll, the
Microsoft.VisualBasic.CompilerServices
is there
 
Hi
I've used a converter to convert from VB.net to C#, and the resulting code
uses the namespace Microsoft.VisualBasic.CompilerServices

Where can I get this namespace? I can't find it in references or anything.

Cheers


Dan

That's odd. If have the Microsoft.VisualBasic Assembly (which contains
the Microsoft.VisualBasic.CompilerServices namespace) in the list of the
..NET Assemblies (seems to be included in the .net framework).
 

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