Quantcast
Channel: Mentor Graphics Communities: Message List
Viewing all articles
Browse latest Browse all 4541

Problem with automation pro license

$
0
0

I had a script written in C# working in the past with xpedition vx.1.

 

"

objExtendedPrint = new MGCPCBEngines.ExtendedPrint();

 

objExtendedPrint.DesignFileName = "xxxx";

objExtendedPrint.SetupFileName = "xxxx"";

objExtendedPrint.BasicConfigurationFile = "xxxx"";

objExtendedPrint.OutputFileName = outf;

       

objExtendedPrint.Go();

 

"

 

Now when objExtendedPrint.Go(); runs it throws me an exeception and says that "No license was found for Automation Pro"

 

Someone had this problem before. It was working, but now it just gives me this error..

 

Thanks!


Viewing all articles
Browse latest Browse all 4541

Trending Articles