<?xml version="1.0" encoding="utf-8"?>
<!--  RSS generated by Socal Media Productions on 10/29/2008 4:12:35 PM -->
<rss version="2.0">
   <channel>
	<title>Socal Media Productions</title>
	<link>http://socalmp.com/blog/</link>
	<description>The author is a small business IT consultant with many years of experience developing websites.</description>
	<language>en-US</language>
	<lastBuildDate>Wed, 29 Oct 2008 16:12:35 GMT</lastBuildDate>
	<category domain="http://socalmp.com/blog/">Socal Media Productions</category>
	<generator>BP Blog 7.0</generator>
	<item>
		<title>Parameter name: UltraGridDesignerDialog constructor - null grid parameter! </title>
		<link>http://socalmp.com/blog/template_permalink.asp?id=106</link>
		<guid isPermaLink="true">http://socalmp.com/blog/template_permalink.asp?id=106</guid>
		<description>The references became corrupted some how and this caused the license.licx file to become corrupted.So, what fixed it for me was dropping my references, deleting my entire bin directory, re-adding the references, and recompile.Finally, make sure that...</description>
		<pubDate>Wed, 29 Oct 2008 16:12:35 GMT</pubDate>
		<category domain="http://socalmp.com/blog/template_archives_cat.asp?cat=1">Blog</category>
	</item>
	<item>
		<title>Masked TextBox</title>
		<link>http://socalmp.com/blog/template_permalink.asp?id=105</link>
		<guid isPermaLink="true">http://socalmp.com/blog/template_permalink.asp?id=105</guid>
		<description>Here are some important characters for custom masks: Character Mask value0 (zero)Required digit9Optional digitARequired alphanumericaOptional alphanumericRequired Unicode characterCOptional Unicode character#Optional digit or space, or plus or minus...</description>
		<pubDate>Wed, 15 Oct 2008 21:32:45 GMT</pubDate>
		<category domain="http://socalmp.com/blog/template_archives_cat.asp?cat=1">Blog</category>
	</item>
	<item>
		<title>An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. </title>
		<link>http://socalmp.com/blog/template_permalink.asp?id=103</link>
		<guid isPermaLink="true">http://socalmp.com/blog/template_permalink.asp?id=103</guid>
		<description>An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. For some Reason I needed...</description>
		<pubDate>Thu, 19 Jun 2008 22:59:13 GMT</pubDate>
		<category domain="http://socalmp.com/blog/template_archives_cat.asp?cat=13">C# scripting</category>
	</item>
	<item>
		<title>Invalid object name 'SiteSettings'.</title>
		<link>http://socalmp.com/blog/template_permalink.asp?id=102</link>
		<guid isPermaLink="true">http://socalmp.com/blog/template_permalink.asp?id=102</guid>
		<description>I got this error when I was installing the ClubSite starter Kit on Godaddy's servers.The Table is not created in the Database when the .sql script is run. Run this in your query analyzer. CREATE TABLE [dbo].[SiteSettings](    [SiteID] [int] IDENTITY(1,1)...</description>
		<pubDate>Thu, 19 Jun 2008 22:06:20 GMT</pubDate>
		<category domain="http://socalmp.com/blog/template_archives_cat.asp?cat=13">C# scripting</category>
	</item>
	<item>
		<title>System.Deployment. Application. Deployment Download Exception (Unknown subtype)</title>
		<link>http://socalmp.com/blog/template_permalink.asp?id=101</link>
		<guid isPermaLink="true">http://socalmp.com/blog/template_permalink.asp?id=101</guid>
		<description>1). All you have to do is to add the .manifest = application/manifest and.deploy=application/octet-stream in the IIS root directory's - Properties - HTTP Headers - MIME Types.RightClick the Default Web Site of your IIS , then Select Properties, then...</description>
		<pubDate>Thu, 22 May 2008 15:29:12 GMT</pubDate>
		<category domain="http://socalmp.com/blog/template_archives_cat.asp?cat=1">Blog</category>
	</item>
	<item>
		<title>An expression of non-boolean type specified in a context where a condition is expected, near ')'</title>
		<link>http://socalmp.com/blog/template_permalink.asp?id=100</link>
		<guid isPermaLink="true">http://socalmp.com/blog/template_permalink.asp?id=100</guid>
		<description>This is an syntax error in SQL when the 'if' statement is not correctly formatted.In SQL an 'if' statement in a stored procedure can look like this: IF  'condition'BEGIN'statement'END When the conditional statement is not formattted correctly you'll...</description>
		<pubDate>Sat, 17 May 2008 10:01:54 GMT</pubDate>
		<category domain="http://socalmp.com/blog/template_archives_cat.asp?cat=13">C# scripting</category>
	</item>
	<item>
		<title>Operator  '&&' cannot be applied to operands of type 'bool' and 'string'</title>
		<link>http://socalmp.com/blog/template_permalink.asp?id=99</link>
		<guid isPermaLink="true">http://socalmp.com/blog/template_permalink.asp?id=99</guid>
		<description>I ran into this error when I was creating some validation logic with an 'if' statement.  It went something like this:if (txtfield1.Text =  || (txtfield2.Text =  || txtfield3.Text = )){// display error message}You need to use double equal signs in this...</description>
		<pubDate>Sat, 17 May 2008 09:50:17 GMT</pubDate>
		<category domain="http://socalmp.com/blog/template_archives_cat.asp?cat=13">C# scripting</category>
	</item>
	<item>
		<title>Culture 'en' is a neutral culture. It cannot be used in formatting and parsing and therefore cannot be set as the thread's current culture.</title>
		<link>http://socalmp.com/blog/template_permalink.asp?id=98</link>
		<guid isPermaLink="true">http://socalmp.com/blog/template_permalink.asp?id=98</guid>
		<description>Culture 'en' is a neutral culture. It cannot be used in formatting and parsing and therefore cannot be set as the thread's current culture. I ran into this problem when I was using  a method to check for a numeric string.  I'll post this method in...</description>
		<pubDate>Sat, 17 May 2008 09:16:42 GMT</pubDate>
		<category domain="http://socalmp.com/blog/template_archives_cat.asp?cat=13">C# scripting</category>
	</item>
	<item>
		<title>Export DataGridView to Excel</title>
		<link>http://socalmp.com/blog/template_permalink.asp?id=96</link>
		<guid isPermaLink="true">http://socalmp.com/blog/template_permalink.asp?id=96</guid>
		<description> private void ExportGridView()        {           Excel.Application m_objExcel = new Excel.Application();           Excel.Workbooks m_objBooks = (Excel.Workbooks)m_objExcel.Workbooks;           Excel._Workbook m_objBook = (Excel._Workbook)(m_objBooks.Add(Excel.XlWBATemplate.xlWBATWorksheet));...</description>
		<pubDate>Tue, 4 Mar 2008 15:51:16 GMT</pubDate>
		<category domain="http://socalmp.com/blog/template_archives_cat.asp?cat=13">C# scripting</category>
	</item>
	<item>
		<title>A first chance exception of type 'System ArgumentNullException' occurred in mscorlib.dll</title>
		<link>http://socalmp.com/blog/template_permalink.asp?id=95</link>
		<guid isPermaLink="true">http://socalmp.com/blog/template_permalink.asp?id=95</guid>
		<description>I got this error during some win form development.  Check all of you reference paths, naviation links, etc.I tried to call a dll in my navigation that was misspelled.Please support this blog by clicking my my sponsors to the right. good luck</description>
		<pubDate>Fri, 29 Feb 2008 16:40:11 GMT</pubDate>
		<category domain="http://socalmp.com/blog/template_archives_cat.asp?cat=13">C# scripting</category>
	</item>
	</channel>
</rss>
