Home - Forums-.NET - FlyTreeView (ASP.NET) - Version 3.3.0.7

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

Version 3.3.0.7
Link Posted: 05-Jun-2009 04:07
So you're saying the only way to deploy FlyTreeView to a 64 bit environment is to run the installer on a 32 bit machine and then copy over the binary files?
Link Posted: 05-Jun-2009 04:41
Depends on version of FlyTreeView. Current versions of FlyTreeView should normally run on 64-bit environments.
Link Posted: 11-Jun-2009 03:06
So all I simply need to do then to get 3.3.0.7 to work on a 64-bit system is to copy the directory as it was produced from the installer on a 32-bit machine to the same location on the 64-bit machine? Is there anything else that needs to be done with this to get it to work?
Link Posted: 11-Jun-2009 03:21
You should also copy  what you have in /aspnet_client/ninerays_web... directory to corresponding directory on your server.
Link Posted: 15-Jun-2009 09:36
Simply copying the files does not appear to do the trick. Is there something else I need to do in order to register that the files have been copied with windows?
Link Posted: 17-Jun-2009 07:40
You need to have control DLL in Bin directory of your web app. That's it.

Do you get exception?
Link Posted: 18-Jun-2009 02:53
I needed to register the dll using regasm. After I did that it started working.