-
Type:
Bug
-
Resolution: Not A Defect
-
Priority:
Blocker
-
Component/s: other
Hi Guys,
I am trying to build MS Build proj file through Jenkins. My Solution file need to be open MS Excel files but it's not happening. provided error below.
18>Error in execution... : System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException (0x800A03EC): Microsoft Excel cannot access the file 'S:\TTA_MELBOURNE_A_00383\TOM\Workspace\TicketOfficeMachine\TOM.Shell\Resources\TOM.Shell.xls'. There are several possible reasons:
18>
18> The file name or path does not exist.
18> The file is being used by another program.
18> The workbook you are trying to save has the same name as a currently open workbook.
18> — End of inner exception stack trace —
18> at System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters)
18> at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
18> at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args)
18> at AFC.AlarmResource.ClsCommon.InvokeMember(String sName, String sProperty, Object oInvokingObject, String sParameters)
18> at AFC.AlarmResource.ExcelVersion.GenerateFromExcel(String[] args)
18>The system cannot find the file specified.