CellSetGrid - Publish problem -
12-14-2006
, 10:32 AM
I am trying the CellSetGrid, the free Olap browser
http://www.sqlserveranalysisservices...tGridIntro.htm
It is amazingly good! I can get everything working on my local machine
(with the setup.exe package installed). However, when I "publish" my web
site in Visual Studio and deployed it to another server, it doesn't work. I
got the following error:
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set
to an instance of an object.
Source Error:
Line 16:
Line 17: <cc1:CellSetGrid2 ID="CellSetGrid2_2" runat="server"
ConnectionString="Provider=MSOLAP;Data Source=apollo;Initial
Catalog=AS_SALES;"
Line 18: Cube="BI_SALES" />
Line 19:
Please help... any idea? |