Installing and registering components required to run fusioncharts
#1
Posted 10 February 2010 - 06:17 AM
I have got my development machine to setup and run fusioncharts for a windows C# application. However when it has now come to package the application,we seem to be having issues registering the flash.ocx on the client machine. I have tried registering it manually also without any result. What needs to be installed on the desktop before my C# application using fusioncharts can run ?
thanks
Other Replies To This Topic
#2
Posted 10 February 2010 - 09:55 PM
Could you please confirm if your machine has Flash Player 8 or above installed?
Awaiting your reply.
Other Replies To This Topic
#3
Posted 10 February 2010 - 11:24 PM
But using AxInterop.ShockwaveFlashObjects.DLL
Other Replies To This Topic
#4
Posted 11 February 2010 - 01:05 AM
FusionCharts is a Flash animated charting component.
AxInterop.ShockwaveFlashObjects.DLL is a wrapper file.
Please try installing Flash Player 8 and above in your machine, as installation of AxInterop.ShockwaveFlashObjects.DLL alone would not be able to render the chart.
Hope this helps. ![]()
Other Replies To This Topic
#5
Posted 11 February 2010 - 04:04 AM
Still I m successfully seeing all the charts .
But the problem is.............
1> When I package the project and install on another machine(having or not having Flashplayer8/10) there is an exception HRESULT:0x80040154[REGDB_E_CLASSNOTREG].
Other Replies To This Topic
#6
Posted 11 February 2010 - 05:21 AM
These are just (AxInterop.ShockwaveFlashObjects.DLL) a WRAPPER file of original Flash Player (flash.ocx), and to use this wrapper in your application it requires the original OCX file (Flash.ocx) without it the WRAPPER will failed to load/run.
Also, as you can see the the error message HRESULT:0x80040154[REGDB_E_CLASSNOTREG], which means it needs to register/install the original Flash Player.
We request you to please install this Flash Player and try again.
Rahul Kumar
Software Engineer
A byte of magic.
Other Replies To This Topic
#7
Posted 11 February 2010 - 09:53 AM
Same project is not running on 64 bit(ex.Vista) machines.
I have installed latest versions of shockwave and flash players but helpless.
Then I tried to make fresh project this time on 64 bit vista machine but
as soon as drag drop shockwave object either project got crashed or small and unresizable object appeared on the window
which was meaningless.
What is neat procedure to create a window application which will run on both 32-64 bit machines without any external setting ? So that we can just make an installable package comfortable with any environment?


Back to top
MultiQuote
