I have a little problem with main ASP.NET example of DynaCube.
You know the example is simply creating a cube, saving it and showing it on the webpage. My cube cannot be created, when i commented out the try-catch parts, i getting this error: "oField" needs Constructor to be used, but i cant create one because it have no constructor anyway. I bet some of you guys saw this error before.
I converted for VS2005 myself, if anyone have a sample for how to use DynaCube in VS2005, it will be great help.
Hi Andrey; Thanks for your answer.
I already installed the .bat file you gave me. But i forgot to tell you it is not Windows application, it is a Web Site i want to create. I sent you the source code as an attachment.
The code is simply creating a cub file first, then showing it on the webpage. I commented out the try-catch part of it, so you will be able to see the nullReference error..
Hi Again Andrey;
I tried to run your Web Application this time, but i getting same error again, scrshot is in the attachment..
By the way i installing all patches of Dynacube before install the Service Pack2, (i mean 2.5 first, then Service Pack 1, etc.) maybe that can cause the problem?
Hi again Andrey;
I cleaned old versions of DynaCube, installed it again. Also installed Global Assembly Cache.
And i noticed you attacked 2 .exe files in your last post, i executed them too. Now i building your sample, i getting this new error:
Maybe i did not implemented your sample well, but my boss intalled DynaCube again on his computer also, and we getting both same errors.
What we do wrong to take same errors on two different computers? I bet it is about our dll references, but i need your opinion.
Hi ericc;
I always tried to add the DynaCube Reference, from "COM Components". Today i just selected "Browse", and found "DynamiCube.Interop.dll" on the Common Files. So now i managed to run the Andrey's sample. Thanks for your and Andreyy's help :)