<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-2297698770491701674.post1952945029161876388..comments</id><updated>2008-10-22T08:22:35.169-07:00</updated><category term='Web Form Builder'/><category term='COT Tools for Excel'/><category term='Web App Generator'/><category term='User Interface'/><category term='Reports'/><category term='MySQL'/><category term='Designer'/><category term='Database Lookups'/><category term='ASP.NET Membership'/><category term='SQL Server'/><category term='Video Tutorial'/><category term='Deployment'/><category term='SharePoint'/><category term='AJAX'/><category term='Globalization and Localization'/><category term='Security'/><category term='Web Application Generator'/><category term='Oracle'/><category term='Application Factory'/><category term='Data Sheet'/><category term='Web 2.0'/><category term='Azure'/><category term='EASE'/><category term='ASP.NET'/><category term='Code Generator'/><category term='Web.Config'/><category term='Charts'/><category term='Data Aquarium Framework'/><category term='DotNetNuke'/><category term='Business Rules/Logic'/><category term='Release Notes'/><category term='ASP.NET Code Generator'/><category term='SQL Anywhere'/><category term='Tips and Tricks'/><category term='ASP.NET 3.5'/><category term='BLOB'/><category term='Cloud'/><category term='Installation'/><category term='Master/Detail'/><title type='text'>Comments on Code On Time: Working With Binary Large Objects (BLOB)</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.codeontime.com/feeds/1952945029161876388/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2297698770491701674/1952945029161876388/comments/default'/><link rel='alternate' type='text/html' href='http://blog.codeontime.com/2008/09/working-with-binary-large-objects-blob.html'/><author><name>Customer Service</name><uri>http://www.blogger.com/profile/04471166550881539854</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2297698770491701674.post-7388888588909200733</id><published>2008-10-22T08:22:00.000-07:00</published><updated>2008-10-22T08:22:00.000-07:00</updated><title type='text'>Lloyd,&lt;br&gt;&lt;br&gt;This is a bug caused by code generat...</title><content type='html'>Lloyd,&lt;BR/&gt;&lt;BR/&gt;This is a bug caused by code generation template. We will fix the problem in the October release of the product.&lt;BR/&gt;&lt;BR/&gt;You can correct the problem by replacing the line 314 as follows:&lt;BR/&gt;&lt;BR/&gt; If ((value Is Nothing) OrElse DBNull.Value.Equals(value)) Then</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2297698770491701674/1952945029161876388/comments/default/7388888588909200733'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2297698770491701674/1952945029161876388/comments/default/7388888588909200733'/><link rel='alternate' type='text/html' href='http://blog.codeontime.com/2008/09/working-with-binary-large-objects-blob.html?showComment=1224688920000#c7388888588909200733' title=''/><author><name>Code OnTime</name><uri>http://codeontime.com/support.aspx</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.codeontime.com/2008/09/working-with-binary-large-objects-blob.html' ref='tag:blogger.com,1999:blog-2297698770491701674.post-1952945029161876388' source='http://www.blogger.com/feeds/2297698770491701674/posts/default/1952945029161876388' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-372739684'/></entry><entry><id>tag:blogger.com,1999:blog-2297698770491701674.post-6765660688449992022</id><published>2008-10-21T19:11:00.000-07:00</published><updated>2008-10-21T19:11:00.000-07:00</updated><title type='text'>Error when uploading a file:&lt;br&gt;&lt;br&gt;Server Error i...</title><content type='html'>Error when uploading a file:&lt;BR/&gt;&lt;BR/&gt;Server Error in '/Northwind' Application.&lt;BR/&gt;--------------------------------------------------------------------------------&lt;BR/&gt;&lt;BR/&gt;Operator '=' is not defined for type 'Byte()' and 'Nothing'. &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.InvalidCastException: Operator '=' is not defined for type 'Byte()' and 'Nothing'.&lt;BR/&gt;&lt;BR/&gt;Source Error: &lt;BR/&gt;&lt;BR/&gt;&lt;BR/&gt;Line 312:        &lt;BR/&gt;Line 313:        Public Overloads Function AddParameter(ByVal parameterName As String, ByVal value As Object) As DbParameter&lt;BR/&gt;Line 314:            If ((value = Nothing) OrElse DBNull.Value.Equals(value)) Then&lt;BR/&gt;Line 315:                Return AddParameterWithoutValue(parameterName)&lt;BR/&gt;Line 316:            Else&lt;BR/&gt; &lt;BR/&gt;&lt;BR/&gt;Source File: C:\Documents and Settings\Administrator.KNOWLEDGE5\My Documents\Code OnTime\Projects\Data Aquarium\Northwind\App_Code\Data\DataAccess.vb    Line: 314 &lt;BR/&gt;&lt;BR/&gt;Stack Trace: &lt;BR/&gt;&lt;BR/&gt;&lt;BR/&gt;[InvalidCastException: Operator '=' is not defined for type 'Byte()' and 'Nothing'.]&lt;BR/&gt;   Microsoft.VisualBasic.CompilerServices.Operators.InvokeUserDefinedOperator(UserDefinedOperator Op, Object[] Arguments) +71&lt;BR/&gt;   Microsoft.VisualBasic.CompilerServices.Operators.ConditionalCompareObjectEqual(Object Left, Object Right, Boolean TextCompare) +112&lt;BR/&gt;   MyCompany.Data.SqlStatement.AddParameter(String parameterName, Object value) in C:\Documents and Settings\Administrator.KNOWLEDGE5\My Documents\Code OnTime\Projects\Data Aquarium\Northwind\App_Code\Data\DataAccess.vb:314&lt;BR/&gt;   Uploader.Submit_Click(Object sender, EventArgs e) in C:\Documents and Settings\Administrator.KNOWLEDGE5\My Documents\Code OnTime\Projects\Data Aquarium\Northwind\Uploader.aspx.vb:20&lt;BR/&gt;   System.EventHandler.Invoke(Object sender, EventArgs e) +0&lt;BR/&gt;   System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111&lt;BR/&gt;   System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110&lt;BR/&gt;   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10&lt;BR/&gt;   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13&lt;BR/&gt;   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36&lt;BR/&gt;   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565&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</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2297698770491701674/1952945029161876388/comments/default/6765660688449992022'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2297698770491701674/1952945029161876388/comments/default/6765660688449992022'/><link rel='alternate' type='text/html' href='http://blog.codeontime.com/2008/09/working-with-binary-large-objects-blob.html?showComment=1224641460000#c6765660688449992022' title=''/><author><name>Lloyd Merithew</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.codeontime.com/2008/09/working-with-binary-large-objects-blob.html' ref='tag:blogger.com,1999:blog-2297698770491701674.post-1952945029161876388' source='http://www.blogger.com/feeds/2297698770491701674/posts/default/1952945029161876388' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1286979078'/></entry></feed>
