﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » Please explain message</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 13:07:34 GMT</lastBuildDate><ttl>20</ttl><item><title>Please explain message</title><link>http://forum.strataframe.net/FindPost2259.aspx</link><description>What does "Unable to case object of type "DM.Library.Programs" to type "System.ComponentModel.Component"&lt;br&gt;
&lt;br&gt;
Programs is a BO built by the mapper.&lt;br&gt;
&lt;br&gt;
Thank you.</description><pubDate>Wed, 23 Aug 2006 08:52:51 GMT</pubDate><dc:creator>Daniel Essin</dc:creator></item><item><title>RE: Please explain message</title><link>http://forum.strataframe.net/FindPost2393.aspx</link><description>I'll check through the BOMapper and the Extensibility solution to make sure we're not referencing it as a System.ComponentModel.Component.&amp;nbsp; Thanks for the heads up.</description><pubDate>Wed, 23 Aug 2006 08:52:51 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Please explain message</title><link>http://forum.strataframe.net/FindPost2385.aspx</link><description>The point of the question is that I didn't make any reference to component anything. I just created a bo from the SFBO template and populated it with the mapper and then got this error.</description><pubDate>Tue, 22 Aug 2006 19:48:39 GMT</pubDate><dc:creator>Daniel Essin</dc:creator></item><item><title>RE: Please explain message</title><link>http://forum.strataframe.net/FindPost2268.aspx</link><description>If you're trying to reference it at a System.ComponentModel.Component, then you'll need to change you're reference to a System.ComponentModel.IComponent, since that's what is used by both Component and MarshalByValueComponent.</description><pubDate>Fri, 18 Aug 2006 08:47:31 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Please explain message</title><link>http://forum.strataframe.net/FindPost2266.aspx</link><description>All business objects are inherited from MarshalByValueComponent and cannot be typed as a Component.&amp;nbsp; Since implicit type conversions are not allowed you will have to type the reference to prevent the error.&amp;nbsp; Regardless, you cannot type a business object as a Component since it inherits from MarshalByValuComponent.</description><pubDate>Fri, 18 Aug 2006 08:41:04 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>