Ask a questionAsk a question
 

AnswerJSharpCodeProvider ???

  • Wednesday, July 09, 2008 10:59 AMgravin Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hi Guys,

        I have been asked to use JSharpCodeProvider to generate J# code. i know CSharpCodeProvider, VBCodeProvider but could not able to get JSharpCodeProvider. I could not able to get that in my code-i mean i am not getting Microsoft.VJSharp (or) Microsoft.JSharp (?). do i have to add any assembly in the reference? i searched in NET component but could not able to find any Microsoft.VJ....

        so what should i do to get Microsoft.VJSharp ?

        please guide me.

    Thanks!

       

Answers

All Replies

  • Thursday, July 10, 2008 7:53 PMKazuya Ujihara Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    You have to add reference to VJSharpCodeProvider.
    J# code provider is Microsoft.VJSharp.VJSharpCodeProvider class.
  • Friday, October 09, 2009 3:17 PMJohn Spadafora Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    What dll contains Microsoft.VJSharp?
  • Monday, October 12, 2009 4:52 PMkaymaf Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    What dll contains Microsoft.VJSharp?

    VJSharpCodeProvider.DLL is located in the .net directory

    For .NET 1.1 :  C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\VJSharpCodeProvider.DLL

    .NET 2.0 : C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\VJSharpCodeProvider.DLL

    NOTE: . J# only available in in VS 2003/05 and .net 1.1/2.0

    kaymaf
    I hope this helps, if that is what you want, just mark it as answer so that we can move on