<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Class Builder Wizard</title><link>http://www.codeplex.com/ClassBuilderWizard/Project/ProjectRss.aspx</link><description>Class Builder Wizard is a Microsoft Visual Studio wizard that generates data object classes and a full data layer implementation for database objects &amp;#40;MS SQL Server and others&amp;#41;. It can also be used...</description><item><title>New Post: CMD Param and SelectList</title><link>http://www.codeplex.com/ClassBuilderWizard/Thread/View.aspx?ThreadId=28920</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Tom,&lt;br&gt;
&lt;br&gt;
I'm unsure why you would only be able to insert. Did you re-generate the code and sql stored procedures or did you just take the parameters out of the Select method? You need to re-generate the code instead of just editing the methods after generation. You should also recreate the stored procedures in the database once they are generated correctly.&lt;/p&gt;
&lt;p&gt;While the wizard is running, you should edit the KeyColumns collection for the table so that it only includes the ID column. I believe that will fix your problem once you deploy the newly generated stored procedures to your database.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;-Jason&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>whatsit</author><pubDate>Thu, 10 Jul 2008 03:25:51 GMT</pubDate><guid isPermaLink="false">New Post: CMD Param and SelectList 20080710032551A</guid></item><item><title>New Post: CMD Param and SelectList</title><link>http://www.codeplex.com/ClassBuilderWizard/Thread/View.aspx?ThreadId=28920</link><description>&lt;div style="line-height: normal;"&gt;Sweet, thanks for all the help.&lt;br&gt;
&lt;br&gt;
I removed all the parameters in the select method except for id...&lt;br&gt;
&lt;br&gt;
&lt;span style="font-size:13px;color:#0000ff"&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;
&lt;p&gt;public&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:13px"&gt; &lt;/span&gt;&lt;span style="font-size:13px;color:#2b91af"&gt;&lt;span style="font-size:13px;color:#2b91af"&gt;Announcements&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:13px"&gt; Select(&lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;int&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:13px"&gt; id)&lt;br&gt;
&lt;br&gt;
I do my stuff with the ID then Save it back using the same ID #18. However, it creates a new item rather then updating. I will build an update statement be hand unless there is something I am missing. Actually to save time I will add then delete the previous&amp;nbsp;if no errors occur.&lt;br&gt;
&lt;br&gt;
Thanks.&lt;br&gt;
Tom
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>ad5qa</author><pubDate>Thu, 10 Jul 2008 02:51:10 GMT</pubDate><guid isPermaLink="false">New Post: CMD Param and SelectList 20080710025110A</guid></item><item><title>Commented Issue: error to install version 3.0.2</title><link>http://www.codeplex.com/ClassBuilderWizard/WorkItem/View.aspx?WorkItemId=5461</link><description>Error&amp;#58; this template attempted to load an untrusted component &amp;#39;ClassBuilderWizard, Version&amp;#61;2.2.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;d66ed855fe72ec20, Custom&amp;#61;null&amp;#39;. For more information on this problem and how to enable this template, please see documentation on Customizing Project Templates.&lt;br /&gt;&lt;br /&gt;i installed the latest version 3.0.2 ...i didn&amp;#39;t have other version installed.... on visual studio 2005 .... i tried to repair ...remove ...follow the tips from the other issue ...but nothing .... the error is the same&lt;br /&gt;&lt;br /&gt;any ideas&amp;#63;&lt;br /&gt;&lt;br /&gt;thanks&lt;br /&gt;luca&lt;br /&gt;Comments: ** Comment from web user: whatsit ** &lt;p&gt;Hi luca,&lt;/p&gt;&lt;p&gt;I cannot seem to duplicate this problem. When did you download the 3.0.2 release&amp;#63; Was it recently or a while ago&amp;#63; I had to update the installer for that version and if you had downloaded prior to that date&amp;#47;time, you may have gotten a bad installer.&lt;br /&gt;Please check the date and time on the release section to make sure you have the latest version.&lt;/p&gt;&lt;p&gt;Thanks.&lt;br /&gt;-Jason&lt;br /&gt;&lt;/p&gt;</description><author>whatsit</author><pubDate>Mon, 07 Jul 2008 15:28:29 GMT</pubDate><guid isPermaLink="false">Commented Issue: error to install version 3.0.2 20080707032829P</guid></item><item><title>Commented Issue: error to install version 3.0.2</title><link>http://www.codeplex.com/ClassBuilderWizard/WorkItem/View.aspx?WorkItemId=5461</link><description>Error&amp;#58; this template attempted to load an untrusted component &amp;#39;ClassBuilderWizard, Version&amp;#61;2.2.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;d66ed855fe72ec20, Custom&amp;#61;null&amp;#39;. For more information on this problem and how to enable this template, please see documentation on Customizing Project Templates.&lt;br /&gt;&lt;br /&gt;i installed the latest version 3.0.2 ...i didn&amp;#39;t have other version installed.... on visual studio 2005 .... i tried to repair ...remove ...follow the tips from the other issue ...but nothing .... the error is the same&lt;br /&gt;&lt;br /&gt;any ideas&amp;#63;&lt;br /&gt;&lt;br /&gt;thanks&lt;br /&gt;luca&lt;br /&gt;Comments: ** Comment from web user: lucaclic ** &lt;p&gt;hi jason&lt;br /&gt;i get this error only when i try to use the Class Builder Wizard with the web project , i&amp;#39;m using C&amp;#35; ... i tried to use it iwhit the class library project and everything work fine , the Class Builder Wizard is a good project &lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;luca&lt;/p&gt;</description><author>lucaclic</author><pubDate>Fri, 04 Jul 2008 01:35:19 GMT</pubDate><guid isPermaLink="false">Commented Issue: error to install version 3.0.2 20080704013519A</guid></item><item><title>Commented Issue: error to install version 3.0.2</title><link>http://www.codeplex.com/ClassBuilderWizard/WorkItem/View.aspx?WorkItemId=5461</link><description>Error&amp;#58; this template attempted to load an untrusted component &amp;#39;ClassBuilderWizard, Version&amp;#61;2.2.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;d66ed855fe72ec20, Custom&amp;#61;null&amp;#39;. For more information on this problem and how to enable this template, please see documentation on Customizing Project Templates.&lt;br /&gt;&lt;br /&gt;i installed the latest version 3.0.2 ...i didn&amp;#39;t have other version installed.... on visual studio 2005 .... i tried to repair ...remove ...follow the tips from the other issue ...but nothing .... the error is the same&lt;br /&gt;&lt;br /&gt;any ideas&amp;#63;&lt;br /&gt;&lt;br /&gt;thanks&lt;br /&gt;luca&lt;br /&gt;Comments: ** Comment from web user: whatsit ** &lt;p&gt;Hi luca,&lt;br /&gt;I understand you are using Visual Studio 2005 and are installing the Class Builder Wizard for the first time.&lt;br /&gt;Could you please tell me&amp;#58;&lt;br /&gt;1&amp;#41; What type of project you are running the wizard for &amp;#40;web, windows, class library, etc&amp;#41;&lt;br /&gt;2&amp;#41; What language you are running the wizard for &amp;#40;C&amp;#35; or VB.NET&amp;#41;&lt;/p&gt;&lt;p&gt;Thanks.&lt;br /&gt;-Jason&lt;/p&gt;</description><author>whatsit</author><pubDate>Wed, 02 Jul 2008 19:30:42 GMT</pubDate><guid isPermaLink="false">Commented Issue: error to install version 3.0.2 20080702073042P</guid></item><item><title>Created Issue: error to install version 3.0.2</title><link>http://www.codeplex.com/ClassBuilderWizard/WorkItem/View.aspx?WorkItemId=5461</link><description>Error&amp;#58; this template attempted to load an untrusted component &amp;#39;ClassBuilderWizard, Version&amp;#61;2.2.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;d66ed855fe72ec20, Custom&amp;#61;null&amp;#39;. For more information on this problem and how to enable this template, please see documentation on Customizing Project Templates.&lt;br /&gt;&lt;br /&gt;i installed the latest version 3.0.2 ...i didn&amp;#39;t have other version installed.... on visual studio 2005 .... i tried to repair ...remove ...follow the tips from the other issue ...but nothing .... the error is the same&lt;br /&gt;&lt;br /&gt;any ideas&amp;#63;&lt;br /&gt;&lt;br /&gt;thanks&lt;br /&gt;luca&lt;br /&gt;</description><author>lucaclic</author><pubDate>Tue, 01 Jul 2008 13:09:09 GMT</pubDate><guid isPermaLink="false">Created Issue: error to install version 3.0.2 20080701010909P</guid></item><item><title>Commented Issue: Error After Install  of V3.0</title><link>http://www.codeplex.com/ClassBuilderWizard/WorkItem/View.aspx?WorkItemId=4683</link><description>After uninstalling V 2.0 and installing 3.0, ClassBuilder 3.0 will not run. It throws this error&lt;br /&gt;-------------------------------------------------------------------------------------------------------&lt;br /&gt;---------------------------&lt;br /&gt;Microsoft Visual Studio&lt;br /&gt;---------------------------&lt;br /&gt;Error&amp;#58; this template attempted to load an untrusted component &amp;#39;ClassBuilderWizard, Version&amp;#61;2.2.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;d66ed855fe72ec20, Custom&amp;#61;null&amp;#39;.  For more information on this problem and how to enable this template, please see documentation on Customizing Project Templates.&lt;br /&gt;----------------------------------------------------------------------------------------------------&lt;br /&gt;Looks like the 3.0 does not properly register itself and remnants of V2.0 are stuck in the registry.&lt;br /&gt;Any Ideas&amp;#63;&lt;br /&gt;cheers,&lt;br /&gt;yousaid&lt;br /&gt;Comments: ** Comment from web user: lucaclic ** &lt;p&gt;i have the same problem &amp;#58;&lt;/p&gt;&lt;p&gt;Error&amp;#58; this template attempted to load an untrusted component &amp;#39;ClassBuilderWizard, Version&amp;#61;2.2.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;d66ed855fe72ec20, Custom&amp;#61;null&amp;#39;. For more information on this problem and how to enable this template, please see documentation on Customizing Project Templates.&lt;/p&gt;&lt;p&gt;i installed the latest version 3.0.2 .... on visual studio 2005 .... i tried to repair ...remove ...follow your tips ...but nothing .... the error is the same&lt;/p&gt;&lt;p&gt;any ideas&amp;#63;&lt;/p&gt;&lt;p&gt;thanks&lt;br /&gt;luca&lt;/p&gt;</description><author>lucaclic</author><pubDate>Tue, 01 Jul 2008 05:26:06 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error After Install  of V3.0 20080701052606A</guid></item><item><title>NEW POST: CMD Param and SelectList</title><link>http://www.codeplex.com/ClassBuilderWizard/Thread/View.aspx?ThreadId=28920</link><description>&lt;div style="line-height: normal;"&gt;&lt;br&gt;
&lt;div style="border-right:medium none;padding-right:0.2em;border-top:#aaa 0.1em dotted;padding-left:0.2em;padding-bottom:0.2em;margin:1em 0em 2.5em 3em;border-left:medium none;padding-top:0.2em;border-bottom:#aaa 0.1em dotted;font-style:italic"&gt;&lt;br&gt;
ad5qa wrote:&lt;br&gt;
Very nice, thanks for the example. How about to edit a record?&lt;br&gt;
&lt;br&gt;
Would I just modify the parameters? I cant try it out right now but I thought I would ask for the est method. I am sure someone else would like a walkthru also, so this is a great forum for some FAQ.&lt;br&gt;
&lt;br&gt;
&lt;span style="font-family:courier new"&gt;SqlParameter p = new SqlParameter(&amp;quot;@id&amp;quot;, &amp;quot;4&amp;quot;);&lt;br&gt;
string sql = &amp;quot;UPDATE myTable SET active = 'Y' WHERE ID = @id &amp;quot;;&lt;br&gt;
List&amp;lt;Gallery&amp;gt; myList = dataAccessInstance.SelectList(sql, CommandType.Text, new SqlParameter[] { p });&lt;br&gt;
&lt;/span&gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;
Hi ad5qa,&lt;br&gt;
&lt;br&gt;
Usually, you would update an item with the other methods provided in the data access class. The idea is to use the strongly typed objects to move your records around your application and save them back to the database. The best idea I have for you is something like this:&lt;br&gt;
&lt;br&gt;
&lt;span style="font-family:courier new"&gt;//get the record from the database&lt;br&gt;
Gallery gal = dataAccessInstance.Select(4); //assume you choose ID as the key for your row&lt;br&gt;
gal.active = &amp;quot;Y&amp;quot;;&lt;br&gt;
//save the record back to the database&lt;br&gt;
gal = dataAccessInstance.Save(gal);&lt;br&gt;
&lt;/span&gt;&lt;br&gt;
All of the work is already done for you in the Select and Save methods. The only time you should need to pass your own SQL statements through the data access class are when you are doing something other than selecting by ID/Key or doing some other non-CRUD operation. I only added the SelectList method so that the data access class could be expanded easily. You might create your own stored procedure that still returns a full set of records, but performs some other logic, too. That is when you would use the SelectList method.&lt;br&gt;
&lt;br&gt;
If that's as clear as mud, please reply.&lt;br&gt;
&lt;br&gt;
Thanks.&lt;br&gt;
-Jason&lt;br&gt;
&lt;/div&gt;</description><author>whatsit</author><pubDate>Mon, 09 Jun 2008 02:14:26 GMT</pubDate><guid isPermaLink="false">NEW POST: CMD Param and SelectList 20080609021426A</guid></item><item><title>NEW POST: CMD Param and SelectList</title><link>http://www.codeplex.com/ClassBuilderWizard/Thread/View.aspx?ThreadId=28920</link><description>&lt;div style="line-height: normal;"&gt;Very nice, thanks for the example. How about to edit a record?&lt;br&gt;
&lt;br&gt;
Would I just modify the parameters? I cant try it out right now but I thought I would ask for the est method. I am sure someone else would like a walkthru also, so this is a great forum for some FAQ.&lt;br&gt;
&lt;br&gt;
&lt;span style="font-family:courier new"&gt;SqlParameter p = new SqlParameter(&amp;quot;@id&amp;quot;, &amp;quot;4&amp;quot;);&lt;br&gt;
string sql = &amp;quot;UPDATE myTable SET active = 'Y' WHERE ID = @id &amp;quot;;&lt;br&gt;
List&amp;lt;Gallery&amp;gt; myList = dataAccessInstance.SelectList(sql, CommandType.Text, new SqlParameter[] { p });&lt;br&gt;
&lt;/span&gt;
&lt;/div&gt;</description><author>ad5qa</author><pubDate>Mon, 09 Jun 2008 00:41:34 GMT</pubDate><guid isPermaLink="false">NEW POST: CMD Param and SelectList 20080609124134A</guid></item><item><title>NEW POST: CMD Param and SelectList</title><link>http://www.codeplex.com/ClassBuilderWizard/Thread/View.aspx?ThreadId=28920</link><description>&lt;div style="line-height: normal;"&gt;&lt;br&gt;
&lt;div style="border-right:medium none;padding-right:0.2em;border-top:#aaa 0.1em dotted;padding-left:0.2em;padding-bottom:0.2em;margin:1em 0em 2.5em 3em;border-left:medium none;padding-top:0.2em;border-bottom:#aaa 0.1em dotted;font-style:italic"&gt;&lt;br&gt;
ad5qa wrote:&lt;br&gt;
I am not to familiar with command parameters. Can someone give me a tip on using the folowing.&lt;br&gt;
&lt;br&gt;
List&amp;lt;Gallery&amp;gt; GaleryDataAccess.SelectList(string sql, System.Data.CommandType commandType, System.Data.SqlClient.SqlParameters[] parameters);&lt;br&gt;
&lt;br&gt;
Lets say I want to SELECT * FROM Gallery WHERE Catagory = 'Missionaries'&lt;br&gt;
&lt;br&gt;
Thanks for any help &lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;
Hi ad5qa,&lt;br&gt;
&lt;br&gt;
If you just want to execute your SQL statement as-is, you can call the SelectList method like this:&lt;br&gt;
&lt;br&gt;
&lt;span style="font-family:courier new"&gt;List&amp;lt;Gallery&amp;gt; myList = dataAccessInstance.SelectList(&amp;quot;SELECT * FROM Gallery WHERE Category='Missionaries'&amp;quot;, CommandType.Text, new SqlParameter[] { });&lt;br&gt;
&lt;/span&gt;&lt;br&gt;
Another way to use it would be to create a parameter for the value you want to pass to the query, like this:&lt;br&gt;
&lt;span style="font-family:courier new"&gt;SqlParameter p = new SqlParameter(&amp;quot;@Category&amp;quot;, &amp;quot;Missionaries&amp;quot;);&lt;br&gt;
List&amp;lt;Gallery&amp;gt; myList = dataAccessInstance.SelectList(&amp;quot;SELECT * FROM Gallery WHERE Category=@Category&amp;quot;, CommandType.Text, new SqlParameter[] { p });&lt;br&gt;
&lt;/span&gt;&lt;br&gt;
I hope that clarifies it for you. If you have any questions, please feel free to reply to this thread.&lt;br&gt;
&lt;br&gt;
Thanks.&lt;br&gt;
-Jason&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>whatsit</author><pubDate>Sun, 08 Jun 2008 04:32:35 GMT</pubDate><guid isPermaLink="false">NEW POST: CMD Param and SelectList 20080608043235A</guid></item><item><title>NEW POST: CMD Param and SelectList</title><link>http://www.codeplex.com/ClassBuilderWizard/Thread/View.aspx?ThreadId=28920</link><description>&lt;div style="line-height: normal;"&gt;I am not to familiar with command parameters. Can someone give me a tip on using the folowing.&lt;br&gt;
&lt;br&gt;
List&amp;lt;Gallery&amp;gt; GaleryDataAccess.SelectList(string sql, System.Data.CommandType commandType, System.Data.SqlClient.SqlParameters[] parameters);&lt;br&gt;
&lt;br&gt;
Lets say I want to SELECT * FROM Gallery WHERE Catagory = 'Missionaries'&lt;br&gt;
&lt;br&gt;
Thanks for any help
&lt;/div&gt;</description><author>ad5qa</author><pubDate>Tue, 03 Jun 2008 01:36:31 GMT</pubDate><guid isPermaLink="false">NEW POST: CMD Param and SelectList 20080603013631A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/ClassBuilderWizard/SourceControl/ListDownloadableCommits.aspx</link><description>Check-in for version 3</description><author>whatsit</author><pubDate>Mon, 26 May 2008 21:28:49 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080526092849P</guid></item><item><title>NEW POST: General Comments</title><link>http://www.codeplex.com/ClassBuilderWizard/Thread/View.aspx?ThreadId=12851</link><description>&lt;div style="line-height: normal;"&gt;&lt;br&gt;
&lt;div style="border-right:medium none;padding-right:0.2em;border-top:#aaa 0.1em dotted;padding-left:0.2em;padding-bottom:0.2em;margin:1em 0em 2.5em 3em;border-left:medium none;padding-top:0.2em;border-bottom:#aaa 0.1em dotted;font-style:italic"&gt;&lt;br&gt;
yousaid wrote:&lt;br&gt;
...&lt;br&gt;
UNRELATED.&lt;br&gt;
&lt;br&gt;
I noticed this line in the generated class file: &lt;br&gt;
--------------------------------------------------------------&lt;br&gt;
VB&lt;br&gt;
Dim newEx As System.Exception = New System.Exception(&amp;quot;From Save. See inner exception.&amp;quot;, ex)&lt;br&gt;
--------------------------------------------------------------&lt;br&gt;
Specifically, I am refering to &amp;quot; See inner Exception&amp;quot;. What exactely is it referencing?&lt;br&gt;
This line only occurs in tables with Foreign Keys. Is there an easy way to use a related table? Eg.&lt;br&gt;
Products Table has Category Id as a foreign key. But I want the category name to be rendered in a dropdown FROM the CATEGORY table.&lt;br&gt;
Any Ideas?&lt;br&gt;
Thanks again and GREAT JOB !&lt;br&gt;
cheers,&lt;br&gt;
yousaid&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
Hi yousaid,&lt;br&gt;
The newest feature of the Data Access class is that it keeps a list of all of the errors that occured in the instance you are using. This seems to be a good way to let your business logic know about problems on the data layer without tearing down your app domain by throwing an exception.&lt;br&gt;
&lt;br&gt;
You will notice that the System.Exception class has a property on it called &amp;quot;InnerException.&amp;quot; If you were to read through the list of errors the Data Access class encountered, you would need to look at this property to see what the error actually was. The note about &amp;quot;See inner Exception&amp;quot; is just a way of telling where (what method) the exception was thrown. If that was not there and you performed multiple operations with the Data Access class, you might not know which of your method calls actually failed.&lt;br&gt;
&lt;br&gt;
As far as your category problem goes: I would generate an entity and data access class for the category table. You can use the SelectAll method to retrieve the categories and populate your dropdown. Make sure to bind the id / foreign key of the category to the data value of the list.&lt;br&gt;
&lt;br&gt;
Thanks.&lt;br&gt;
-Jason
&lt;/div&gt;</description><author>whatsit</author><pubDate>Thu, 15 May 2008 14:08:52 GMT</pubDate><guid isPermaLink="false">NEW POST: General Comments 20080515020852P</guid></item><item><title>CLOSED ISSUE: Error After Install  of V3.0</title><link>http://www.codeplex.com/ClassBuilderWizard/WorkItem/View.aspx?WorkItemId=4683</link><description>After uninstalling V 2.0 and installing 3.0, ClassBuilder 3.0 will not run. It throws this error&lt;br /&gt;-------------------------------------------------------------------------------------------------------&lt;br /&gt;---------------------------&lt;br /&gt;Microsoft Visual Studio&lt;br /&gt;---------------------------&lt;br /&gt;Error&amp;#58; this template attempted to load an untrusted component &amp;#39;ClassBuilderWizard, Version&amp;#61;2.2.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;d66ed855fe72ec20, Custom&amp;#61;null&amp;#39;.  For more information on this problem and how to enable this template, please see documentation on Customizing Project Templates.&lt;br /&gt;----------------------------------------------------------------------------------------------------&lt;br /&gt;Looks like the 3.0 does not properly register itself and remnants of V2.0 are stuck in the registry.&lt;br /&gt;Any Ideas&amp;#63;&lt;br /&gt;cheers,&lt;br /&gt;yousaid&lt;br /&gt;</description><author>whatsit</author><pubDate>Thu, 15 May 2008 13:57:46 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Error After Install  of V3.0 20080515015746P</guid></item><item><title>NEW POST: General Comments</title><link>http://www.codeplex.com/ClassBuilderWizard/Thread/View.aspx?ThreadId=12851</link><description>&lt;div style="line-height: normal;"&gt;THIS IS a cross Post. I made a mistake and posted it in  Issues.&lt;br&gt;
----------------------------------------------------------------------&lt;br&gt;
&lt;br&gt;
GREAT JOB, it works now !&lt;br&gt;
The new build fixed the issue on both systems. You can now close this issue. I have one question that is &lt;br&gt;
&lt;br&gt;
&lt;br&gt;
UNRELATED.&lt;br&gt;
&lt;br&gt;
I noticed this line in the generated class file: &lt;br&gt;
--------------------------------------------------------------&lt;br&gt;
VB&lt;br&gt;
Dim newEx As System.Exception = New System.Exception(&amp;quot;From Save. See inner exception.&amp;quot;, ex)&lt;br&gt;
--------------------------------------------------------------&lt;br&gt;
Specifically, I am refering to &amp;quot; See inner Exception&amp;quot;. What exactely is it referencing?&lt;br&gt;
This line only occurs in tables with Foreign Keys. Is there an easy way to use a related table? Eg.&lt;br&gt;
Products Table has Category Id as a foreign key. But I want the category name to be rendered in a dropdown FROM the CATEGORY table.&lt;br&gt;
Any Ideas?&lt;br&gt;
Thanks again and GREAT JOB !&lt;br&gt;
cheers,&lt;br&gt;
yousaid&lt;br&gt;
&lt;/div&gt;</description><author>yousaid</author><pubDate>Wed, 14 May 2008 21:07:57 GMT</pubDate><guid isPermaLink="false">NEW POST: General Comments 20080514090757P</guid></item><item><title>COMMENTED ISSUE: Error After Install  of V3.0</title><link>http://www.codeplex.com/ClassBuilderWizard/WorkItem/View.aspx?WorkItemId=4683</link><description>After uninstalling V 2.0 and installing 3.0, ClassBuilder 3.0 will not run. It throws this error&lt;br /&gt;-------------------------------------------------------------------------------------------------------&lt;br /&gt;---------------------------&lt;br /&gt;Microsoft Visual Studio&lt;br /&gt;---------------------------&lt;br /&gt;Error&amp;#58; this template attempted to load an untrusted component &amp;#39;ClassBuilderWizard, Version&amp;#61;2.2.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;d66ed855fe72ec20, Custom&amp;#61;null&amp;#39;.  For more information on this problem and how to enable this template, please see documentation on Customizing Project Templates.&lt;br /&gt;----------------------------------------------------------------------------------------------------&lt;br /&gt;Looks like the 3.0 does not properly register itself and remnants of V2.0 are stuck in the registry.&lt;br /&gt;Any Ideas&amp;#63;&lt;br /&gt;cheers,&lt;br /&gt;yousaid&lt;br /&gt;Comments: ** Comment from web user: yousaid ** &lt;p&gt;GREAT JOB, it works now &amp;#33;&lt;br /&gt;The new build fixed the issue on both systems.  You can now close this issue. I have one question that is &lt;/p&gt;&lt;p&gt;&lt;br /&gt;UNRELATED.&lt;/p&gt;&lt;p&gt;I noticed this line in the generated class file&amp;#58; &lt;br /&gt;--------------------------------------------------------------&lt;br /&gt;VB&lt;br /&gt;            Dim newEx As System.Exception &amp;#61; New System.Exception&amp;#40;&amp;#34;From Save. See inner exception.&amp;#34;, ex&amp;#41;&lt;br /&gt;--------------------------------------------------------------&lt;br /&gt;Specifically, I am refering to  &amp;#34; See inner Exception&amp;#34;. What exactely is it referencing&amp;#63;&lt;br /&gt;This line only occurs in tables with Foreign Keys.  Is there an easy way to use a related table&amp;#63; Eg.&lt;br /&gt;Products Table has Category Id as a foreign key. But I want the category name to be rendered in a dropdown FROM the CATEGORY table.&lt;br /&gt;Any Ideas&amp;#63;&lt;br /&gt;Thanks again and GREAT JOB &amp;#33;&lt;br /&gt;cheers,&lt;br /&gt;yousaid&lt;br /&gt;&lt;/p&gt;</description><author>yousaid</author><pubDate>Wed, 14 May 2008 18:18:29 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Error After Install  of V3.0 20080514061829P</guid></item><item><title>UPDATED RELEASE: Class Builder Wizard 3.0.2 (May 12, 2008)</title><link>http://www.codeplex.com/ClassBuilderWizard/Release/ProjectReleases.aspx?ReleaseId=13363</link><description>As always, uninstall the previous version and install this latest version. Hopefully we can stop building and re-building today and we finally have a stable release for 3.x. Thanks to all that helped test this new version.&lt;br /&gt;&lt;br /&gt;Updated installer to install proper web templates for version 3.0.2. If you downloaded and installed prior to 05&amp;#47;13&amp;#47;2008 5&amp;#58;40pm U.S. Central Time, please download again.</description><author></author><pubDate>Wed, 14 May 2008 13:51:01 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Class Builder Wizard 3.0.2 (May 12, 2008) 20080514015101P</guid></item><item><title>NEW POST: General Comments</title><link>http://www.codeplex.com/ClassBuilderWizard/Thread/View.aspx?ThreadId=12851</link><description>&lt;div style="line-height: normal;"&gt;Hi yousaid,&lt;br&gt;
&lt;br&gt;
I just updated the installer for 3.0.2 with a fix that will hopefully fix your issue. The version of the program is still 3.0.2 (no code changes); just a configuration change on the installer. So, please re-download the 3.0.2 installer, uninstall all previous versions, and install the downloaded 3.0.2 package.&lt;br&gt;
As always, please let me know your results.&lt;br&gt;
&lt;br&gt;
Thanks.&lt;br&gt;
-Jason&lt;br&gt;
&lt;/div&gt;</description><author>whatsit</author><pubDate>Tue, 13 May 2008 22:38:18 GMT</pubDate><guid isPermaLink="false">NEW POST: General Comments 20080513103818P</guid></item><item><title>UPDATED RELEASE: Class Builder Wizard 3.0.2 (May 12, 2008)</title><link>http://www.codeplex.com/ClassBuilderWizard/Release/ProjectReleases.aspx?ReleaseId=13363</link><description>As always, uninstall the previous version and install this latest version. Hopefully we can stop building and re-building today and we finally have a stable release for 3.x. Thanks to all that helped test this new version.&lt;br /&gt;&lt;br /&gt;05&amp;#47;13&amp;#47;2008 - Updated installer to install proper web templates for version 3.0.2. If you downloaded and installed prior to 05&amp;#47;13&amp;#47;2008 5&amp;#58;40pm U.S. Central Time, please download again.</description><author></author><pubDate>Tue, 13 May 2008 22:37:30 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Class Builder Wizard 3.0.2 (May 12, 2008) 20080513103730P</guid></item><item><title>NEW POST: General Comments</title><link>http://www.codeplex.com/ClassBuilderWizard/Thread/View.aspx?ThreadId=12851</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I still have the same problem. Infact, I am getting same behavior on two different machines.&lt;/p&gt;
&lt;p&gt;Machine  #1: Laptop, XP SP1, VS 2008 Pro and VS Web Developer installed. VS Extensions is also installed  including Dynamic Data preview, etc.&lt;/p&gt;
&lt;p&gt;Machine #2: Is a Desktop with same applications installed.&lt;/p&gt;
&lt;p&gt;Here is what I have done: &lt;/p&gt;
&lt;p&gt;(1) Uninstalled existing 2.2. xxx versions.&lt;br&gt;
(2) Installed 3.1 xxx.&lt;br&gt;
Then tried to use the wizard from an app., I get the error I posted.&lt;/p&gt;
&lt;p&gt;Then I reinstalled v2.2.xx and THEN installed 3.1.xxx  WITHOUT unistalling 2.2.xxx version.&lt;/p&gt;
&lt;p&gt;Then tried to use the wizard from an app, The error is NOT thrown, BUT the WIZARD loads a blank window and does not pick up the DB, just blank.&lt;/p&gt;
&lt;p&gt;Behavior is consistent on both machines. I have even uninstalled it from  GAC, but still not working.&lt;br&gt;
Here is the link to error&lt;br&gt;
&lt;a href="http://www.codeplex.com/ClassBuilderWizard/WorkItem/View.aspx?WorkItemId=4683"&gt;http://www.codeplex.com/ClassBuilderWizard/WorkItem/View.aspx?WorkItemId=4683&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Just wondering....... Do I need to Delete every app built with v2.2 in the GAC?&lt;br&gt;
Any ideas?&lt;br&gt;
Thanks&lt;br&gt;
yousaid&lt;/p&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>yousaid</author><pubDate>Tue, 13 May 2008 21:04:50 GMT</pubDate><guid isPermaLink="false">NEW POST: General Comments 20080513090450P</guid></item></channel></rss>