简体   繁体   English

如何安装支持.net Framework 4.0的Fluorfx?

[英]How to install fluorinefx with support for .net framework 4.0?

I'm trying to integrate Flex and .net framework 4.0 classes, weborb is way too expensive and the only other option I have stumbled upon is fluorinefx but the installer on it's website doesn't support .net 4.0 and after downloading it's source code there is no clue about how to integrate it, no documentation at all and no answer on it's forum. 我正在尝试集成Flex和.net Framework 4.0类,weborb太昂贵了,我偶然发现的唯一其他选择是Fluorfx,但是其网站上的安装程序不支持.net 4.0,并且在那里下载了源代码没有关于如何集成它的线索,根本没有文档,也没有关于它的论坛的答案。

Have anyone been able to do this? 有人能这样做吗? and if so, how? 如果是这样,怎么办?

note: XML, JSON and such are not useful for me as the apps are data intensive, I'm looking for something that does the same job as weborb, fluorinefx, blazeds, etc for .net framework 4.0, fluorinefx seemed promising until I realized the forums are dead and there is absolutely no updated documentation. 注意:XML,JSON等对我来说没有用,因为这些应用程序是数据密集型的,我正在寻找与.net Framework 4.0的weborb,fluffx,blazeds等功能相同的东西,在我意识到之前,fluorffx似乎很有希望论坛已经死了,而且绝对没有更新的文档。

You can compile the src from the fluorinefx project on google code to get the latest dlls. 您可以从Google代码上的Fluorfx 项目编译src,以获取最新的dll。 You would need to generate the fluorine.snk file to build though, in SolutionExplorer->FluorineFx-4.0->Properties->Signing, or use the command line, see ../snk/fluorine.snk.readme for details or How to: Sign an Assembly . 但是,您需要在SolutionExplorer-> FluorineFx-4.0-> Properties-> Signing中生成要生成的fluoro.snk文件,或者使用命令行,有关详细信息或如何操作 ,请参阅../snk/fluorine.snk.readme。 :签署大会

Otherwise you can use the .NET 3.5 libraries with 4.0, either by converting a 3.5 template project to 4.0 or linking a 4.0 project to the old dlls and adding the relevant fluorinefx configs to your web.config. 否则,您可以将.NET 3.5库与4.0一起使用,方法是将3.5模板项目转换为4.0,或者将4.0项目链接到旧的dll,然后将相关的Fluorfx配置添加到web.config。

Just in case if you missed it, WebORB Community Edition is absolutely free and does support .NET Framework 4.0. 万一您错过了它,WebORB Community Edition是绝对免费的,并且支持.NET Framework 4.0。 See this for more details: http://www.themidnightcoders.com/products/weborb-for-net/producteditions.html 请参阅此以获取更多详细信息: http : //www.themidnightcoders.com/products/weborb-for-net/producteditions.html

You dont have to use WebOrb or FlorineFx (both AMF options), you could use a regular HttpService set up in C#, with an ASP page to handle the communication to the SWF. 您不必使用WebOrb或FlorineFx(两个AMF选项),可以使用在C#中设置的常规HttpService和ASP页面来处理与SWF的通信。 There should be a good few tutorials if you search. 如果您进行搜索,应该有很多教程。

We did something similar to communicate between Air and C#, using a HttpListener in C# and posting requests from air to the listening port. 我们使用C#中的HttpListener进行了类似的操作来在Air和C#之间进行通信,并将请求从air发送到侦听端口。

Edit: Heres an example for you 编辑:这是给你的一个例子

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM