﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Issues  » Problem with StrataFrame Tutorial</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 08:26:03 GMT</lastBuildDate><ttl>20</ttl><item><title>Problem with StrataFrame Tutorial</title><link>http://forum.strataframe.net/FindPost1247.aspx</link><description>I'm getting an error message box when I launch the Business Object Mapper.&amp;nbsp; Trying to create my &lt;BR&gt;first business object...&amp;nbsp; After the error it doesn't show the tutorial project (or any project) in its&lt;BR&gt;list.&lt;/P&gt;&lt;P&gt;--------------------&lt;BR&gt;Here's the error text:&lt;/P&gt;&lt;P&gt;SqlException&lt;BR&gt;&amp;nbsp;Implicit conversion from data type text to nvarchar is not allowed. Use the CONVERT function to run this query.&lt;/P&gt;&lt;P&gt;Source&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : .Net SqlClient Data Provider&lt;/P&gt;&lt;P&gt;Stack Trace: &lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.SqlDataReader.get_MetaData()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Data.DbDataSourceItem.GetDataTable(DbCommand Command, OnChangeEventHandler CallBack)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Data.SqlDataSourceItem.GetDataTable(DbCommand Command, OnChangeEventHandler CallBack)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Data.DataLayer.GetDataTable(DbCommand Command, Boolean RegisterNotification)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Business.BusinessLayer.FillDataTable(DbCommand CommandToExecute)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.AddIns.DTEprojectsBO.FillProjects(String[] ProjectPaths)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.AddIns.PartialClassBuilderDialog.BuildProjectNode(PartialClassBuilderVSProject Prj)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.AddIns.PartialClassBuilderDialog.BuildTreeView()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.AddIns.PartialClassBuilderDialog.InitForm()&lt;BR&gt;</description><pubDate>Tue, 23 May 2006 15:30:53 GMT</pubDate><dc:creator>David W. Dee</dc:creator></item><item><title>RE: Problem with StrataFrame Tutorial</title><link>http://forum.strataframe.net/FindPost1265.aspx</link><description>I'm glad to hear that you have it working.&amp;nbsp; &lt;/P&gt;&lt;P&gt;I'm not sure if it comes with Visual Studio or not, but there is a SQL Server Express Manager that you can download for free from Microsoft.&amp;nbsp; And, if you have an MSDN subscription (which chances are good you do with the way Microsoft has been pushing VS2005 to its customers), you can download the SQL Server 2005 tools containing SQL Server Management Studio (the new replacement for Enterprise Manager). &lt;/P&gt;&lt;P&gt;SSMS is a WONDERFUL app, and is quite a good ways beyond the capabilities and ease of use of Enterprise Manager.&amp;nbsp; Not to mention that it works great with existing pre-2005 SQL Server machines.&amp;nbsp; &lt;/P&gt;&lt;P&gt;There's also some functionality within VS itself to open databases, build queries and such, but I don't use it much since I have the other tools.</description><pubDate>Tue, 23 May 2006 15:30:53 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Problem with StrataFrame Tutorial</title><link>http://forum.strataframe.net/FindPost1262.aspx</link><description>I'm glad to report that got a local version of SQL Server 2005 running, and re-installed StrataFrame&lt;BR&gt;using for the sample data, and everything's working good.&amp;nbsp; It didn't seem to like my SQL Server 2000.&amp;nbsp;&amp;nbsp;&lt;BR&gt;I'm not familiar with SQL Server Express (because I'm used to Enterprise Manager in SQL Server and&lt;BR&gt;wasn't quite sure how to work without it...)&lt;/P&gt;&lt;P&gt;I thought you might like to hear how the SQL Server version issue worked out. FYI.&lt;/P&gt;&lt;P&gt;Thanks.</description><pubDate>Tue, 23 May 2006 13:05:52 GMT</pubDate><dc:creator>David W. Dee</dc:creator></item><item><title>RE: Problem with StrataFrame Tutorial</title><link>http://forum.strataframe.net/FindPost1259.aspx</link><description>Oh, and we do mass emails through the forum to notify users of the new updates that are available.&amp;nbsp; So, you should receive an email from forum@strataframe.net to indicate that the update is available.</description><pubDate>Fri, 19 May 2006 16:44:24 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Problem with StrataFrame Tutorial</title><link>http://forum.strataframe.net/FindPost1258.aspx</link><description>[quote](it comes with Visual Studio, right?)[/quote]&lt;P&gt;Correct, it comes with VS Standard and up, not the express versions; however if you get an express version, you can dowload the standalone install for SQL 2005 Express from Microsoft.&lt;/P&gt;&lt;P&gt;[quote]It might be tomorrow sometime before I get back to it.[/quote]&lt;/P&gt;&lt;P&gt;No problem... I'll should be keeping tabs on the forum this weekend, so just let me know how you fair :)</description><pubDate>Fri, 19 May 2006 16:40:02 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Problem with StrataFrame Tutorial</title><link>http://forum.strataframe.net/FindPost1257.aspx</link><description>I do have SQL Server Express here (it comes with Visual Studio, right?)&amp;nbsp; I'll give it a try and post &lt;BR&gt;back here whether it's successful or not.&amp;nbsp; It might be tomorrow sometime before I get back to it.&lt;BR&gt;&lt;BR&gt;Thanks.</description><pubDate>Fri, 19 May 2006 16:36:45 GMT</pubDate><dc:creator>David W. Dee</dc:creator></item><item><title>RE: Problem with StrataFrame Tutorial</title><link>http://forum.strataframe.net/FindPost1256.aspx</link><description>Yeppers, I do remember you from the demo :)&lt;/P&gt;&lt;P&gt;I'm not sure there would be any reason for you to do an install from scratch.&amp;nbsp; If you want to be able to work over the weekend, you could get your hands on SQL Server 2005 Express and install it on your local workstation, then reinstall StrataFrame and tell the deployment process to deploy the StrataFrame database to that instance.&amp;nbsp; There's just something with the way we're parameterizing commands within our bo (not the whole framework, but the BO used within the BOMapper) that SQL Server 2000 sp3 doesn't like... and I could have sworn that at least one of our users was on 2000 sp3.&amp;nbsp; Oh well.&lt;/P&gt;&lt;P&gt;So, yes, if you want to use 2005 Express, then you can reinstall and you'll be up and running, otherwise, it wouldn't do you any good :ermm:</description><pubDate>Fri, 19 May 2006 16:09:03 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Problem with StrataFrame Tutorial</title><link>http://forum.strataframe.net/FindPost1255.aspx</link><description>No problem.&amp;nbsp; How will I know when the new build is available?&lt;/P&gt;&lt;P&gt;Also, just in case there's something that I did wrong during the install, would it make any sense&lt;BR&gt;to do the entire install over from scratch.&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;I don't know whether you remember me, but you did an online demo for me a couple of weeks ago.&lt;BR&gt;I'm enthused to dig into it some more.</description><pubDate>Fri, 19 May 2006 16:04:44 GMT</pubDate><dc:creator>David W. Dee</dc:creator></item><item><title>RE: Problem with StrataFrame Tutorial</title><link>http://forum.strataframe.net/FindPost1254.aspx</link><description>The structure looks fine.&amp;nbsp; I'm not sure why it's having problems converting the data type.&amp;nbsp; I changed the code where we were specifying the length of the input parameter, but it will be next week before we can get a new install built, so this change will be lumped in with the DevExpress wrappers and other BOMapper changes that have been made.</description><pubDate>Fri, 19 May 2006 15:53:06 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Problem with StrataFrame Tutorial</title><link>http://forum.strataframe.net/FindPost1253.aspx</link><description>Here it is (I hope) sent as a DOC attachment.</description><pubDate>Fri, 19 May 2006 15:40:25 GMT</pubDate><dc:creator>David W. Dee</dc:creator></item><item><title>RE: Problem with StrataFrame Tutorial</title><link>http://forum.strataframe.net/FindPost1252.aspx</link><description>Yes, having a remote database isn't a problem... there's something else fishy here.&amp;nbsp; Can you open up the StrataFrame database within Enterprise Manager and check the structure of the DTEprojects table.&amp;nbsp; Would probably be easiest if you took a screenshot of the structure and posted it here.</description><pubDate>Fri, 19 May 2006 14:30:02 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Problem with StrataFrame Tutorial</title><link>http://forum.strataframe.net/FindPost1251.aspx</link><description>I tried various combinations, making sure there were no spaces or "_" that I could find.&amp;nbsp; No luck.&lt;/P&gt;&lt;P&gt;The database tables are on another machine, but I have programs that can access other data stored&lt;BR&gt;there without a problem.</description><pubDate>Fri, 19 May 2006 14:25:56 GMT</pubDate><dc:creator>David W. Dee</dc:creator></item><item><title>RE: Problem with StrataFrame Tutorial</title><link>http://forum.strataframe.net/FindPost1250.aspx</link><description>Hrm... we have several people using that version of SQL Server for their StrataFrame database.&lt;/P&gt;&lt;P&gt;Do you have any special characters in the paths to your project files?&amp;nbsp; Probably not, if you're just trying to open the tutorial, but it seems that when passing the project paths to SQL Server to retrieve the project records, it's trying to convert it from an AnsiString (ASCII) to unicode... not sure why.&amp;nbsp; What happens if you create a new project using the StrataFrame Windows Application template (either C# or VB, doesn't matter) and try to open the BOMapper?</description><pubDate>Fri, 19 May 2006 13:37:14 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Problem with StrataFrame Tutorial</title><link>http://forum.strataframe.net/FindPost1249.aspx</link><description>Thanks for the very rapid response.&lt;/P&gt;&lt;P&gt;It's SQL Server 2000 (SP3).&amp;nbsp; I believe that it has all patches/etc. at least up to a month or&lt;BR&gt;so ago.</description><pubDate>Fri, 19 May 2006 13:27:36 GMT</pubDate><dc:creator>David W. Dee</dc:creator></item><item><title>RE: Problem with StrataFrame Tutorial</title><link>http://forum.strataframe.net/FindPost1248.aspx</link><description>What version of SQL Server are you running on?&amp;nbsp; And if you could list the service pack if it's 2000, that would also be helpful.&amp;nbsp; Thanks.</description><pubDate>Fri, 19 May 2006 13:16:26 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>