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