cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
bharatveer
Level 3

Excel Add In Installer having issue when it is created with Registries

using InstallShield 2019 express with VS 2017 professional I have created a window installer for excel Add in project.

When I add document level customization it works fine no issue at all.

But when I try to create with registry entries setup is created successfully.

It installed successfully and generate the required file in the defined location .

But now when I try to open the excel template from this location it gives me below mentioned error.

 

System.NullReferenceException: Object reference not set to an instance of an object.
at Fujitsu.Prisme.Excel.FIE2015.FIE2015ConfigurationManager.getMaxNumOfLinesToPrisme()
at Fujitsu.Prisme.Excel.FIE2015.FIE2015ConfigurationManager..ctor()
at Fujitsu.Prisme.Excel.FIE2015.WebServiceConnector..ctor(ThisWorkbook _thisWorkbook, SpecifyGetData _specifyGetData)
at Fujitsu.Prisme.Excel.FIE2015.ThisWorkbook.ThisWorkbook_Startup(Object sender, EventArgs e)
at Microsoft.Office.Tools.Excel.WorkbookImpl.OnStartup()
at Fujitsu.Prisme.Excel.FIE2015.ThisWorkbook.FinishInitialization()
at Microsoft.VisualStudio.Tools.Office.Runtime.DomainCreator.ExecuteCustomization.ExecutePhase(ExecutionPhases executionPhases)
at Microsoft.VisualStudio.Tools.Office.Runtime.DomainCreator.ExecuteCustomization.Microsoft.VisualStudio.Tools.Office.Runtime.Interop.IExecuteCustomization2.ExecuteEntryPoints()

 

 

 

 

 

 

 

Labels (1)
0 Kudos
(0) Replies