﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum / Enterprise Server / Issues </title><generator>InstantForum.NET v4.1.4</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>forum@strataframe.net</webMaster><lastBuildDate>Fri, 12 Mar 2010 12:57:38 GMT</lastBuildDate><ttl>20</ttl><item><title>Independent Security Audits</title><link>http://forum.strataframe.net/Topic26206-25-1.aspx</link><description>I would like to know if there have been any independent third-party security audits of the Enterprise Server.  If so, can you point me to the results?&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;Deen</description><pubDate>Wed, 24 Feb 2010 14:45:01 GMT</pubDate><dc:creator>Deen Core</dc:creator></item><item><title>Parameterized Store Procedures Failing</title><link>http://forum.strataframe.net/Topic25649-25-1.aspx</link><description>Hi SF Team,&lt;P&gt;I have just setup ES on a server and I began to do some testing.  The code (below) has been running for a couple of years on a local production server with a SQLExpress database, but when this same code (below) runs connecting through ES, I am getting an error (see below).  This piece of code is using a BO to run a parameterized stored procedure.  I am getting the same error when running other BOs using parameterized stored procredures.  It seems this error is associated with the BO.FillByStoredProcedure method.   What is going on?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;Public&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Sub&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; FillByCallBackTop1ByCampaignIDAndUserIDAndDateRange(&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;ByVal&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; campaignID &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Integer&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;, &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;ByVal&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; userID &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Integer&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;, _&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;ByVal&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; startDate &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Date&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;, &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;ByVal&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; endDate &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Date&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;, &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;ByVal&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; campaignMaximumCallTries &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Integer&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;)&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Dim&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; parms(4) &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; SqlParameter&lt;/P&gt;&lt;P&gt;parms(0) = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; SqlParameter(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"@CampaignID"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;, SqlDbType.Int)&lt;/P&gt;&lt;P&gt;parms(0).Value = campaignID&lt;/P&gt;&lt;P&gt;parms(1) = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; SqlParameter(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"@UserID"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;, SqlDbType.Int)&lt;/P&gt;&lt;P&gt;parms(1).Value = userID&lt;/P&gt;&lt;P&gt;parms(2) = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; SqlParameter(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"@StartDate"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;, SqlDbType.SmallDateTime)&lt;/P&gt;&lt;P&gt;parms(2).Value = startDate&lt;/P&gt;&lt;P&gt;parms(3) = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; SqlParameter(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"@EndDate"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;, SqlDbType.SmallDateTime)&lt;/P&gt;&lt;P&gt;parms(3).Value = endDate&lt;/P&gt;&lt;P&gt;parms(4) = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; SqlParameter(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"@CampaignMaximumCallTries"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;, SqlDbType.SmallInt)&lt;/P&gt;&lt;P&gt;parms(4).Value = campaignMaximumCallTries&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Me&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.FillByStoredProcedure(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"CampaignContactsView_CallBack_Top_ByCampaignIDUserIDStartEndDate_Select"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;, parms)&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;End&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Sub&lt;/P&gt;&lt;P&gt;=========================================================================================&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;&lt;FONT face=Arial size=2&gt;&lt;P&gt;Exception (EnterpriseDataSourceException)&lt;/P&gt;&lt;P&gt;Message = "An error occurred while executing the command on the remote data source. See the inner exception for more details."&lt;/P&gt;&lt;P&gt;InnerException (SqlException): Source=".Net SqlClient Data Provider"; Target=null; Tag=null; Class=16; LineNumber=0; Number=201; Server="TESTSERVER\SQLEXPRESS"; State=4; ErrorCode=-2146232060; &lt;/P&gt;&lt;P&gt;Message = "Procedure or Function 'CampaignContactsView_CallBack_Top1_ByCampaignIDUserIDStartEndDate_Select' expects parameter '@CampaignID', which was not supplied."&lt;/P&gt;&lt;P&gt;StackTrace = &lt;/P&gt;&lt;P&gt;" at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)&lt;/P&gt;&lt;P&gt;at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)&lt;/P&gt;&lt;P&gt;at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)&lt;/P&gt;&lt;P&gt;at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)&lt;/P&gt;&lt;P&gt;at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()&lt;/P&gt;&lt;P&gt;at System.Data.SqlClient.SqlDataReader.get_MetaData()&lt;/P&gt;&lt;P&gt;at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)&lt;/P&gt;&lt;P&gt;at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)&lt;/P&gt;&lt;P&gt;at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior ... (truncated) ...xecuteReader(CommandBehavior behavior, String method)&lt;/P&gt;&lt;P&gt;at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)&lt;/P&gt;&lt;P&gt;at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)&lt;/P&gt;&lt;P&gt;at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)&lt;/P&gt;&lt;P&gt;at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)&lt;/P&gt;&lt;P&gt;at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)&lt;/P&gt;&lt;P&gt;at MicroFour.StrataFrame.Data.DbDataSourceItem.GetDataTable(DbCommand Command, OnChangeEventHandler CallBack)&lt;/P&gt;&lt;P&gt;at MicroFour.StrataFrame.Data.SqlDataSourceItem.GetDataTable(DbCommand Command, OnChangeEventHandler CallBack)&lt;/P&gt;&lt;P&gt;at MicroFour.StrataFrame.Data.Enterprise.RequestProcessor.ExecuteDataTable(ExecuteDataTableParams params)"&lt;/P&gt;&lt;P&gt;Errors (SqlErrorCollection): Count=1; &lt;/P&gt;&lt;P&gt;#0 = {System.Data.SqlClient.SqlError: Procedure or Function 'CampaignContactsView_CallBack_Top1_ByCampaignIDUserIDStartEndDate_Select' expects parameter '@CampaignID', which was not supplied.}&lt;/P&gt;&lt;P&gt;Procedure = "CampaignContactsView_CallBack_Top1_ByCampaignIDUserIDStartEndDate_Select"&lt;/P&gt;&lt;P&gt;Environment: ThreadIdentity="" DateTime=["2010-01-29 07:53:48.537"] ThreadName=null WindowsIdentity="STRUSS\JPagley" ThreadId="10" DomainName="ProspectHelper.vshost.exe" OSVersion=["Microsoft Windows NT 5.1.2600 Service Pack 3"]&lt;/P&gt;&lt;P&gt;MachineName="1LPJPAGLEY" UserName="JPagley"&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description><pubDate>Fri, 29 Jan 2010 07:21:12 GMT</pubDate><dc:creator>Jeff Pagley</dc:creator></item><item><title>The remote server returned an error: (500) Internal Server Error.</title><link>http://forum.strataframe.net/Topic25564-25-1.aspx</link><description>Hi SF Team,&lt;P&gt;I know it is Saturday, but I am trying to setup Enterprise Server to test.  I have taken the time to read several posts on the forum to resolve this error, but to no avail and I am lost.  One thing is I can successfully load the test website's default.htm page to make sure the site is up and running.  One of the posts suggest to test to see if ES is running by trying to access the status.aspx page.   I attempted to do this and I get this Server Error page:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt; &lt;/P&gt;&lt;H1&gt;Server Error in '/ES' Application. &lt;HR width="100%" color=silver SIZE=1&gt;&lt;/H1&gt;&lt;H2&gt;&lt;I&gt;Configuration Error&lt;/I&gt; &lt;/H2&gt;&lt;P&gt;&lt;/SPAN&gt;&lt;FONT face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;B&gt;&lt;FONT face=Verdana&gt;Description: &lt;/FONT&gt;&lt;/B&gt;An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. &lt;BR&gt;&lt;BR&gt;&lt;B&gt;&lt;FONT face=Verdana&gt;Parser Error Message: &lt;/FONT&gt;&lt;/B&gt;Could not load file or assembly 'InstantASP.Common' or one of its dependencies. The system cannot find the file specified. (C:\Inetpub\wwwroot\web.config line 80)&lt;BR&gt;&lt;BR&gt;&lt;B&gt;&lt;FONT face=Verdana&gt;Source Error:&lt;/FONT&gt;&lt;/B&gt; &lt;BR&gt;&lt;BR&gt;&lt;TABLE width="100%" bgColor=#ffffcc&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;CODE&gt;&lt;PRE&gt;Line 78: &amp;lt;httpModules&amp;gt; Line 79: &amp;lt;!-- HttpModule used to manage user authentication --&amp;gt;&lt;FONT color=red&gt;Line 80: &amp;lt;add type="InstantASP.Common.HttpModule.SecurityModule, InstantASP.Common" name="SecurityModule"/&amp;gt;&lt;/FONT&gt;Line 81: &amp;lt;!-- HttpModule used to perform dynamic URL rewriting --&amp;gt;Line 82: &amp;lt;add type="InstantASP.Common.HttpModule.RewriterModule, InstantASP.Common" name="RewriterModule"/&amp;gt;&lt;/PRE&gt;&lt;/CODE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR&gt;&lt;B&gt;&lt;FONT face=Verdana&gt;Source File: &lt;/FONT&gt;&lt;/B&gt;C:\Inetpub\wwwroot\web.config&lt;B&gt;&lt;FONT face=Verdana&gt;    Line: &lt;/FONT&gt;&lt;/B&gt;80 &lt;BR&gt;&lt;BR&gt;&lt;/P&gt;&lt;HR width="100%" color=silver SIZE=1&gt;&lt;P&gt;&lt;B&gt;&lt;FONT face=Verdana&gt;Version Information:&lt;/FONT&gt;&lt;/B&gt; Microsoft .NET Framework Version:2.0.50727.1873; ASP.NET Version:2.0.50727.1433 &lt;/P&gt;&lt;P&gt;Before I go into anymore detail, I figure I need to make sure I can successfully load this page before anything else will start to work. What is the problem?&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;!-- [ConfigurationErrorsException]: Could not load file or assembly 'InstantASP.Common' or one of its dependencies. The system cannot find the file specified. (C:\Inetpub\wwwroot\web.config line 80) (C:\Inetpub\wwwroot\web.config line 80)   at System.Web.Configuration.HttpModuleAction.get_Entry()   at System.Web.Configuration.HttpModulesSection.CreateModules()   at System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers)   at System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context)   at System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context)   at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)--&gt;&lt;!-- This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using &amp;lt;customErrors mode="Off"/&amp;gt;. Consider using &amp;lt;customErrors mode="On"/&amp;gt; or &amp;lt;customErrors mode="RemoteOnly"/&amp;gt; in production environments.--&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jeff</description><pubDate>Sat, 16 Jan 2010 14:01:43 GMT</pubDate><dc:creator>Jeff Pagley</dc:creator></item><item><title>ES Server and RemoteDatasourceKey Questions</title><link>http://forum.strataframe.net/Topic25498-25-1.aspx</link><description>Hi guys,&lt;/P&gt;&lt;P&gt;Let me know if this would work.  I have a single application that wants to switch databases on the ES Server side.  If I have Multiplae DataSourceConnections like the sample below, should I just be able to change the RemoteDataSourceKey in the call without any other modifactions?   Second if I'm adding ConnectionStrings does this read in real time or is it populated on the start of the server.  Basically I would need to know if the Server is caching this configure or I could add Databases on the fly.&lt;/P&gt;&lt;P&gt;I ask the first question because I get an error if I use the DEV2 sample otherwise the MultiShip works fine.  The second would be for administration and deployment.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;P&gt;Sample:&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;DataSources&amp;gt;&lt;BR&gt; &amp;lt;DataSource DataSourceKey="MultiShip"&amp;gt;&lt;BR&gt;  &amp;lt;ConnectionString&amp;gt;server=localhost;Integrated Security=SSPI;Database=RZMultiShip;&amp;lt;/ConnectionString&amp;gt;&lt;BR&gt;  &amp;lt;TypeFullName&amp;gt;MicroFour.StrataFrame.Data.SqlDataSourceItem&amp;lt;/TypeFullName&amp;gt;&lt;BR&gt;  &amp;lt;TypeAssemblyName&amp;gt;MicroFour StrataFrame Base&amp;lt;/TypeAssemblyName&amp;gt;&lt;BR&gt;  &amp;lt;TypeAssemblyVersion&amp;gt;1.7.0.0&amp;lt;/TypeAssemblyVersion&amp;gt;&lt;BR&gt;  &amp;lt;TypeAssemblyCulture&amp;gt;neutral&amp;lt;/TypeAssemblyCulture&amp;gt;&lt;BR&gt;  &amp;lt;TypeAssemblyPublicToken&amp;gt;99fe9917f71608a7&amp;lt;/TypeAssemblyPublicToken&amp;gt;&lt;BR&gt;  &amp;lt;IsEncrypted&amp;gt;True&amp;lt;/IsEncrypted&amp;gt;&lt;BR&gt;  &amp;lt;IsCompressed&amp;gt;True&amp;lt;/IsCompressed&amp;gt;&lt;BR&gt;  &amp;lt;EncryptionKey&amp;gt;151, 123, 237, 154, 69, 13, 132, 130, 233, 174, 208, 232, 85, 162, 40, 169, 161, 0, 140, 40, 47, 163, 98, 73&amp;lt;/EncryptionKey&amp;gt;&lt;BR&gt;  &amp;lt;EncryptionVector&amp;gt;133, 78, 229, 207, 101, 227, 102, 225&amp;lt;/EncryptionVector&amp;gt;&lt;BR&gt;  &amp;lt;TransactionTimeout&amp;gt;3600&amp;lt;/TransactionTimeout&amp;gt;&lt;BR&gt; &amp;lt;/DataSource&amp;gt;&lt;BR&gt; &amp;lt;DataSource DataSourceKey=""&amp;gt;&lt;BR&gt;  &amp;lt;ConnectionString&amp;gt;server=localhost;Integrated Security=SSPI;Database=RZMultiShip3;&amp;lt;/ConnectionString&amp;gt;&lt;BR&gt;  &amp;lt;TypeFullName&amp;gt;MicroFour.StrataFrame.Data.SqlDataSourceItem&amp;lt;/TypeFullName&amp;gt;&lt;BR&gt;  &amp;lt;TypeAssemblyName&amp;gt;MicroFour StrataFrame Base&amp;lt;/TypeAssemblyName&amp;gt;&lt;BR&gt;  &amp;lt;TypeAssemblyVersion&amp;gt;1.7.0.0&amp;lt;/TypeAssemblyVersion&amp;gt;&lt;BR&gt;  &amp;lt;TypeAssemblyCulture&amp;gt;neutral&amp;lt;/TypeAssemblyCulture&amp;gt;&lt;BR&gt;  &amp;lt;TypeAssemblyPublicToken&amp;gt;99fe9917f71608a7&amp;lt;/TypeAssemblyPublicToken&amp;gt;&lt;BR&gt;  &amp;lt;IsEncrypted&amp;gt;True&amp;lt;/IsEncrypted&amp;gt;&lt;BR&gt;  &amp;lt;IsCompressed&amp;gt;True&amp;lt;/IsCompressed&amp;gt;&lt;BR&gt;  &amp;lt;EncryptionKey&amp;gt;151, 123, 237, 154, 69, 13, 132, 130, 233, 174, 208, 232, 85, 162, 40, 169, 161, 0, 140, 40, 47, 163, 98, 73&amp;lt;/EncryptionKey&amp;gt;&lt;BR&gt;  &amp;lt;EncryptionVector&amp;gt;133, 78, 229, 207, 101, 227, 102, 225&amp;lt;/EncryptionVector&amp;gt;&lt;BR&gt;  &amp;lt;TransactionTimeout&amp;gt;3600&amp;lt;/TransactionTimeout&amp;gt;&lt;BR&gt; &amp;lt;/DataSource&amp;gt;&lt;BR&gt; &amp;lt;DataSource DataSourceKey="Dev2"&amp;gt;&lt;BR&gt;  &amp;lt;ConnectionString&amp;gt;server=localhost;Integrated Security=SSPI;Database=RZMultiShip2;&amp;lt;/ConnectionString&amp;gt;&lt;BR&gt;  &amp;lt;TypeFullName&amp;gt;MicroFour.StrataFrame.Data.SqlDataSourceItem&amp;lt;/TypeFullName&amp;gt;&lt;BR&gt;  &amp;lt;TypeAssemblyName&amp;gt;MicroFour StrataFrame Base&amp;lt;/TypeAssemblyName&amp;gt;&lt;BR&gt;  &amp;lt;TypeAssemblyVersion&amp;gt;1.7.0.0&amp;lt;/TypeAssemblyVersion&amp;gt;&lt;BR&gt;  &amp;lt;TypeAssemblyCulture&amp;gt;neutral&amp;lt;/TypeAssemblyCulture&amp;gt;&lt;BR&gt;  &amp;lt;TypeAssemblyPublicToken&amp;gt;99fe9917f71608a7&amp;lt;/TypeAssemblyPublicToken&amp;gt;&lt;BR&gt;  &amp;lt;IsEncrypted&amp;gt;True&amp;lt;/IsEncrypted&amp;gt;&lt;BR&gt;  &amp;lt;IsCompressed&amp;gt;True&amp;lt;/IsCompressed&amp;gt;&lt;BR&gt;  &amp;lt;EncryptionKey&amp;gt;151, 123, 237, 154, 69, 13, 132, 130, 233, 174, 208, 232, 85, 162, 40, 169, 161, 0, 140, 40, 47, 163, 98, 73&amp;lt;/EncryptionKey&amp;gt;&lt;BR&gt;  &amp;lt;EncryptionVector&amp;gt;133, 78, 229, 207, 101, 227, 102, 225&amp;lt;/EncryptionVector&amp;gt;&lt;BR&gt;  &amp;lt;TransactionTimeout&amp;gt;3600&amp;lt;/TransactionTimeout&amp;gt;&lt;BR&gt; &amp;lt;/DataSource&amp;gt;&lt;BR&gt;&amp;lt;/DataSources&amp;gt;</description><pubDate>Thu, 07 Jan 2010 17:29:41 GMT</pubDate><dc:creator>Richard Keller</dc:creator></item><item><title>Why in God's name is the focus on the priority spin button when you run edit a script in the DDT?????????</title><link>http://forum.strataframe.net/Topic24704-25-1.aspx</link><description>Why in God's name is the focus on the priority spin button when you run edit a script in the DDT?????????&lt;br&gt;&lt;br&gt;For those of us with mouse wheels, we change the priority of a script without even realizing we have done so, which leads to other potential errors when running the DDT to update our database.  More than one of us where I work has been bitten by this and in my opinion, this is something you guys should jump on fixing.  :Wow:&lt;br&gt;&lt;br&gt;Best Regards,&lt;br&gt;Bill T.&lt;br&gt;</description><pubDate>Thu, 24 Sep 2009 14:49:06 GMT</pubDate><dc:creator>William John Tello</dc:creator></item><item><title>ChildFormDialog and BO translations</title><link>http://forum.strataframe.net/Topic24536-25-1.aspx</link><description>Here is the short version of my problem:&lt;br&gt;&lt;br&gt;I have several maintenance screens in my project.  &lt;br&gt;I have a set of BOs where there is a parent child relationship.&lt;br&gt;For ease of reading.  I have BudgetBO (parent), ItemBO (child), and AmountBO (grandchild).  On the parent maintenance form I have a parent BO and child BO.&lt;br&gt;If the user attempts to edit a child record, a ChildFormDialog passes the childBO to the Item (child) maintenance form.  On that form, I have a child BO and a grandchild BO with the parent/child relationship defined at design time.  However, unless I have a grandchild BO on the parent form, and use the BO translator to pass both the child and grandchild BOs, the grandchild's ParentBusinessObject property is always Nothing.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;More drawn out version:&lt;br&gt;&lt;br&gt;Parent-child relationship:&lt;br&gt;BudgetBO.budget_pk &lt;-&gt; ItemBO.item_budget_pk  &lt;br&gt;&lt;br&gt;Child-grandchild relationship:&lt;br&gt;ItemBO.item_pk &lt;-&gt; AmountBO.amt_item_pk&lt;br&gt;&lt;br&gt;On my budget maintenance screen, I have instances of BudgetBO and ItemBO.&lt;br&gt;On my item maintenance screen, I have instances of ItemBO and AmountBO.&lt;br&gt;&lt;br&gt;The parent/child relationships are set at design time in both the BOs themselves and in their particular instances on the forms.&lt;br&gt;&lt;br&gt;In the budget maintenance screen (parent BO), if the user edits an Item, I have a ChildFormDialog that uses the BO Translator to pass ItemBO to the child maintenance form.  However, the parentbusinessobject property of the grandchild BO instance, AmountBO1, is not being set to ItemBO1 at Form_Load of the child form.  &lt;br&gt;&lt;br&gt;If I put parent, child, and grandchild BOs on the parent maintenance form, and use the BO translator to pass the child and grandchildBOs to the child maintenance form, it appears that the relationship between child and grandchild is in tact at Form_Load.&lt;br&gt;&lt;br&gt;&lt;br&gt;Question:&lt;br&gt;&lt;br&gt;Is this a problem with the BO translator?  Is it expected that I would put all three BOs on the parent form?  Should I set the ParentBusinessObject property in code at the Form_Load of the child form?&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks for your time.&lt;br&gt;&lt;br&gt;Sean Kelly&lt;br&gt;County of Santa Cruz</description><pubDate>Fri, 04 Sep 2009 13:46:48 GMT</pubDate><dc:creator>Sean P Kelly</dc:creator></item><item><title>Error after 1.7 upgrade on ES server.</title><link>http://forum.strataframe.net/Topic24111-25-1.aspx</link><description>I upgraded the server both using the .zip file and reinstalling using the setup package and when I check the Status.aspx I get the error below. It seems something is still using the 1.6 version.&lt;br&gt;&lt;br&gt;Server Error in '/' Application.&lt;br&gt;--------------------------------------------------------------------------------&lt;br&gt;&lt;br&gt;The type [MicroFour.StrataFrame.Data.SqlDataSourceItem, MicroFour StrataFrame Base, Version=1.6.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7] could not be resolved. &lt;br&gt;Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. &lt;br&gt;&lt;br&gt;Exception Details: System.TypeLoadException: The type [MicroFour.StrataFrame.Data.SqlDataSourceItem, MicroFour StrataFrame Base, Version=1.6.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7] could not be resolved.&lt;br&gt;&lt;br&gt;Source Error: &lt;br&gt;&lt;br&gt;An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  &lt;br&gt;&lt;br&gt;Stack Trace: &lt;br&gt;&lt;br&gt;&lt;br&gt;[TypeLoadException: The type [MicroFour.StrataFrame.Data.SqlDataSourceItem, MicroFour StrataFrame Base, Version=1.6.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7] could not be resolved.]&lt;br&gt;   MicroFour.StrataFrame.Enterprise.Server.RemoteDataSource..cctor() +1235&lt;br&gt;&lt;br&gt;[TypeInitializationException: The type initializer for 'MicroFour.StrataFrame.Enterprise.Server.RemoteDataSource' threw an exception.]&lt;br&gt;   MicroFour.StrataFrame.Enterprise.Server.Status.Status_PreInit(Object sender, EventArgs e) +51&lt;br&gt;   System.Web.UI.Page.OnPreInit(EventArgs e) +8694814&lt;br&gt;   System.Web.UI.Page.PerformPreInit() +31&lt;br&gt;   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +282&lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;&lt;br&gt;--------------------------------------------------------------------------------&lt;br&gt;Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053</description><pubDate>Tue, 04 Aug 2009 15:17:06 GMT</pubDate><dc:creator>Scott Bressette</dc:creator></item><item><title>ES error: EndOfStreamException</title><link>http://forum.strataframe.net/Topic23905-25-1.aspx</link><description>I received an ES error (via email) of an [quote]EndOfStreamException: Unable to read beyond end of stream.[/quote]&lt;br&gt;&lt;br&gt;There must be some field that I haven't configured correctly...any ideas?</description><pubDate>Thu, 23 Jul 2009 11:47:46 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>Error after updating server.</title><link>http://forum.strataframe.net/Topic23742-25-1.aspx</link><description>I get this error after updating the server via the zip file, I preserved my config files and users can connect and read data, but this error occurs on any attempt to update. I can reproduce in house and I have the latest SF build installed, the version of Enterprise Client.dll I have is 1.6.6.9&lt;/P&gt;&lt;TABLE style="WIDTH: 100%; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184" class=MsoNormalTable border=0 cellSpacing=0 cellPadding=0 width="100%"&gt;&lt;TBODY&gt;&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes"&gt;&lt;TD style="BORDER-BOTTOM: #f8a138 1pt solid; BORDER-LEFT: #f8a138 1pt solid; PADDING-BOTTOM: 3.75pt; BACKGROUND-COLOR: transparent; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #f8a138 1pt solid; BORDER-RIGHT: #f8a138 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #F8A138 .75pt"&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 9pt; mso-fareast-font-family: 'Times New Roman'"&gt;An error occurred while rebuilding the command on the remote data source.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="mso-yfti-irow: 1"&gt;&lt;TD style="BORDER-BOTTOM: #f8a138 1pt solid; BORDER-LEFT: #f8a138 1pt solid; PADDING-BOTTOM: 3.75pt; BACKGROUND-COLOR: transparent; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f8a138 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #F8A138 .75pt; mso-border-top-alt: solid #F8A138 .75pt"&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 9pt; mso-fareast-font-family: 'Times New Roman'"&gt;xxx.xxx.xxx.xxx&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="mso-yfti-irow: 2; mso-yfti-lastrow: yes"&gt;&lt;TD style="BORDER-BOTTOM: #f8a138 1pt solid; BORDER-LEFT: #f8a138 1pt solid; PADDING-BOTTOM: 3.75pt; BACKGROUND-COLOR: transparent; PADDING-LEFT: 3.75pt; PADDING-RIGHT: 3.75pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f8a138 1pt solid; PADDING-TOP: 3.75pt; mso-border-alt: solid #F8A138 .75pt; mso-border-top-alt: solid #F8A138 .75pt"&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 9pt; mso-fareast-font-family: 'Times New Roman'"&gt;EnterpriseDataSourceException&lt;BR&gt;An error occurred while rebuilding the command on the remote data source.&lt;BR&gt;FormatException&lt;BR&gt;String was not recognized as a valid DateTime.&lt;BR&gt;&lt;BR&gt;Source : MicroFour StrataFrame Enterprise&lt;BR&gt;&lt;BR&gt;Stack Trace: &lt;BR&gt;at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)&lt;BR&gt;at System.DateTime.Parse(String s, IFormatProvider provider)&lt;BR&gt;at MicroFour.StrataFrame.Data.Enterprise.DbParameterDescriptor.&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 9pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Verdana"&gt;ᜀ(BinaryReader A_0)&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 9pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;BR&gt;at MicroFour.StrataFrame.Data.Enterprise.DbCommandDescriptor.&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 9pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Verdana"&gt;ᜀ(BinaryReader A_0)&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 9pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;BR&gt;at MicroFour.StrataFrame.Data.Enterprise.ExecuteNonQueryParams.ReadDataFromStream(BinaryReader Reader)&lt;BR&gt;at MicroFour.StrataFrame.Data.Enterprise.ExecuteNonQueryParams.CreateFromStream(BinaryReader Reader)&lt;BR&gt;at MicroFour.StrataFrame.Enterprise.Server.RemoteDataSource.ProcessRequest(HttpContext context)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description><pubDate>Mon, 06 Jul 2009 09:28:57 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>Click Once SQL 2008 SMO objects</title><link>http://forum.strataframe.net/Topic23157-25-1.aspx</link><description>We have recently moved to VS2008 and SQL 2008 from VS2005 and SQL 2005. &lt;/P&gt;&lt;P&gt;I have a problem when we deploy our click once application, the following message is displayed&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Unable to install or run the application. The application requires that assembly Microsoft.SqlServer.Dmf Version 10.0.0.0 be installed in the Global Assembly Cache (GAC) first.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The assembly is included in the deployment files, but as far as I am aware Click Once cannot deploy directly to the GAC. The issue seems to stem from the Microsoft.SqlServer.Smo assembly which is referenced in the Strataframe DBEngine and UI assemblies. Our application does not reference any SQLServer assemblies directly.&lt;/P&gt;&lt;P&gt;Do you have any ideas on how we can deploy these assemblies through click once?</description><pubDate>Mon, 18 May 2009 05:11:32 GMT</pubDate><dc:creator>Robert Green</dc:creator></item><item><title>404 Error</title><link>http://forum.strataframe.net/Topic22288-25-1.aspx</link><description>I've has to set up a new ES server since our current server failed. I've installed ES, created and download an new license file, set up the datasource and web config fiels but when I try to access the ES Status page from the ES server I get "The page cannot be found Error". Any idea of what could be causing the problem. The ES server is also not sending any error emails.&lt;/P&gt;&lt;P&gt;-Larry</description><pubDate>Tue, 10 Mar 2009 13:19:18 GMT</pubDate><dc:creator>Larry Caylor</dc:creator></item><item><title>StrataFrame Betas: To Install, or Not To Install. That is the Question!</title><link>http://forum.strataframe.net/Topic21811-25-1.aspx</link><description>Hi all -&lt;br&gt;&lt;br&gt;I've read many postings about how stable the StrataFrame betas are and how MicroFour uses the betas when working on their production medical software before the betas even get posted for the rest of us. From the little experience I've had thus far with the betas they certainly do appear stable and perform as advertised. &lt;br&gt;&lt;br&gt;Still, I'd like to see some comments from folks both in and out of MF regarding how quickly or slowly everyone installs the betas. Among the questions/thoughts I have are the following, although please do not limit the discussion to just these topics. &lt;br&gt;&lt;br&gt;- For those in a multi-developer shop supporting internal applications, what are the benefits and risks of early use of SF betas? &lt;br&gt;&lt;br&gt;- In the above environment, how do people handle situations where you've updated to a SF beta, and then need to get a production patch out? Do you maintain a separate development environment with the prior (perhaps production) StrataFrame release to handle production bug fixes? &lt;br&gt;&lt;br&gt;- For the early adapters among us, has there been "gotchas" from time-to-time that made the early installation of the betas less than ideal. &lt;br&gt;&lt;br&gt;- For the early adapters among us, has there been times where it turned out to be significantly better to have installed the beta as it resolved some prior bug or provided improved functionality that significantly reduced development time? &lt;br&gt;&lt;br&gt;&lt;br&gt;I think our shop needs to determine a policy for all StrataFrame developers to either upgrade to the latest beta pretty much as they come out, or just stick to "production" StrataFrame releases. This has been sparked by what I believe to be the well-documented change to the BOs FieldPropertyDescriptors which seems to cause an application we have to work on one developer's workstation but not the other. Either way, we need to pretty much march to the beat of the same drummer so comments on the above will be helpful, I'm sure. &lt;br&gt;&lt;br&gt;Thanks. &lt;br&gt;________________&lt;br&gt;_____/ Regards,   &lt;br&gt;____/ al      &lt;br&gt;&lt;br&gt;</description><pubDate>Wed, 04 Feb 2009 07:38:56 GMT</pubDate><dc:creator>Alex Luyando</dc:creator></item><item><title>Issue with Time Zones</title><link>http://forum.strataframe.net/Topic21730-25-1.aspx</link><description>My Enterprise Server is sitting in Florida (Eastern Standard Time) and my QA team is in California (Pacific Time). They found if they make an appointment at noon, reload, it shows up at 9am. I checked the database in Florida and it believes the appointment as saved at noon Eastern Standard Time. Somehow, the point of saving and the point of loading the data is missing the time zones.&lt;/P&gt;&lt;P&gt;I’m very surprised no one else has had this problem or anything about it being mentioned in the manual. That usually makes me think I’ve missed something incredibly obvious. My fields are just standard SQL Server date/time fields. I think my issue comes from the fact that I use Stored Procedures to insert/update/delete rows. I suspect the values are beings set in California, shipped to Florida across the time zones and then saved there as if it happened in Florida. When it loads them back up, seems aware that it loaded them in Florida so it should change the values to Califorina time.&lt;/P&gt;&lt;P&gt;I could create some sort of off-set, time zone difference function for date fields way down in the guts of my app before it saves but there must be an easier way. Shouldn’t ES know that the client is in a different time zone and handle this in both directions? I would think the enterprise client would be able to help out too. Any ideas?</description><pubDate>Thu, 29 Jan 2009 14:57:29 GMT</pubDate><dc:creator>Scott Bressette</dc:creator></item><item><title>Slow display of default login screen via ES</title><link>http://forum.strataframe.net/Topic21586-25-1.aspx</link><description>The initial login screen is taking about 10 seconds to display when connecting to the SQL Server via ES (over internet), after login the application is very responsive. Anything I can check? &lt;/P&gt;&lt;P&gt;Switching to local SQL displays the login almost instantly. I can see a small lag time but 10 seconds seems wrong. I have ES running under its own app pool and I have recycled and restarted it.&lt;/P&gt;&lt;P&gt;Thanks.</description><pubDate>Tue, 20 Jan 2009 20:47:42 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>Some questions on ES Custom Serialization</title><link>http://forum.strataframe.net/Topic19572-25-1.aspx</link><description>I have an application under development that will use ES. I have it up and running and everything is fine, great product. Beta and release wont be long now.&lt;/P&gt;&lt;P&gt;Now, part of this application includes storing scanned images as multi-page Tiff files. I have a varbinary field set up to store them, and I have decided to use the byte array method and simply translate the images as needed, my BO field property reflects this and returns byte() only. Out of this two questions if I may.&lt;/P&gt;&lt;P&gt;1) since the image data is not being serialized (or is ES doing it behind the scenes anyhow?), thus having the additional overhead, would I still benefit from turning on custom serialization versus the default? I am just worried about the image data, the rest of the app runs fine without it. Even the images are acceptable coming down from ES, but who wouldnt want 90% less coming down the wire (from help docs), right?&lt;/P&gt;&lt;P&gt;2) Does turning on custom serialization in any way effect how the data is stored and the ability to "flip the switch" to use ES or local access within the application? Right now I develop locally, and at the end of each day test what I have done by restoring the local SQL database to the ES server and running the new features/code. This product will also need to run run both locally and via ES depending on the client. My admittedly limited understanding of ES is that the data is transmitted as binary data and then reconstructed upon reaching the ES for commit to the ES database, having no actually effect on the stored data at all, correct?&lt;/P&gt;&lt;P&gt;If you think I might benefit from customized serialization... I am getting an error when I add this line to my appmain as described in the help file.&lt;/P&gt;&lt;P&gt;Code: &lt;FONT size=2&gt;MicroFour.StrataFrame.Data.Enterprise.RequestProcessor.UseCustomDataSerializer = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;True&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#0000ff size=2&gt;Error: "RequestProcessor is not a member of Enterprise"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#0000ff size=2&gt;Thanks&lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Sat, 20 Sep 2008 21:10:21 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>Missing Method Exception</title><link>http://forum.strataframe.net/Topic19838-25-1.aspx</link><description>When I install my application on a client machine and attempt to run the program, I receive an error message:&lt;/P&gt;&lt;P&gt;Method Not Found: "Void MicroFour.StratFrame.Data.ConnectionManager.set_ConnectionFolderDataFolder(system,string)"&lt;/P&gt;&lt;P&gt;I am setting the ConnectionDataFolder location in the Program.cs file to my executable's directory just before calling the SetConnections method.  Of course everything works fine on the development machine.  Am I missing a reference or step in using the ConnectionDataFolder property?&lt;/P&gt;&lt;P&gt;Any help would be great!  Thanks!&lt;/P&gt;&lt;P&gt;Doug</description><pubDate>Wed, 01 Oct 2008 10:10:07 GMT</pubDate><dc:creator>Douglas Riley</dc:creator></item><item><title>VFPOLEDB</title><link>http://forum.strataframe.net/Topic19502-25-1.aspx</link><description>Because other issues , I have reinstalled Strataframe (Twice)&lt;/P&gt;&lt;P&gt;After each reinstall, I have to Reinstall VFPOLEDB 9.2 because it stops working with stored procedures.</description><pubDate>Thu, 18 Sep 2008 11:08:14 GMT</pubDate><dc:creator>Hugo R. Figueroa</dc:creator></item><item><title>This server is not licensed to run on the requested hostname.</title><link>http://forum.strataframe.net/Topic18645-25-1.aspx</link><description>I am trying to get ES up and runing under the developer SDK license, we have two projects that I think are a great fit for ES. The error I get (via email from the ES server) when trying to connect is below. The hostname listed in the account section matches the name in my &lt;FONT size=2&gt;EnterpriseDataSourceItem so I am not sure what is next. Can you see if there is a licensing problem? I downloaded the license file twice and installed it. Status.ASPX works and shows the client connected. One odd thing is the status page shows the server hostname as "Unknown", maybe that is the problem but I sure dont know how to fix. Thoughts appreciated.&lt;/P&gt;&lt;/FONT&gt;&lt;TABLE class=MsoNormalTable style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; WIDTH: 100%; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-border-alt: solid black .75pt; mso-yfti-tbllook: 1184" cellSpacing=0 cellPadding=0 width="100%" border=1&gt;&lt;TBODY&gt;&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes"&gt;&lt;TD style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 3.75pt; BORDER-TOP: black 1pt solid; PADDING-LEFT: 3.75pt; BACKGROUND: #f8a138; PADDING-BOTTOM: 3.75pt; BORDER-LEFT: black 1pt solid; PADDING-TOP: 3.75pt; BORDER-BOTTOM: #ece9d8; mso-border-top-alt: solid black .75pt; mso-border-left-alt: solid black .75pt; mso-border-right-alt: solid black .75pt"&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;Enterprise Server Error&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="mso-yfti-irow: 1; mso-yfti-lastrow: yes"&gt;&lt;TD style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 2.25pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 2.25pt; PADDING-BOTTOM: 2.25pt; BORDER-LEFT: black 1pt solid; PADDING-TOP: 2.25pt; BORDER-BOTTOM: black 1pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid black .75pt; mso-border-right-alt: solid black .75pt; mso-border-bottom-alt: solid black .75pt"&gt;&lt;TABLE class=MsoNormalTable style="WIDTH: 100%; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184" cellSpacing=0 cellPadding=0 width="100%" border=0&gt;&lt;TBODY&gt;&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes"&gt;&lt;TD style="BORDER-RIGHT: #f8a138 1pt solid; PADDING-RIGHT: 3.75pt; BORDER-TOP: #f8a138 1pt solid; PADDING-LEFT: 3.75pt; BACKGROUND: #fde770; PADDING-BOTTOM: 3.75pt; BORDER-LEFT: #f8a138 1pt solid; PADDING-TOP: 3.75pt; BORDER-BOTTOM: #f8a138 1pt solid; mso-border-alt: solid #F8A138 .75pt" vAlign=top&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;Message:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="BORDER-RIGHT: #f8a138 1pt solid; PADDING-RIGHT: 3.75pt; BORDER-TOP: #f8a138 1pt solid; PADDING-LEFT: 3.75pt; PADDING-BOTTOM: 3.75pt; BORDER-LEFT: #ece9d8; PADDING-TOP: 3.75pt; BORDER-BOTTOM: #f8a138 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid #F8A138 .75pt; mso-border-left-alt: solid #F8A138 .75pt"&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;This server is not licensed to run on the requested hostname.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="mso-yfti-irow: 1"&gt;&lt;TD style="BORDER-RIGHT: #f8a138 1pt solid; PADDING-RIGHT: 3.75pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 3.75pt; BACKGROUND: #fde770; PADDING-BOTTOM: 3.75pt; BORDER-LEFT: #f8a138 1pt solid; PADDING-TOP: 3.75pt; BORDER-BOTTOM: #f8a138 1pt solid; mso-border-alt: solid #F8A138 .75pt; mso-border-top-alt: solid #F8A138 .75pt" vAlign=top&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;Client IP:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="BORDER-RIGHT: #f8a138 1pt solid; PADDING-RIGHT: 3.75pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 3.75pt; PADDING-BOTTOM: 3.75pt; BORDER-LEFT: #ece9d8; PADDING-TOP: 3.75pt; BORDER-BOTTOM: #f8a138 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid #F8A138 .75pt; mso-border-top-alt: solid #F8A138 .75pt; mso-border-left-alt: solid #F8A138 .75pt"&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;71.230.148.15&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="mso-yfti-irow: 2; mso-yfti-lastrow: yes"&gt;&lt;TD style="BORDER-RIGHT: #f8a138 1pt solid; PADDING-RIGHT: 3.75pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 3.75pt; BACKGROUND: #fde770; PADDING-BOTTOM: 3.75pt; BORDER-LEFT: #f8a138 1pt solid; PADDING-TOP: 3.75pt; BORDER-BOTTOM: #f8a138 1pt solid; mso-border-alt: solid #F8A138 .75pt; mso-border-top-alt: solid #F8A138 .75pt" vAlign=top&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;Details:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="BORDER-RIGHT: #f8a138 1pt solid; PADDING-RIGHT: 3.75pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 3.75pt; PADDING-BOTTOM: 3.75pt; BORDER-LEFT: #ece9d8; PADDING-TOP: 3.75pt; BORDER-BOTTOM: #f8a138 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid #F8A138 .75pt; mso-border-top-alt: solid #F8A138 .75pt; mso-border-left-alt: solid #F8A138 .75pt"&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;Exception&lt;BR&gt;This server is not licensed to run on the requested hostname.&lt;BR&gt;&lt;BR&gt;Source : MicroFour StrataFrame Enterprise Server&lt;BR&gt;&lt;BR&gt;Stack Trace: &lt;BR&gt;at MicroFour.StrataFrame.Enterprise.Server.RemoteDataSource.&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Verdana"&gt;ᜀ(String A_0)&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;BR&gt;at MicroFour.StrataFrame.Enterprise.Server.RemoteDataSource.ProcessRequest(HttpContext context)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;If&lt;/FONT&gt;&lt;FONT size=2&gt; System.IO.File.Exists(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"C:\EnableES.txt"&lt;/FONT&gt;&lt;FONT size=2&gt;) &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Then&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;'-- Create the ES data source&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Dim&lt;/FONT&gt;&lt;FONT size=2&gt; ds &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;FONT size=2&gt; EnterpriseDataSourceItem(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;""&lt;/FONT&gt;&lt;FONT size=2&gt;, _&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"es.sigmaxxxx.com"&lt;/FONT&gt;&lt;FONT size=2&gt;, 80, &lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"ILA"&lt;/FONT&gt;&lt;FONT size=2&gt;, _&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;FONT size=2&gt; SqlDataSourceItem(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;""&lt;/FONT&gt;&lt;FONT size=2&gt;))&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#008000 size=2&gt;'-- Configure the compression and encryption (optional)&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;ds.IsCompressed = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;True&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;ds.IsEncrypted = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;True&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;ds.EncryptionKey = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Byte&lt;/FONT&gt;&lt;FONT size=2&gt;() {1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4}&lt;/P&gt;&lt;P&gt;ds.EncryptionVector = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Byte&lt;/FONT&gt;&lt;FONT size=2&gt;() {1, 2, 3, 4, 5, 6, 7, 8}&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;'simple error display for testing&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Try&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;'-- Add the EnterpriseDataSourceItem&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;DataLayer.DataSources.Add(ds)&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Catch&lt;/FONT&gt;&lt;FONT size=2&gt; ex &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;&lt;FONT size=2&gt; Exception&lt;/P&gt;&lt;P&gt;MsgBox(ex.ToString)&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;End&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Try&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Else&lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Thu, 21 Aug 2008 00:28:42 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>The remote server returned an error: (404) Not Found.</title><link>http://forum.strataframe.net/Topic18694-25-1.aspx</link><description>I'm posting a support issue that is already in progress via &lt;A href="mailto:support@strataframe.net"&gt;support@strataframe.net&lt;/A&gt;.&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;Hi.  I'm evaluating a trial and going through the documentation to get the first WinForm VB.NET example working with ES.  I'm getting the following exception:&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;FONT face=Calibri color=#000000 size=3&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;The remote server returned an error: (404) Not Found.&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri color=#000000 size=3&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;on the following code:&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri color=#000000 size=3&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Courier New'"&gt;Public&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&lt;FONT color=#000000&gt; &lt;/FONT&gt;&lt;SPAN style="COLOR: blue"&gt;Sub&lt;/SPAN&gt;&lt;FONT color=#000000&gt; FillTop100()&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&lt;FONT color=#000000&gt;        &lt;/FONT&gt;&lt;SPAN style="COLOR: blue"&gt;Me&lt;/SPAN&gt;&lt;FONT color=#000000&gt;.FillDataTable(&lt;/FONT&gt;&lt;SPAN style="COLOR: #a31515"&gt;"SELECT TOP 100 * FROM Customers"&lt;/SPAN&gt;&lt;FONT color=#000000&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Courier New'"&gt;End&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&lt;FONT color=#000000&gt; &lt;/FONT&gt;&lt;SPAN style="COLOR: blue"&gt;Sub&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Courier New'"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;The exception is as follows:&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Courier New'"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;System.Net.WebException was unhandled by user code&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;  Message="The remote server returned an error: (404) Not Found."&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;  Source="System"&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;  StackTrace:&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;       at System.Net.HttpWebRequest.GetResponse()    at MicroFour.StrataFrame.Data.Enterprise.EnterpriseDataSourceItem.SendRequestCore(BaseParams Params, RemoteDataSourceCommand Command)    at MicroFour.StrataFrame.Data.Enterprise.EnterpriseDataSourceItem.&lt;SPAN style="mso-bidi-font-family: Calibri"&gt;ᜀ&lt;/SPAN&gt;(DbCommand A_0, Boolean A_1, String A_2)    at MicroFour.StrataFrame.Data.DataLayer.GetDataTable(String Statement, Boolean RegisterNotification)    at MicroFour.StrataFrame.Business.BusinessLayer.FillDataTable(String SelectStatement)    at Tutorial_WinVB_1.CustomerBO.FillTop100() in C:\Projects\Strataframe\Tutorial_WinVB_1\Tutorial_WinVB_1\CustomerBO.vb:line 70    at Tutorial_WinVB_1.CustomerMaintenance.CustomerBO1_ParentFormLoading() in C:\Projects\Strataframe\Tutorial_WinVB_1\Tutorial_WinVB_1\CustomerMaintenance.vb:line 4    at MicroFour.StrataFrame.Business.BusinessLayer.raise_ParentFormLoading()    at MicroFour.StrataFrame.UI.Windows.Forms.BaseForm.InitializeFormLoadObjects()    at MicroFour.StrataFrame.UI.Windows.Forms.BaseForm.OnLoad(EventArgs e)    at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)    at System.Windows.Forms.Control.CreateControl()    at System.Windows.Forms.Control.WmShowWindow(Message&amp;amp; m)    at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)    at System.Windows.Forms.Control.ControlNative&amp;#119;indow.WndProc(Message&amp;amp; m)    at System.Windows.Forms.Native&amp;#119;indow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;  InnerException:&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri color=#000000 size=3&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;Here is my SetDataSources() method:&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri color=#000000 size=3&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Courier New'"&gt;Private&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&lt;FONT color=#000000&gt; &lt;/FONT&gt;&lt;SPAN style="COLOR: blue"&gt;Shared&lt;/SPAN&gt;&lt;FONT color=#000000&gt; &lt;/FONT&gt;&lt;SPAN style="COLOR: blue"&gt;Sub&lt;/SPAN&gt;&lt;FONT color=#000000&gt; SetDataSources()&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&lt;FONT color=#000000&gt;        &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: green; FONT-FAMILY: 'Courier New'"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&lt;FONT color=#000000&gt;        &lt;/FONT&gt;&lt;SPAN style="COLOR: green"&gt;'-- Create the data source&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&lt;FONT color=#000000&gt;        &lt;/FONT&gt;&lt;SPAN style="COLOR: blue"&gt;Dim&lt;/SPAN&gt;&lt;FONT color=#000000&gt; ds &lt;/FONT&gt;&lt;SPAN style="COLOR: blue"&gt;As&lt;/SPAN&gt;&lt;FONT color=#000000&gt; &lt;/FONT&gt;&lt;SPAN style="COLOR: blue"&gt;New&lt;/SPAN&gt;&lt;FONT color=#000000&gt; EnterpriseDataSourceItem(&lt;/FONT&gt;&lt;SPAN style="COLOR: #a31515"&gt;""&lt;/SPAN&gt;&lt;FONT color=#000000&gt;, _&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&lt;FONT color=#000000&gt;            &lt;/FONT&gt;&lt;SPAN style="COLOR: #a31515"&gt;"titan-001v.titanconsultinggroup.com"&lt;/SPAN&gt;&lt;FONT color=#000000&gt;, 80, &lt;/FONT&gt;&lt;SPAN style="COLOR: #a31515"&gt;"MyDataSource"&lt;/SPAN&gt;&lt;FONT color=#000000&gt;, _&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&lt;FONT color=#000000&gt;        &lt;/FONT&gt;&lt;SPAN style="COLOR: blue"&gt;New&lt;/SPAN&gt;&lt;FONT color=#000000&gt; SqlDataSourceItem(&lt;/FONT&gt;&lt;SPAN style="COLOR: #a31515"&gt;"MyDataSource"&lt;/SPAN&gt;&lt;FONT color=#000000&gt;))&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&lt;o:p&gt;&lt;FONT color=#000000&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&lt;FONT color=#000000&gt;        &lt;/FONT&gt;&lt;SPAN style="COLOR: green"&gt;''-- Configure the compression and encryption (optional)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&lt;FONT color=#000000&gt;        ds.IsCompressed = &lt;/FONT&gt;&lt;SPAN style="COLOR: blue"&gt;True&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&lt;FONT color=#000000&gt;        ds.IsEncrypted = &lt;/FONT&gt;&lt;SPAN style="COLOR: blue"&gt;True&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&lt;FONT color=#000000&gt;        ds.EncryptionKey = &lt;/FONT&gt;&lt;SPAN style="COLOR: blue"&gt;New&lt;/SPAN&gt;&lt;FONT color=#000000&gt; &lt;/FONT&gt;&lt;SPAN style="COLOR: blue"&gt;Byte&lt;/SPAN&gt;&lt;FONT color=#000000&gt;() {1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4}&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&lt;FONT color=#000000&gt;        ds.EncryptionVector = &lt;/FONT&gt;&lt;SPAN style="COLOR: blue"&gt;New&lt;/SPAN&gt;&lt;FONT color=#000000&gt; &lt;/FONT&gt;&lt;SPAN style="COLOR: blue"&gt;Byte&lt;/SPAN&gt;&lt;FONT color=#000000&gt;() {1, 2, 3, 4, 5, 6, 7, 8}&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&lt;o:p&gt;&lt;FONT color=#000000&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&lt;FONT color=#000000&gt;        &lt;/FONT&gt;&lt;SPAN style="COLOR: green"&gt;''-- Add the EnterpriseDataSourceItem&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&lt;FONT color=#000000&gt;        DataLayer.DataSources.Add(ds)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Courier New'"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Courier New'"&gt;End&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&lt;FONT color=#000000&gt; &lt;/FONT&gt;&lt;SPAN style="COLOR: blue"&gt;Sub&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Courier New'"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;Here is my datasources.config:&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri color=#000000 size=3&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri color=#000000 size=3&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;&amp;lt;DataSources&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;                &amp;lt;DataSource DataSourceKey="MyDataSource"&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;                                &amp;lt;ConnectionString&amp;gt;server=localhost;Integrated Security=SSPI;Database=StrataFrameSample;&amp;lt;/ConnectionString&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;                                &amp;lt;TypeFullName&amp;gt;MicroFour.StrataFrame.Data.SqlDataSourceItem&amp;lt;/TypeFullName&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;                                &amp;lt;TypeAssemblyName&amp;gt;MicroFour StrataFrame Base&amp;lt;/TypeAssemblyName&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;                                &amp;lt;TypeAssemblyVersion&amp;gt;1.6.0.0&amp;lt;/TypeAssemblyVersion&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;                                &amp;lt;TypeAssemblyCulture&amp;gt;neutral&amp;lt;/TypeAssemblyCulture&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;                                &amp;lt;TypeAssemblyPublicToken&amp;gt;99fe9917f71608a7&amp;lt;/TypeAssemblyPublicToken&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;                                &amp;lt;IsEncrypted&amp;gt;True&amp;lt;/IsEncrypted&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;                                &amp;lt;IsCompressed&amp;gt;True&amp;lt;/IsCompressed&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;                                &amp;lt;EncryptionKey&amp;gt;1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4&amp;lt;/EncryptionKey&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;                                &amp;lt;EncryptionVector&amp;gt;1,2,3,4,5,6,7,8&amp;lt;/EncryptionVector&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;                                &amp;lt;TransactionTimeout&amp;gt;3600&amp;lt;/TransactionTimeout&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;                &amp;lt;/DataSource&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;&amp;lt;/DataSources&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri color=#000000 size=3&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;And attached is a screenshot of the ES Status page.  I'm running VS 2008, Vista 64-bit, IIS 6.0 SP1, SQL Server 9.0.1399 64-bit (with StrataFrame and StrataFrameSample databases) all running on the same machine with plenty of memory.  I've set the folder permissions to Everyone, Full Control and I'm allowing All Users to access the web service.&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri color=#000000 size=3&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;Any help would be appreciated.&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri color=#000000 size=3&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;Thanks,&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri color=#000000 size=3&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;Brian O'Neil&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri color=#000000 size=3&gt; &lt;/FONT&gt;&lt;/o:p&gt;</description><pubDate>Fri, 22 Aug 2008 14:55:26 GMT</pubDate><dc:creator>Brian M O'neil</dc:creator></item><item><title>ES Server was down</title><link>http://forum.strataframe.net/Topic16546-25-1.aspx</link><description>My companies ES server went down tonight at around 5pm PST. The error was related to the being unable to contact the 'activate.micro4.com' server. &lt;br&gt;&lt;br&gt;This doesn't seem like it should happen, that if you licensing server goes down, my server goes down as well.  Please advise if there was some configuration I should have done or if there was some other issue I could address.  My ES server was attempting to contact 'activate.micro4.com' whenever a user attempted to login (maybe other times as well, but we never got past login).</description><pubDate>Thu, 22 May 2008 23:14:41 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>FillMultipleDataTables Not working</title><link>http://forum.strataframe.net/Topic16453-25-1.aspx</link><description>I'm not quite sure what's going on, but I'm getting an error with the FillMultipleDataTable() method. I'm running the latest beta and updated ES server from the My accounts area. This occurs on the line that first calls the FillMultipleDataTables() method. Here is the error:&lt;br&gt;&lt;br&gt;[quote]NullReferenceException&lt;br&gt;  Object reference not set to an instance of an object.&lt;br&gt;&lt;br&gt;Source     : MicroFour StrataFrame Enterprise Client&lt;br&gt;&lt;br&gt;Stack Trace: &lt;br&gt;   at MicroFour.StrataFrame.Data.Enterprise.EnterpriseDataSourceItem.ᜁ(DbCommand A_0, Boolean A_1, String A_2)&lt;br&gt;   at MicroFour.StrataFrame.Data.Enterprise.EnterpriseDataSourceItem.GetDataSet(DbCommand Command)&lt;br&gt;   at MicroFour.StrataFrame.Business.BusinessLayer.FillMultipleDataTables(String dataSourceKey, DbCommand command, BusinessLayer[] businessObjects)&lt;br&gt;   at MicroFour.StrataFrame.Business.BusinessLayer.FillMultipleDataTables(DbCommand command, BusinessLayer[] businessObjects)&lt;br&gt;   at FOXSystems.RAMS.BusinessObjects.Summary.PESummaryBO.GetProjectSummary(Int32 projectID)&lt;br&gt;   at FOXSystems.RAMS.ProposalEval.VendorSelectionForm.LoadProjectSummary()&lt;br&gt;   at FOXSystems.RAMS.ProposalEval.VendorSelectionForm.LoadPageData()&lt;br&gt;   at FOXSystems.RAMS.ProposalEval.VendorSelectionForm.pmVendorSelection_PageActivated(PanelPageEventArgs e)&lt;br&gt; ...etc and so forth..[/quote]&lt;br&gt; &lt;br&gt;There is no error if I make a direct connection.&lt;br&gt;</description><pubDate>Mon, 19 May 2008 13:18:11 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>FillDataTable Method support</title><link>http://forum.strataframe.net/Topic15460-25-1.aspx</link><description>I 'm using this method as the center of my design. (Generated Queries And Custom Queries from XML)&lt;/P&gt;&lt;P&gt;I want to be sure that FillDataTable method is supported with Enterprise server solution.</description><pubDate>Wed, 09 Apr 2008 02:20:16 GMT</pubDate><dc:creator>Ertan Deniz</dc:creator></item><item><title>ES licensing / CALS</title><link>http://forum.strataframe.net/Topic14731-25-1.aspx</link><description>Hi,&lt;P&gt;I see you price ES as follows:&lt;/P&gt;&lt;P&gt;&lt;TABLE class=ProductTable cellSpacing=0 cellPadding=0&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class=ProductTitleCell&gt;Enterprise Server - 25 CALs &lt;SPAN style="FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #808080; FONT-FAMILY: Arial"&gt;(per hostname / per server / per year)&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class=HeaderQuantityStepRateCell&gt;1+&lt;/TD&gt;&lt;TD class=ProductTotalCell&gt;$995.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=ProductTitleCell style="BORDER-TOP: #dde6f2 1px solid"&gt;Enterprise Server - 100 CALs &lt;SPAN style="FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #808080; FONT-FAMILY: Arial"&gt;(per hostname / per server / per year)&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class=HeaderQuantityStepRateCell style="BORDER-TOP: #dde6f2 1px solid"&gt;1+&lt;/TD&gt;&lt;TD class=ProductTotalCell style="BORDER-TOP: #dde6f2 1px solid"&gt;$2,495.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=ProductTitleCell style="BORDER-TOP: #dde6f2 1px solid"&gt;Enterprise Server - Unlimited &lt;SPAN style="FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #808080; FONT-FAMILY: Arial"&gt;(per hostname / per server / per year)&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class=HeaderQuantityStepRateCell style="BORDER-TOP: #dde6f2 1px solid"&gt;1+&lt;/TD&gt;&lt;TD class=ProductTotalCell style="BORDER-TOP: #dde6f2 1px solid"&gt;$4,995.00&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;P&gt;Just confirming a "CAL" is a "Client Access License" on a per-user concurrent basis (not per-device and not total user count).&lt;/P&gt;&lt;P&gt;So with the smallest package, MyApp could have 100 total users, but only a maximum of 25 could be logged in at any time from any machine.  &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Larry</description><pubDate>Sat, 08 Mar 2008 11:01:12 GMT</pubDate><dc:creator>Larry Tucker</dc:creator></item><item><title>ES and MS-SQL user Licenses question</title><link>http://forum.strataframe.net/Topic12014-25-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;Let's say I have 50 users that will connect to MS-SQL server with the ES, how many MS-SQL user licenses will I need to have?</description><pubDate>Tue, 16 Oct 2007 08:08:09 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>ES CryptographicException</title><link>http://forum.strataframe.net/Topic13055-25-1.aspx</link><description>When trying to launch an application that uses the Enterprise Server I was receiving an error (see attachment). The error started when our organization lost Internet connectivity Saturday morning due to a power outage in our main data center. It's now Sunday, power has been restored, and everything is working normally. This leads me to assume that the ES has a "phone home" feature that checks to see if the license is current. While I can understand the need to protect your intellectual property, I'm not feeling good about building business critical applications that otherwise do not need the Internet that cannot survive a few days without it. Does ES require constant communication home or is there something else going on?&lt;P&gt;-Larry</description><pubDate>Sun, 16 Dec 2007 14:00:18 GMT</pubDate><dc:creator>Larry Caylor</dc:creator></item><item><title>ES status page doesn't report any user ever having connnected</title><link>http://forum.strataframe.net/Topic13018-25-1.aspx</link><description>I was trying to use the ES status page to see if any users had connected to ES...which I know many have, but it shows that 0 users have ever connected.  This doesn't seem right or very useful :blink:</description><pubDate>Thu, 13 Dec 2007 14:05:51 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>Dealing with proxies</title><link>http://forum.strataframe.net/Topic12963-25-1.aspx</link><description>Could the ES client be modified to deal with proxy issues?  I.e. have a prompt to enter proxy info if a 407 is returned by the HttpWebRequest.GetResponse() and also deal with storing proxy info, perferably in an encrypted xml file?&lt;br&gt;&lt;br&gt;Thanks for considering this! :D&lt;br&gt;&lt;br&gt;Oh...and could you have it done by tommorrow!  :w00t:  g,d,r*&lt;br&gt;&lt;br&gt;&lt;br&gt;*g,d,r = grin, duck and run!:arrow:</description><pubDate>Mon, 10 Dec 2007 14:31:10 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>Error when calling sproc with varchar OUTPUT parameter</title><link>http://forum.strataframe.net/Topic12397-25-1.aspx</link><description>I'm getting an error when I attempt to call a stored procedure that has an output parameter that is a varchar.  It reports that the size is invalid with a value of 0.  However, the size is clearly set in code and the code runs fine when connected directly.  &lt;br&gt;&lt;br&gt;I've attached a sample solution that highlights this problem.  Just read the Readme.txt for details on how to run the tests.&lt;br&gt;&lt;br&gt;This is a show stopper for my project, which I'm attempting to release for beta testing.  &lt;br&gt;&lt;br&gt;Thanks!</description><pubDate>Sun, 04 Nov 2007 19:33:11 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>Error related to missing reference</title><link>http://forum.strataframe.net/Topic12453-25-1.aspx</link><description>I getting errors when I install my application on a machine that doesn't have strataframe installed.  It is reporting that:&lt;br&gt;&lt;br&gt;[quote]FileNotFoundException&lt;br&gt;  Could not load file or assembly 'MicroFour StrataFrame Enterprise, Version=1.6.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;&lt;br&gt;Source     : MicroFour StrataFrame Enterprise Client[/quote]&lt;br&gt;&lt;br&gt;I have the enterprise client included in the install and I've verified that it is getting installed. Is there some other dll needed? Is this a version issue?  I'm really under the gun to get this thing installed, so some immediate help would be really appreciated.&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;&lt;br&gt;</description><pubDate>Mon, 05 Nov 2007 12:33:27 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>Installer missing files</title><link>http://forum.strataframe.net/Topic12376-25-1.aspx</link><description>I just installed ES on a brand new server (finally), and the installation seems to be missing two files:&lt;br&gt;&lt;br&gt;Microfour License Base.dll&lt;br&gt;Microfour StrataFrame Base.dll&lt;br&gt;&lt;br&gt;I had them from another install, so I was able to get it working.  It is possible that I'm using an older installer, but just in case I thought I'd mention it.</description><pubDate>Fri, 02 Nov 2007 18:25:11 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>Status.aspx response</title><link>http://forum.strataframe.net/Topic12045-25-1.aspx</link><description>Greetings,&lt;br&gt;I'm starting with ES and could not get the Status.aspx after ES setup.&lt;br&gt;It simply shows the following message:&lt;br&gt;[b]This is a marker file generated by the precompilation tool, and should not be deleted[/b]&lt;br&gt;The XML Datasources and web config files are already configured.&lt;br&gt;Can you help?&lt;br&gt;Thanks.&lt;br&gt;&lt;br&gt;[b]Alex Lana[/b]</description><pubDate>Wed, 17 Oct 2007 16:12:06 GMT</pubDate><dc:creator>Alex M. Lana</dc:creator></item><item><title>ES installation doesn't seem to be complete</title><link>http://forum.strataframe.net/Topic10567-25-1.aspx</link><description>I'm just getting around to updating my test ES server. I uninstalled the old version and then installed the new version.  The new version seems to be missing some files.  I get an error that 'Microfour Strataframe Base.dll' is missing and looking at my previous install, it seems that 'Microfour License Base.dll' is also missing.  &lt;br&gt;&lt;br&gt;I know you made changes to SF base, because I was getting error related to those changes (er...getting errors related my base not having those changes) before the release.  &lt;br&gt;&lt;br&gt;Do I have an outdated setup? Or am I just continuing to loose my mind?  :crazy:</description><pubDate>Wed, 25 Jul 2007 18:25:57 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>Can't load CaseInsensitiveDictionary from base</title><link>http://forum.strataframe.net/Topic9430-25-1.aspx</link><description>I get the exception shown below when I try to save a new user using the security dialog (and some other places). Since I don't find the CaseInsensitiveDictionary in 1.6, I'm guessing this is new to 1.6.1.  This correct?  Is updating the base dll now safe or do I have to wait for 1.6.1 to release?&lt;br&gt;&lt;br&gt;Exception:&lt;br&gt;[quote]BusinessLayerException&lt;br&gt;An error occurred while saving an the data to the server.&lt;br&gt;DataLayerSavingException&lt;br&gt;Could not load type 'MicroFour.StrataFrame.CaseInsensitiveDictionary`1' from assembly 'MicroFour StrataFrame Base, Version=1.6.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7'.&lt;br&gt;TypeLoadException&lt;br&gt;Could not load type 'MicroFour.StrataFrame.CaseInsensitiveDictionary`1' from assembly 'MicroFour StrataFrame Base, Version=1.6.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7'.&lt;br&gt;&lt;br&gt;Source     : MicroFour StrataFrame Business&lt;br&gt;&lt;br&gt;Stack Trace:&lt;br&gt;   at MicroFour.StrataFrame.Data.Enterprise.EnterpriseDataReader.a(BinaryReader A_0)&lt;br&gt;   at MicroFour.StrataFrame.Data.Enterprise.ExecuteReaderResults.ReadDataFromStream(BinaryReader Reader)&lt;br&gt;   at MicroFour.StrataFrame.Data.Enterprise.ExecuteReaderResults.CreateFromStream(BinaryReader Reader)&lt;br&gt;   at MicroFour.StrataFrame.Data.Enterprise.EnterpriseDataSourceItem.SendRequestCore(BaseParams Params, RemoteDataSourceCommand Command)&lt;br&gt;   at MicroFour.StrataFrame.Data.Enterprise.EnterpriseDataSourceItem.c(DbCommand A_0, Boolean A_1, String A_2)&lt;br&gt;   at MicroFour.StrataFrame.Data.DbDataSourceItem.InternalExecuteReader(DbCommand Command, Boolean IsTransactional, String TransactionKey)&lt;br&gt;   at MicroFour.StrataFrame.Data.SqlDataSourceItem.UpdateRow(QueryInformation QueryInfo, DataRow RowToUpdate, ConcurrencyExceptionHandler ConcurrencyHandler, AddRowErrorHandler RowErrorHandler, Boolean RecreateCommand)&lt;br&gt;   at MicroFour.StrataFrame.Data.DbDataSourceItem.UpdateRow(QueryInformation QueryInfo, DataRow RowToUpdate, ConcurrencyExceptionHandler ConcurrencyHandler, AddRowErrorHandler RowErrorHandler)&lt;br&gt;   at MicroFour.StrataFrame.Data.Enterprise.EnterpriseDataSourceItem.UpdateRow(QueryInformation QueryInfo, DataRow RowToUpdate, ConcurrencyExceptionHandler ConcurrencyHandler, AddRowErrorHandler RowErrorHandler, Boolean RecreateCommand)&lt;br&gt;   at MicroFour.StrataFrame.Data.DataLayer.UpdateDataTableThread(Object ThreadParams)&lt;br&gt;   at MicroFour.StrataFrame.Data.DataLayer.SaveByForm(DataTable TableToSave, Boolean Transactional, String TransactionKey)&lt;br&gt;   at MicroFour.StrataFrame.Business.BusinessLayer.SaveByForm(Boolean Transactional, String TransactionKey)&lt;br&gt;   at MicroFour.StrataFrame.UI.Windows.Forms.BaseForm.Save(Boolean Transactional, String TransactionKey)&lt;br&gt;   at MicroFour.StrataFrame.UI.Windows.Forms.BaseForm.Save()&lt;br&gt;   at MicroFour.StrataFrame.Security.UserEditor.cmdSave_Click(Object sender, EventArgs e)&lt;br&gt;   at System.Windows.Forms.Control.OnClick(EventArgs e)&lt;br&gt;   at System.Windows.Forms.Button.OnClick(EventArgs e)&lt;br&gt;   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)&lt;br&gt;   at System.Windows.Forms.Control.WmMouseUp(Message&amp; m, MouseButtons button, Int32 clicks)&lt;br&gt;   at System.Windows.Forms.Control.WndProc(Message&amp; m)&lt;br&gt;   at System.Windows.Forms.ButtonBase.WndProc(Message&amp; m)&lt;br&gt;   at System.Windows.Forms.Button.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.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;br&gt;[/quote]</description><pubDate>Fri, 08 Jun 2007 08:24:28 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>ES SerializationException</title><link>http://forum.strataframe.net/Topic9095-25-1.aspx</link><description>I'm now getting this error when I attempt to use ES with the application. This occurs at the first connection to the database, getting the security preferences.&lt;br&gt;&lt;br&gt;&lt;br&gt;[quote]SerializationException&lt;br&gt;The input stream is not a valid binary format. The starting contents (in bytes) are: 01-00-01-00-00-00-FF-FF-FF-FF-01-00-00-00-00-00-00 ...&lt;br&gt;&lt;br&gt;Source     : mscorlib&lt;br&gt;&lt;br&gt;Stack Trace:&lt;br&gt;   at System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord.Read(__BinaryParser input)&lt;br&gt;   at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadSerializationHeaderRecord()&lt;br&gt;   at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run()&lt;br&gt;   at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)&lt;br&gt;   at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)&lt;br&gt;   at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream)&lt;br&gt;   at MicroFour.StrataFrame.Data.Enterprise.ExecuteScalarResults.ReadDataFromStream(BinaryReader Reader)&lt;br&gt;   at MicroFour.StrataFrame.Data.Enterprise.ExecuteScalarResults.CreateFromStream(BinaryReader Reader)&lt;br&gt;   at MicroFour.StrataFrame.Data.Enterprise.EnterpriseDataSourceItem.?(BaseParams A_0, RemoteDataSourceCommand A_1)&lt;br&gt;   at MicroFour.StrataFrame.Data.Enterprise.EnterpriseDataSourceItem.?(DbCommand A_0, Boolean A_1, String A_2)&lt;br&gt;   at MicroFour.StrataFrame.Data.Enterprise.EnterpriseDataSourceItem.ExecuteScalar(DbCommand Command)&lt;br&gt;   at MicroFour.StrataFrame.Business.BusinessLayer.ExecuteScalar(DbCommand CommandToExecute)&lt;br&gt;   at FOXSystems.RAMS.BusinessObjects.Security.SecUserProjectDefaultBO.GetUsersDefaultProject(Int32 userID) in E:\FoxSystems\RAMS\RAMS.NET\BusinessObjects\Security\SecUserProjectDefaultBO.vb:line 92&lt;br&gt;   at FOXSystems.RAMS.Base.UserContext.SetUserContext(ISecurityUser secUser) in E:\FoxSystems\RAMS\RAMS.NET\RamsBase\UserContext.vb:line 267&lt;br&gt;   at FOXSystems.RAMS.RAMSLoginForm.btnOk_Click(Object sender, EventArgs e) in E:\FoxSystems\RAMS\RAMS.NET\RAMS.NET\RAMSLoginForm.vb:line 314&lt;br&gt;   at System.Windows.Forms.Control.OnClick(EventArgs e)&lt;br&gt;   at System.Windows.Forms.Button.OnClick(EventArgs e)&lt;br&gt;   at System.Windows.Forms.Button.PerformClick()&lt;br&gt;   at System.Windows.Forms.Form.ProcessDialogKey(Keys keyData)&lt;br&gt;   at System.Windows.Forms.TextBoxBase.ProcessDialogKey(Keys keyData)&lt;br&gt;   at System.Windows.Forms.Control.PreProcessMessage(Message&amp; msg)&lt;br&gt;   at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message&amp; msg)&lt;br&gt;   at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG&amp; msg)&lt;br&gt;[/quote]</description><pubDate>Fri, 25 May 2007 14:40:39 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>Error access data via ES</title><link>http://forum.strataframe.net/Topic8813-25-1.aspx</link><description>I getting a very reproducible (on my side anyway) error side when attempting to access some data via ES.  Other data is accessed fine.  Here is the error reported to the client:&lt;br&gt;&lt;br&gt;[quote]BusinessLayerException&lt;br&gt;An error occurred while refreshing the data from field 'ProjectOrganizationBO.Owner' to property 'Text' on control 'txtOwner.'&lt;br&gt;BusinessLayerException&lt;br&gt;An error occurred while refreshing property 'Text' to control 'txtOwner'&lt;br&gt;TargetInvocationException&lt;br&gt;Exception has been thrown by the target of an invocation.&lt;br&gt;CryptographicException&lt;br&gt;Bad Data.&lt;br&gt;&lt;br&gt;&lt;br&gt;Source     : MicroFour StrataFrame Business&lt;br&gt;&lt;br&gt;Stack Trace:&lt;br&gt;   at System.Security.Cryptography.CryptographicException.ThrowCryptogaphicException(Int32 hr)&lt;br&gt;   at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]&amp; outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone)&lt;br&gt;   at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount)&lt;br&gt;   at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count)&lt;br&gt;   at System.IO.Compression.DeflateStream.Read(Byte[] array, Int32 offset, Int32 count)&lt;br&gt;   at System.IO.Stream.ReadByte()&lt;br&gt;   at System.IO.BinaryReader.FillBuffer(Int32 numBytes)&lt;br&gt;   at System.IO.BinaryReader.ReadBoolean()&lt;br&gt;   at MicroFour.StrataFrame.Data.Enterprise.BaseResults.ReadDataFromStream(BinaryReader Reader)&lt;br&gt;   at MicroFour.StrataFrame.Data.Enterprise.ExecuteScalarResults.ReadDataFromStream(BinaryReader Reader)&lt;br&gt;   at MicroFour.StrataFrame.Data.Enterprise.ExecuteScalarResults.CreateFromStream(BinaryReader Reader)&lt;br&gt;   at MicroFour.StrataFrame.Data.Enterprise.EnterpriseDataSourceItem.?(BaseParams A_0, RemoteDataSourceCommand A_1)&lt;br&gt;   at MicroFour.StrataFrame.Data.Enterprise.EnterpriseDataSourceItem.?(DbCommand A_0, Boolean A_1, String A_2)&lt;br&gt;   at MicroFour.StrataFrame.Data.Enterprise.EnterpriseDataSourceItem.ExecuteScalar(DbCommand Command)&lt;br&gt;   at MicroFour.StrataFrame.Business.BusinessLayer.ExecuteScalar(DbCommand CommandToExecute)&lt;br&gt;   at FOXSystems.RAMS.BusinessObjects.Project.ProjectOrganizationBO.get_Owner() in E:\FoxSystems\RAMS\RAMS.NET\BusinessObjects\Project\ProjectOrganizationBO.vb:line 387&lt;br&gt;   at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct&amp; sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)&lt;br&gt;   at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)&lt;br&gt;   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)&lt;br&gt;   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)&lt;br&gt;   at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)&lt;br&gt;   at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index)&lt;br&gt;   at MicroFour.StrataFrame.Business.ReflectionPropertyDescriptor.GetValue(Object component)&lt;br&gt;   at System.Windows.Forms.BindToObject.GetValue()&lt;br&gt;   at System.Windows.Forms.Binding.PushData(Boolean force)&lt;br&gt;   at System.Windows.Forms.Binding.ReadValue()&lt;br&gt;   at MicroFour.StrataFrame.Business.BusinessLayer.RefreshValue(Control ControlToRefresh, String PropertyName)&lt;br&gt;   at MicroFour.StrataFrame.Business.BusinessLayer.RefreshControl(IBusinessBindable ControlToRefresh, Boolean DataPresent)&lt;br&gt;   at MicroFour.StrataFrame.Business.BusinessLayer.RefreshBoundControls()&lt;br&gt;   at MicroFour.StrataFrame.Business.BusinessLayer.raise_Navigated(NavigatedEventArgs e)&lt;br&gt;   at MicroFour.StrataFrame.Business.BusinessLayer.OnNavigated(NavigatedEventArgs e)&lt;br&gt;   at MicroFour.StrataFrame.Business.BusinessLayer.Navigate(BusinessNavigationDirection Direction, Int32 AbsoluteIndex, Object[] PrimaryKeyValues, Boolean AttemptToCheckRules, Boolean IsRefill)&lt;br&gt;   at MicroFour.StrataFrame.Business.BusinessLayer.NavigateToPrimaryKey(Object[] PrimaryKeyValues)&lt;br&gt;   at FOXSystems.RAMS.MitaAnalysis.OrgTools.SynchBoToTree(TreeView anyTree, BusinessLayer anyBO) in E:\FoxSystems\RAMS\RAMS.NET\MitaAnalysis\OrgTools.vb:line 421&lt;br&gt;   at FOXSystems.RAMS.MitaAnalysis.MITAWizardPages.OrgDefinePage.tvwOrg_AfterSelect(Object sender, TreeViewEventArgs e) in E:\FoxSystems\RAMS\RAMS.NET\MitaAnalysis\MITAWizardPages\OrgDefinePage.vb:line 303&lt;br&gt;   at System.Windows.Forms.TreeView.OnAfterSelect(TreeViewEventArgs e)&lt;br&gt;   at System.Windows.Forms.TreeView.TvnSelected(NMTREEVIEW* nmtv)&lt;br&gt;   at System.Windows.Forms.TreeView.WmNotify(Message&amp; m)&lt;br&gt;   at System.Windows.Forms.TreeView.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.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;br&gt;[/quote]&lt;br&gt;&lt;br&gt;Here is the error reported via ES:&lt;br&gt;&lt;br&gt;[quote]ArgumentNullException&lt;br&gt;Object Graph cannot be null.&lt;br&gt;Parameter name: graph&lt;br&gt;&lt;br&gt;Source : mscorlib&lt;br&gt;&lt;br&gt;Stack Trace:&lt;br&gt;at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Serialize(Object graph, Header[] inHeaders, __BinaryWriter serWriter, Boolean fCheck)&lt;br&gt;at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(Stream serializationStream, Object graph, Header[] headers, Boolean fCheck)&lt;br&gt;at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(Stream serializationStream, Object graph)&lt;br&gt;at MicroFour.StrataFrame.Data.Enterprise.ExecuteScalarResults.WriteDataToStream(BinaryWriter Writer)&lt;br&gt;at MicroFour.StrataFrame.Enterprise.Server.RemoteDataSource.ProcessRequest(HttpContext context)[/quote]&lt;br&gt;&lt;br&gt;Some info about what is going on:&lt;br&gt;&lt;br&gt; - This error does not happen if I connect directly. &lt;br&gt; - If I step through the code, the error occurs on the line that fills the data table of the BO. &lt;br&gt; - The Owner property is actually a custom property that is doing a separate ExecuteScalar command to get that value.&lt;br&gt; - txtOwner is bound to the Owner property.&lt;br&gt;&lt;br&gt;Any ideas why this isn't working with ES?</description><pubDate>Tue, 15 May 2007 13:22:09 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>Database Deployment Tookit</title><link>http://forum.strataframe.net/Topic8704-25-1.aspx</link><description>TargetInvocationException&lt;BR&gt; Exception has been thrown by the target of an invocation.&lt;BR&gt;SqlException&lt;BR&gt; Invalid object name 'DBEProfile'.&lt;/P&gt;&lt;P&gt;Source     : mscorlib&lt;/P&gt;&lt;P&gt;Stack Trace: &lt;BR&gt;   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)&lt;BR&gt;   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)&lt;BR&gt;   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)&lt;BR&gt;   at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)&lt;BR&gt;   at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()&lt;BR&gt;   at System.Data.SqlClient.SqlDataReader.get_MetaData()&lt;BR&gt;   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)&lt;BR&gt;   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)&lt;BR&gt;   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)&lt;BR&gt;   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)&lt;BR&gt;   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)&lt;BR&gt;   at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)&lt;BR&gt;   at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)&lt;BR&gt;   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)&lt;BR&gt;   at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)&lt;BR&gt;   at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)&lt;BR&gt;   at MicroFour.StrataFrame.Data.DbDataSourceItem.GetDataTable(DbCommand Command, OnChangeEventHandler CallBack)&lt;BR&gt;   at MicroFour.StrataFrame.Data.SqlDataSourceItem.GetDataTable(DbCommand Command, OnChangeEventHandler CallBack)&lt;BR&gt;   at MicroFour.StrataFrame.Data.DbDataSourceItem.GetDataTable(String Statement, OnChangeEventHandler CallBack)&lt;BR&gt;   at MicroFour.StrataFrame.Data.DataLayer.GetDataTable(String Statement, Boolean RegisterNotification)&lt;BR&gt;   at MicroFour.StrataFrame.Business.BusinessLayer.FillDataTable(String SelectStatement)&lt;BR&gt;   at MicroFour.StrataFrame.Business.DBEProfileBO.FillWithDistinctCategories()&lt;BR&gt;   at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct&amp;amp; sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)&lt;BR&gt;   at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)&lt;BR&gt;   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)&lt;BR&gt;   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)&lt;BR&gt;   at MicroFour.StrataFrame.UI.Windows.Forms.ListControl.PopulateComboFromBusinessObject(IListControl lstControl, Object[] Parameters)&lt;BR&gt;   at MicroFour.StrataFrame.UI.Windows.Forms.ListControl.PopulateCombo(Control lstControl, Object[] Parameters)&lt;BR&gt;   at MicroFour.StrataFrame.UI.Windows.Forms.ComboBox.PopulateCombo(Object[] Parameters)&lt;BR&gt;   at MicroFour.StrataFrame.UI.Windows.Forms.ComboBox.Requery()&lt;BR&gt;   at MicroFour.StrataFrame.UI.Windows.Forms.ComboBox.InitializeObject()&lt;BR&gt;   at MicroFour.StrataFrame.UI.Windows.Forms.BaseForm.InitializeFormLoadObjects()&lt;BR&gt;   at MicroFour.StrataFrame.UI.Windows.Forms.BaseForm.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;amp; m)&lt;BR&gt;   at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.ScrollableControl.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.ContainerControl.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Form.WmShowWindow(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Form.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Control.ControlNative&amp;#119;indow.OnMessage(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Control.ControlNative&amp;#119;indow.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Native&amp;#119;indow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;BR&gt;</description><pubDate>Wed, 09 May 2007 16:27:24 GMT</pubDate><dc:creator>Bruce King</dc:creator></item><item><title>Unhandled Exception</title><link>http://forum.strataframe.net/Topic7503-25-1.aspx</link><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #1f5080"&gt;I’ve got the ES server set up on Windows Server 2003 Web Edition with SP1. I’m able to access the ES status page but when it try to run a client application I get the following exception. Any suggestions on what I may have missed?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;-Larry&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #1f5080"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #1f5080"&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/d649ff6a-ccda-4722-b944-95b3.png"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;</description><pubDate>Thu, 15 Mar 2007 12:08:02 GMT</pubDate><dc:creator>Larry Caylor</dc:creator></item><item><title>ES Sample strange behavior</title><link>http://forum.strataframe.net/Topic7041-25-1.aspx</link><description>Ok, I just got installing the new version and I'm running the sample console program. I run the ES sample program and I can switch between local and remote.&lt;br&gt;But, let's say I'm in local and I edit a record and save it. Then If I switch to either mode, I see the same record with the same edited data. However, if I exit out completely and then start the program with another mode, it will then show the correct data.&lt;br&gt;&lt;br&gt;So, somehow the data that gets cached on the computer, does not get clear when switching mode while in the program.</description><pubDate>Tue, 20 Feb 2007 20:22:29 GMT</pubDate><dc:creator>Ben Hayat</dc:creator></item></channel></rss>