﻿<?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?)  » BO mapper and missing entries in  dbo.DTEproject_item_exceptions</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 21 Sep 2026 16:39:35 GMT</lastBuildDate><ttl>20</ttl><item><title>BO mapper and missing entries in  dbo.DTEproject_item_exceptions</title><link>http://forum.strataframe.net/FindPost24660.aspx</link><description>Hi,&lt;br&gt;
&lt;br&gt;
I changed multiple tables (removed 60% of columns) and remapped them. I then restored the database and got my columns back. I remapped the tables against the restored database however most of our columns are mapped as 'use nullable generic' so I thought I would make the change directly in the  dbo.DTEproject_item_exceptions table however the columns I deleted are no longer in that table.&lt;br&gt;
&lt;br&gt;
I take it that  dbo.DTEproject_item_exceptions only contains columns that have been customised and remapping the BO didn't recreate them because they haven't been customised yet. Is there any way, other than using the bo mapper manually, to add my missing columns to dbo.DTEproject_item_exceptions table and set them all to 'use nullable generic'?&lt;br&gt;
&lt;br&gt;
Cheers, Peter</description><pubDate>Mon, 21 Sep 2009 08:22:18 GMT</pubDate><dc:creator>Peter Jones</dc:creator></item><item><title>RE: BO mapper and missing entries in  dbo.DTEproject_item_exceptions</title><link>http://forum.strataframe.net/FindPost24682.aspx</link><description>Glad you got it going ;)</description><pubDate>Mon, 21 Sep 2009 08:22:18 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: BO mapper and missing entries in  dbo.DTEproject_item_exceptions</title><link>http://forum.strataframe.net/FindPost24680.aspx</link><description>Hi Trent,&lt;br&gt;
&lt;br&gt;
This started happening well be I even knew this table existed however I followed the path of nonstandard projects in our solution and have deleted one that contained misc stuff such as a pdf reader and izarc plus I deleted the installation projects and the mapper didn't error out. I can now change my mappings and add back these projects later.&lt;br&gt;
&lt;br&gt;
BTW I did notice that Timestamps is not in your list of data types. We always set ours to Return alternate &gt; Nothing.&lt;br&gt;
&lt;br&gt;
Anyway up and going now - thanks for the feedback.&lt;br&gt;
&lt;br&gt;
Cheers, Peter</description><pubDate>Sun, 20 Sep 2009 18:01:10 GMT</pubDate><dc:creator>Peter Jones</dc:creator></item><item><title>RE: BO mapper and missing entries in  dbo.DTEproject_item_exceptions</title><link>http://forum.strataframe.net/FindPost24678.aspx</link><description>It looks like this is happening when it is attempting to fill the projects.  Have you been manually updating the StrataFrame DTE tables?  There could be stray record or two if this is the case.  Also, if you do this for a new project, to confirm, it doesn't fail.  Correct?</description><pubDate>Sun, 20 Sep 2009 17:34:49 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: BO mapper and missing entries in  dbo.DTEproject_item_exceptions</title><link>http://forum.strataframe.net/FindPost24677.aspx</link><description>Hi Trent,&lt;br&gt;
&lt;br&gt;
Yes, we get the following error after clicking the Wizard and while 'populating tree view' is displayed. Given that no other users have reported this issue we presumed it had something to do with a project in our environment. When this first occured we had mapped 95% of all our BO's and we simply managed all the rest without the Wizard. If we could somehow map all our columns to "use nullable generic" that would be a great help.&lt;br&gt;
&lt;br&gt;
At the moment I'm trying to nut out what project is causing the exception.&lt;br&gt;
&lt;br&gt;
Cheers, Peter&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;
&lt;br&gt;</description><pubDate>Sun, 20 Sep 2009 17:32:40 GMT</pubDate><dc:creator>Peter Jones</dc:creator></item><item><title>RE: BO mapper and missing entries in  dbo.DTEproject_item_exceptions</title><link>http://forum.strataframe.net/FindPost24667.aspx</link><description>Well, just to make sure that I understand, is there any reason that the Customize Wizard will not work for you?  That is the purpose of the wizard is to set these types of things in mass.</description><pubDate>Sun, 20 Sep 2009 10:27:29 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>