Book a Demo

Author Topic: an message error in EA Add-on  (Read 2685 times)

Michael co

  • EA User
  • **
  • Posts: 60
  • Karma: +0/-0
    • View Profile
an message error in EA Add-on
« on: November 12, 2013, 01:35:11 am »
I am working with base Comparision
this is my code

 String Compared_XML = rep.GetProjectInterface().DoBaselineCompare(model.PackageGUID, baseline.Guid, "");

 
rep.GetProjectInterface().DoBaselineMerge(model.PackageGUID,Compared_XML, baseline.Guid, "");



when I run my add on I got the following error msg :


the question how can I look for finding a solution or any support of this type of errors in future :
« Last Edit: November 12, 2013, 01:37:20 am by michael17 »