﻿<?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?)  » Business Objects in Referenced Assemblies</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 08:25:43 GMT</lastBuildDate><ttl>20</ttl><item><title>Business Objects in Referenced Assemblies</title><link>http://forum.strataframe.net/FindPost12646.aspx</link><description>Ok, the project is all set. It works, the business objects all access what they're supposed to access, but now there's something with the IDE.&lt;br&gt;
&lt;br&gt;
After I got the project done, I moved all the business objects to a separate project and checked the files into our version control system. I just changed it so that I referenced a compiled DLL instead of having the DLLs as a second project on the solution.&lt;br&gt;
&lt;br&gt;
The problem I'm having is that if I pull up any of the SF tools (i.e. the selection box for populating a control from a business object), I don't see any of my business objects.&lt;br&gt;
&lt;br&gt;
Do the SF tools only work when the business objects are a project within the solution? Or is there a way to configure where business objects are pulled from?&lt;br&gt;
&lt;br&gt;
Thanks!&lt;br&gt;</description><pubDate>Wed, 26 Dec 2007 11:50:49 GMT</pubDate><dc:creator>PeterA</dc:creator></item><item><title>RE: Business Objects in Referenced Assemblies</title><link>http://forum.strataframe.net/FindPost13171.aspx</link><description>Still hoping for some kind of resolution on this. Any progress? Suggestions?</description><pubDate>Wed, 26 Dec 2007 11:50:49 GMT</pubDate><dc:creator>PeterA</dc:creator></item><item><title>RE: Business Objects in Referenced Assemblies</title><link>http://forum.strataframe.net/FindPost12805.aspx</link><description>[quote][b]Trent L. Taylor (11/20/2007)[/b][hr]No problem, glad you found youranswer :)[/quote]&lt;br&gt;
&lt;br&gt;
Actually, I didn't. My previous post where I tried adding the assembly to the Web.config [i]didn't[/i] work. I assumed someone was working on something since Ben asked if this was in a Web Application or Web Site project.&lt;br&gt;
&lt;br&gt;
I'm in a Web application and it's still acting funny. Any suggestions?&lt;br&gt;
&lt;br&gt;
Thanks!&lt;br&gt;</description><pubDate>Tue, 20 Nov 2007 09:50:28 GMT</pubDate><dc:creator>PeterA</dc:creator></item><item><title>RE: Business Objects in Referenced Assemblies</title><link>http://forum.strataframe.net/FindPost12804.aspx</link><description>No problem, glad you found your&amp;nbsp;answer :)</description><pubDate>Tue, 20 Nov 2007 09:22:41 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Business Objects in Referenced Assemblies</title><link>http://forum.strataframe.net/FindPost12803.aspx</link><description>[quote][b]PeterA (11/20/2007)[/b][hr][quote][b]Ben Chase (11/15/2007)[/b][hr]Is this a web site or a web application project?[/quote]&lt;br&gt;
&lt;br&gt;
Any progress toward an answer on this?&lt;br&gt;
&lt;br&gt;
The only other thing that I can think of that might be the cause is that I don't have the Business Objects' DLL specified in the Web.config file. I have a reference in the Solution Explorer and I have the using statements at the top of my code-beside pages where I need them.&lt;br&gt;
&lt;br&gt;
Would the Web.config be the cause of this?&lt;br&gt;
&lt;br&gt;
Thanks!&lt;br&gt;
[/quote]&lt;br&gt;
&lt;br&gt;
Never mind. I just saw that I already tried this one earlier. I need to re-read my threads before I post. Especially this early in the morning... :-)</description><pubDate>Tue, 20 Nov 2007 07:41:06 GMT</pubDate><dc:creator>PeterA</dc:creator></item><item><title>RE: Business Objects in Referenced Assemblies</title><link>http://forum.strataframe.net/FindPost12802.aspx</link><description>[quote][b]Ben Chase (11/15/2007)[/b][hr]Is this a web site or a web application project?[/quote]&lt;br&gt;
&lt;br&gt;
Any progress toward an answer on this?&lt;br&gt;
&lt;br&gt;
The only other thing that I can think of that might be the cause is that I don't have the Business Objects' DLL specified in the Web.config file. I have a reference in the Solution Explorer and I have the using statements at the top of my code-beside pages where I need them.&lt;br&gt;
&lt;br&gt;
Would the Web.config be the cause of this?&lt;br&gt;
&lt;br&gt;
Thanks!&lt;br&gt;</description><pubDate>Tue, 20 Nov 2007 07:39:11 GMT</pubDate><dc:creator>PeterA</dc:creator></item><item><title>RE: Business Objects in Referenced Assemblies</title><link>http://forum.strataframe.net/FindPost12718.aspx</link><description>[quote][b]Ben Chase (11/15/2007)[/b][hr]Is this a web site or a web application project?[/quote]&lt;br&gt;
&lt;br&gt;
Web Application</description><pubDate>Thu, 15 Nov 2007 08:52:03 GMT</pubDate><dc:creator>PeterA</dc:creator></item><item><title>RE: Business Objects in Referenced Assemblies</title><link>http://forum.strataframe.net/FindPost12715.aspx</link><description>Is this a web site or a web application project?</description><pubDate>Thu, 15 Nov 2007 08:46:12 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Business Objects in Referenced Assemblies</title><link>http://forum.strataframe.net/FindPost12681.aspx</link><description>[quote][b]Trent L. Taylor (11/13/2007)[/b][hr][quote]Do the SF tools only work when the business objects are a project within the solution?[/quote]&lt;br&gt;
&lt;br&gt;
No. The looks through all references associated with the project. So if you do not have a reference to the BO library, then they will not show up. Also, there are times that Visual Studio may try to hold on to the previous assembly within the AppDomain. You may get out and come back into Visual Studio if you do in fact have a reference to your new BO library. This is a very common task and something that is done every day. In fact, this is what we do ourselves.[/quote]&lt;br&gt;
&lt;br&gt;
I thought it would be, but I haven't been able to get it working.&lt;br&gt;
&lt;br&gt;
I've got a reference set up to my BusinessObjects assembly (see the attached image). I closed out of Visual Studio and came back in, but I still don't get a list of business objects in the "PopulationDataSourceSettings" selection &amp;#119;indow. I added this to my Web.config:&lt;br&gt;
&lt;br&gt;
&amp;lt;add assembly="Payless.BusinessObjects, Version=1.0.0.0, Culture=neutral, PublicKeyToken=4158e4ccd233bc0d"/&gt;&lt;br&gt;
&lt;br&gt;
It still doesn't do it. Am I missing something else?&lt;br&gt;
&lt;br&gt;
Thanks!&lt;br&gt;</description><pubDate>Tue, 13 Nov 2007 13:35:28 GMT</pubDate><dc:creator>PeterA</dc:creator></item><item><title>RE: Business Objects in Referenced Assemblies</title><link>http://forum.strataframe.net/FindPost12654.aspx</link><description>[quote]Do the SF tools only work when the business objects are a project within the solution?[/quote]&lt;/P&gt;&lt;P&gt;No.&amp;nbsp; The looks through all references associated with the project.&amp;nbsp; So if you do not have a reference to the BO library, then they will not show up.&amp;nbsp; Also, there are times that Visual Studio may try to hold on to the previous assembly within the AppDomain.&amp;nbsp; You may get out and come back into Visual Studio if you do in fact have a reference to your new BO library.&amp;nbsp; This is a very common task and something that is done every day.&amp;nbsp; In fact, this is what we do ourselves.</description><pubDate>Tue, 13 Nov 2007 11:22:19 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>