Difference between revisions of "FluenceXL Excel Edition Troubleshooting"

(Initial version)
 
(Added utility method for registering the controls)
Line 4: Line 4:
 
=Slicer Troubleshooting=
 
=Slicer Troubleshooting=
 
==You receive a 'Cannot insert object' error when inserting a [[Dimension Slicers|Dimension Slicer]]==
 
==You receive a 'Cannot insert object' error when inserting a [[Dimension Slicers|Dimension Slicer]]==
This error is caused by some of the XLCubed assemblies not being correctly registered. To re-register them, you must run the following command as an administrator:
+
This error is caused by some of the XLCubed assemblies not being correctly registered. To re-register them, you must run the following command as an elevated administrator:
 +
 
 +
{{Code|"C:\Program Files\XLCubed Ltd\XLCubed\XLCubed.Excel.Installer.Utility.exe" /regctls}}
 +
 
 +
In version 6.1 and prior versions, the {{Code|/regctls}} switch wasn't available. In this case, use this instead, again using an administrator account:
  
 
{{Code|C:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe /tlb /codebase "C:\Program Files\XLCubed Ltd\XLCubed\XLCubed.Excel.UserInterface.dll"}}
 
{{Code|C:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe /tlb /codebase "C:\Program Files\XLCubed Ltd\XLCubed\XLCubed.Excel.UserInterface.dll"}}

Revision as of 11:08, 16 February 2012

Installation Troubleshooting

  • Details of prerequisites can be found here.

Slicer Troubleshooting

You receive a 'Cannot insert object' error when inserting a Dimension Slicer

This error is caused by some of the XLCubed assemblies not being correctly registered. To re-register them, you must run the following command as an elevated administrator:

"C:\Program Files\XLCubed Ltd\XLCubed\XLCubed.Excel.Installer.Utility.exe" /regctls

In version 6.1 and prior versions, the /regctls switch wasn't available. In this case, use this instead, again using an administrator account:

C:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe /tlb /codebase "C:\Program Files\XLCubed Ltd\XLCubed\XLCubed.Excel.UserInterface.dll"

Publishing Troubleshooting

  • Detailed information can be found here.

Further Help