Hi, in my application I have a problem casting value-objects from weborb into flex. I use the NET Edition of Weborb, Version 3.6
My flex application always throws an error when I load a specific value object into flex. When I parse the result, I do the following in Flex: var vo:fileVO = value as fileVO; var fSize:Number = vo.fileSize; <--- here comes the error Flex debugger tells me, that my vo is null, but when I hover 'value' it tells me 'value = fileVO (@9568734) The fileVO was coded with the weborbconsole: [Bindable] [RemoteClass(alias="DRAKON.FileManager.vo.fileVO")] I used AppPuncher to figure out whats the problem, but that doesn't help. AppPuncher tells me that the returned object is from type DRAKON.FileManager.vo.fileVO. The code, that tries to load this object is in a Flex module. Actually, this has worked before. I did not changed the code (but some other). And now this will not work. I don't know what's the problem. Please help. Thanks in advance. Kind regards Carl Friedemann Enderlein

