how to run c# code in ppm?

I have c# code to modify modules in ppm  like utility, that code runs my local system through visual studio.

I need to run this code through report in ppm .

Parents Reply
  • 0   in reply to   

    I think you have to compile your program to .exe to run it from the command line if server is a Windows OS. And if you're on Linux, you'll have to make sure that mono is installed on the server to run it to run it. Note that I'm no C# expert, so googling this might provide some more up-to-date answers - as this question of how to run a C# program from the command line is not PPM related.

Children
No Data