开发者

Castle remoting facility not working

开发者 https://www.devze.com 2023-02-01 18:14 出处:网络
Does remoting facility still work in castle? i downloaded sample from http://www.castleproject.org/container/facilities/trunk/remoting/usingit.html

Does remoting facility still work in castle?

i downloaded sample from http://www.castleproject.org/container/facilities/trunk/remoting/usingit.html changed project to target 4.0 of framework.

Then I deleted references to castle in both client and server projects and then added references to Castle.Core and Castle.Windsor dlls from castles "bin-dotNet40" folder.

When I run the server I get the follwoing exception: Could not convert from 'Castle.Facilities.Remoting.RemotingFacility, Castle开发者_开发知识库.MicroKernel' to System.Type - Maybe type could not be found

thanks for responses


Castle.MicroKernel.dll is no more (it was merged into Castle.Windsor.dll), so the correct fully qualified type name is now Castle.Facilities.Remoting.RemotingFacility, Castle.Windsor

0

精彩评论

暂无评论...
验证码 换一张
取 消