﻿<?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 » Issues  » Errors Loading BO Mapper</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 08 Jun 2026 23:30:07 GMT</lastBuildDate><ttl>20</ttl><item><title>Errors Loading BO Mapper</title><link>http://forum.strataframe.net/FindPost2427.aspx</link><description>When I load the Business Object Mapper I get the attached errors. &lt;/P&gt;&lt;P&gt;My workstation is a &lt;/P&gt;&lt;P&gt;Dell 810 Laptop&lt;/P&gt;&lt;P&gt;WindowsXP SP2&lt;/P&gt;&lt;P&gt;VS2005 &lt;/P&gt;&lt;P&gt;SQL server 2005</description><pubDate>Mon, 20 Jul 2009 14:12:39 GMT</pubDate><dc:creator>Michael Reese</dc:creator></item><item><title>RE: Errors Loading BO Mapper</title><link>http://forum.strataframe.net/FindPost23852.aspx</link><description>Cool :cool: ! Glad you got it going!!!</description><pubDate>Mon, 20 Jul 2009 14:12:39 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Errors Loading BO Mapper</title><link>http://forum.strataframe.net/FindPost23850.aspx</link><description>Juan Carlos, Trent!&lt;br&gt;
Yeeeeeeessssssssss! It works! Realy we lost completed day today to search whats happens :)) Thanks a lot!</description><pubDate>Mon, 20 Jul 2009 13:45:36 GMT</pubDate><dc:creator>dgsoft</dc:creator></item><item><title>RE: Errors Loading BO Mapper</title><link>http://forum.strataframe.net/FindPost23848.aspx</link><description>Actually we discussed this on another thread in more depth recently as this came up with 4 or 5 other developers (including ourselves) after InstallAware was loaded.  You may try Juan's suggestion and see if that resolves it.  Other times, reloading the add-ins resolved the issue.  Below is a link to the thread.  The link will take you to about the mid-way discussion of this, but I am sure that at least one of these should help you get going.&lt;br&gt;
&lt;br&gt;
[url=http://forum.strataframe.net/FindPost21973.aspx]http://forum.strataframe.net/FindPost21973.aspx[/url]</description><pubDate>Mon, 20 Jul 2009 13:09:29 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Errors Loading BO Mapper</title><link>http://forum.strataframe.net/FindPost23845.aspx</link><description>Hi&lt;P&gt;[quote]It seems after InstallAware installation something happens in system with DLLs... DLL hell goes on? [/quote]&lt;/P&gt;&lt;P&gt;I have the same problem after installing InstallAware, install the NET Framework 2 SDK and the problem should go.&lt;/P&gt;&lt;P&gt;Regards</description><pubDate>Mon, 20 Jul 2009 12:31:04 GMT</pubDate><dc:creator>Juan Carlos Pazos</dc:creator></item><item><title>RE: Errors Loading BO Mapper</title><link>http://forum.strataframe.net/FindPost23844.aspx</link><description>And Maybe it helps also&lt;br&gt;
&lt;br&gt;
I create separate project&lt;br&gt;
Add one line and try build&lt;br&gt;
Imports MicroFour.StrataFrame.AddIns&lt;br&gt;
Public Class Form1&lt;br&gt;
    Dim lo As MicroFour.StrataFrame.AddIns.DTEprojectsBO = New MicroFour.StrataFrame.AddIns.DTEprojectsBO()&lt;br&gt;
End Class&lt;br&gt;
&lt;br&gt;
------ Build started: Project: WindowsApplication1, Configuration: Debug Any CPU ------&lt;br&gt;
Consider app.config remapping of assembly "EnvDTE, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "7.0.3300.0" [] to Version "8.0.0.0" [C:\Programme\Gemeinsame Dateien\Microsoft Shared\MSEnv\PublicAssemblies\EnvDTE.dll] to solve conflict and get rid of warning.&lt;br&gt;
&lt;br&gt;
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets : warning MSB3247: &lt;br&gt;
Found conflicts between different versions of the same dependent assembly.&lt;br&gt;
&lt;br&gt;
It seems after InstallAware installation something happens in system with DLLs... DLL hell goes on?</description><pubDate>Mon, 20 Jul 2009 12:23:47 GMT</pubDate><dc:creator>dgsoft</dc:creator></item><item><title>RE: Errors Loading BO Mapper</title><link>http://forum.strataframe.net/FindPost23843.aspx</link><description>Maybe it will help. for previous problem.. now when I click customize wizard error also happens&lt;br&gt;
&lt;br&gt;
NullReferenceException&lt;br&gt;
  Object reference not set to an instance of an object.&lt;br&gt;
&lt;br&gt;
Source     : MicroFour StrataFrame AddIns&lt;br&gt;
&lt;br&gt;
Stack Trace: &lt;br&gt;
   at MicroFour.StrataFrame.AddIns.DTEprojectsBO.FillProjects(String[] ProjectPaths)&lt;br&gt;
   at MicroFour.StrataFrame.AddIns.PartialClassBuilderCustomizeWizard.ᜀ(ᜎ A_0)&lt;br&gt;
   at MicroFour.StrataFrame.AddIns.PartialClassBuilderCustomizeWizard.ᜀ()&lt;br&gt;
   at MicroFour.StrataFrame.AddIns.PartialClassBuilderCustomizeWizard.OnLoad(EventArgs e)&lt;br&gt;
   at System.Windows.Forms.Form.OnCreateControl()&lt;br&gt;
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)&lt;br&gt;
   at System.Windows.Forms.Control.CreateControl()&lt;br&gt;
   at System.Windows.Forms.Control.WmShowWindow(Message&amp; m)&lt;br&gt;
   at System.Windows.Forms.Control.WndProc(Message&amp; m)&lt;br&gt;
   at System.Windows.Forms.ScrollableControl.WndProc(Message&amp; m)&lt;br&gt;
   at System.Windows.Forms.ContainerControl.WndProc(Message&amp; m)&lt;br&gt;
   at System.Windows.Forms.Form.WmShowWindow(Message&amp; m)&lt;br&gt;
   at System.Windows.Forms.Form.WndProc(Message&amp; m)&lt;br&gt;
   at System.Windows.Forms.Control.ControlNative&amp;#119;indow.OnMessage(Message&amp; m)&lt;br&gt;
   at System.Windows.Forms.Control.ControlNative&amp;#119;indow.WndProc(Message&amp; m)&lt;br&gt;
   at System.Windows.Forms.Native&amp;#119;indow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;br&gt;
   at System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow)&lt;br&gt;
   at System.Windows.Forms.Control.SetVisibleCore(Boolean value)&lt;br&gt;
   at System.Windows.Forms.Form.SetVisibleCore(Boolean value)&lt;br&gt;
   at MicroFour.StrataFrame.UI.Windows.Forms.BaseForm.SetVisibleCore(Boolean value)&lt;br&gt;
   at System.Windows.Forms.Control.set_Visible(Boolean value)&lt;br&gt;
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)&lt;br&gt;
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)&lt;br&gt;
   at System.Windows.Forms.Application.RunDialog(Form form)&lt;br&gt;
   at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)&lt;br&gt;
   at System.Windows.Forms.Form.ShowDialog()&lt;br&gt;
   at MicroFour.StrataFrame.AddIns.PartialClassBuilderDialog.ᜃ()&lt;br&gt;</description><pubDate>Mon, 20 Jul 2009 12:07:36 GMT</pubDate><dc:creator>dgsoft</dc:creator></item><item><title>RE: Errors Loading BO Mapper</title><link>http://forum.strataframe.net/FindPost23842.aspx</link><description>Hi,&lt;br&gt;
We are  in the company has not same problem&lt;br&gt;
&lt;br&gt;
AccessViolationException&lt;br&gt;
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.&lt;br&gt;
&lt;br&gt;
Source : EnvDTE&lt;br&gt;
&lt;br&gt;
Stack Trace: &lt;br&gt;
at EnvDTE.ProjectItem.get_Name()&lt;br&gt;
at MicroFour.StrataFrame.AddIns.PartialClassBuilderDialog.ᜁ(Project A_0, String A_1)&lt;br&gt;
at MicroFour.StrataFrame.AddIns.PartialClassBuilderDialog.ᜁ(String A_0, Project A_1)&lt;br&gt;
&lt;br&gt;
The development currently stay, because not possible to rebuild business object!&lt;br&gt;
Please help ASAP!&lt;br&gt;
&lt;br&gt;
OS. Windows Server 2009 R2 Version.5.2 R2 (build 3790.srv03_sp2_gdr.090319-1204: ServicePack 2)&lt;br&gt;
- my steps to solve problem&lt;br&gt;
- reinstall Strataframe framework - does not help&lt;br&gt;
- uninstall installAware - does not help&lt;br&gt;
- Create new project/bo/ and so on.. as was written in your steps - does not help.. error happens!&lt;br&gt;
&lt;br&gt;
Please help!</description><pubDate>Mon, 20 Jul 2009 03:45:22 GMT</pubDate><dc:creator>dgsoft</dc:creator></item><item><title>RE: Errors Loading BO Mapper</title><link>http://forum.strataframe.net/FindPost2504.aspx</link><description>John,&lt;/P&gt;&lt;P&gt;Try this and see if the error persists.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a new project (TestProject)&lt;/LI&gt;&lt;LI&gt;Create a new business object &lt;/LI&gt;&lt;LI&gt;Open the BO Mapper&lt;/LI&gt;&lt;LI&gt;Create a new Mapper project&lt;/LI&gt;&lt;LI&gt;Select the desired table or structure for the business object&lt;/LI&gt;&lt;LI&gt;Build the partial class&lt;/LI&gt;&lt;LI&gt;Exit&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Did the error occur?&amp;nbsp; Thanks. :)</description><pubDate>Mon, 28 Aug 2006 17:37:47 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Errors Loading BO Mapper</title><link>http://forum.strataframe.net/FindPost2495.aspx</link><description>I am having the same issue with one added problem. When i close the business object mapper i get the following error as well:&lt;BR&gt;&lt;BR&gt;AccessViolationException&lt;BR&gt;&amp;nbsp;Attempted to read or write protected memory. This is often an indication that other memory is corrupt.&lt;/P&gt;&lt;P&gt;Source&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : mscorlib&lt;/P&gt;&lt;P&gt;Stack Trace: &lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.InteropServices.UCOMIConnectionPoint.Unadvise(Int32 dwCookie)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at EnvDTE._dispSolutionEvents_EventProvider.remove_AfterClosing(_dispSolutionEvents_AfterClosingEventHandler A_1)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at EnvDTE.SolutionEventsClass.remove_AfterClosing(_dispSolutionEvents_AfterClosingEventHandler A_1)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.AddIns.PartialClassBuilderDialog.RemoveSolutionHandlers()&lt;BR&gt;&lt;/P&gt;&lt;P&gt;I have tried the solution here and it does not help.</description><pubDate>Mon, 28 Aug 2006 14:50:57 GMT</pubDate><dc:creator>John Grzegorczyk</dc:creator></item><item><title>RE: Errors Loading BO Mapper</title><link>http://forum.strataframe.net/FindPost2432.aspx</link><description>The first error is possibly coming from a project type or project item type within your solution.&amp;nbsp; The second error is occuring because the database connection for StrataFrame has been changed.&amp;nbsp; In VS, go to the StrataFrame menu and then to the Database Connection option.&amp;nbsp; In the window, edit the database connection and make sure that it it pointing to the StrataFrame database, not to the StrataFrameSample databse or whatever database you're application is using.&amp;nbsp; This database connection is used by the design-time components to access the StrataFrame database.&amp;nbsp; It is not used by the runtime components of your application in any way, so it needs to stay pointing to the StrataFrame database.</description><pubDate>Thu, 24 Aug 2006 08:55:46 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>