<?xml version="1.0" encoding="utf-8"?>
<!--  RSS generated by Socal Media Productions on 2/1/2012 3:59:17 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, 1 Feb 2012 15:59:17 GMT</lastBuildDate>
	<category domain="http://socalmp.com/blog/">Socal Media Productions</category>
	<generator>BP Blog 7.0</generator>
	<item>
		<title>Unable to connect to SQL Server database. Role Provider</title>
		<link>http://socalmp.com/blog/template_permalink.asp?id=123</link>
		<guid isPermaLink="true">http://socalmp.com/blog/template_permalink.asp?id=123</guid>
		<description>Unable to connect to SQL Server database. at System.Web.Administration.WebAdminPage.CallWebAdminHelperMethod(Boolean isMembership, String methodName, Object[] parameters, Type[] paramTypes) at ASP.security_roles_manageallroles_aspx.BindGrid() at ASP.security_roles_manageallroles_aspx.Page_Load()...</description>
		<pubDate>Wed, 1 Feb 2012 15:59:16 GMT</pubDate>
		<category domain="http://socalmp.com/blog/template_archives_cat.asp?cat=13">C# scripting</category>
	</item>
	<item>
		<title>Could not find default endpoint element that references contract</title>
		<link>http://socalmp.com/blog/template_permalink.asp?id=122</link>
		<guid isPermaLink="true">http://socalmp.com/blog/template_permalink.asp?id=122</guid>
		<description>I received this error while adding a reference to a WCF service in a windows form application with multiple projects.Error: Could not find default endpoint element that references contract '*' in the ServiceModel Client configuration section. This...</description>
		<pubDate>Fri, 26 Aug 2011 11:31:07 GMT</pubDate>
		<category domain="http://socalmp.com/blog/template_archives_cat.asp?cat=13">C# scripting</category>
	</item>
	<item>
		<title>Get IP address of local computer C#</title>
		<link>http://socalmp.com/blog/template_permalink.asp?id=116</link>
		<guid isPermaLink="true">http://socalmp.com/blog/template_permalink.asp?id=116</guid>
		<description>string m_sessionIp = ;IPAddress[] localAddies = Dns.GetHostAddresses(Dns.GetHostName());            //need to send the network address of the client computer. this could have multiple address with different versions(IPv4,IPv6)            for (int i...</description>
		<pubDate>Wed, 3 Aug 2011 10:40:44 GMT</pubDate>
		<category domain="http://socalmp.com/blog/template_archives_cat.asp?cat=13">C# scripting</category>
	</item>
	<item>
		<title>* is a field but is used as a type</title>
		<link>http://socalmp.com/blog/template_permalink.asp?id=115</link>
		<guid isPermaLink="true">http://socalmp.com/blog/template_permalink.asp?id=115</guid>
		<description>I ran into this when defining a web server class inquery and response. public partial class WebLogger : System.Web.UI.Page    {            LogToService srvs = new LogToService();            LogTo inq = new SoapPW_LogTo.LogTo();            Service_header...</description>
		<pubDate>Wed, 3 Aug 2011 10:35:21 GMT</pubDate>
		<category domain="http://socalmp.com/blog/template_archives_cat.asp?cat=13">C# scripting</category>
	</item>
	<item>
		<title>Interop type 'Microsoft.Office Interop Excel ApplicationClass' cannot be embedded. Use the applicable interface instead.</title>
		<link>http://socalmp.com/blog/template_permalink.asp?id=114</link>
		<guid isPermaLink="true">http://socalmp.com/blog/template_permalink.asp?id=114</guid>
		<description>I experienced this when upgrading the project references from 3.5 to framework 4.0change:Microsoft.Office.Interop.Excel.ApplicationClass();toMicrosoft.Office.Interop.Excel.Application();good luck</description>
		<pubDate>Fri, 3 Jun 2011 15:42:14 GMT</pubDate>
		<category domain="http://socalmp.com/blog/template_archives_cat.asp?cat=13">C# scripting</category>
	</item>
	<item>
		<title>How to Avoid Using Cursors in MS SQL</title>
		<link>http://socalmp.com/blog/template_permalink.asp?id=113</link>
		<guid isPermaLink="true">http://socalmp.com/blog/template_permalink.asp?id=113</guid>
		<description>Normal0falsefalsefalseEN-USX-NONEX-NONEMicrosoftInternetExplorer4/* Style Definitions */table.MsoNormalTable{mso-style-name:"Table Normal";mso-tstyle-rowband-size:0;mso-tstyle-colband-size:0;mso-style-noshow:yes;mso-style-priority:99;mso-style-qformat:yes;mso-style-parent:"";mso-padding-alt:0in...</description>
		<pubDate>Thu, 19 May 2011 19:50:07 GMT</pubDate>
		<category domain="http://socalmp.com/blog/template_archives_cat.asp?cat=13">C# scripting</category>
	</item>
	<item>
		<title>The Value expression for the textrun ‘*’ uses an aggregate function with an expression that returned a data type not valid for the aggregate function.</title>
		<link>http://socalmp.com/blog/template_permalink.asp?id=112</link>
		<guid isPermaLink="true">http://socalmp.com/blog/template_permalink.asp?id=112</guid>
		<description>[rsAggregateOfInvalidExpressionDataType] The Value expression for the textrun * uses an aggregate function with an expression that returned a data type not valid for the aggregate function.I recieved this error in SSRS 2008 R2.Check your Syntax:I had:...</description>
		<pubDate>Mon, 16 May 2011 15:56:26 GMT</pubDate>
		<category domain="http://socalmp.com/blog/template_archives_cat.asp?cat=13">C# scripting</category>
	</item>
	<item>
		<title>Could not load file or assembly '*' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.</title>
		<link>http://socalmp.com/blog/template_permalink.asp?id=111</link>
		<guid isPermaLink="true">http://socalmp.com/blog/template_permalink.asp?id=111</guid>
		<description>Could  not load file or assembly '*' or one of its dependencies.  This assembly is built by a runtime newer than the currently loaded  runtime and cannot be loaded.I got this when running a ASP.NET web application on Win Server 2008 64 bit.To fix this...</description>
		<pubDate>Thu, 14 Apr 2011 08:08:55 GMT</pubDate>
		<category domain="http://socalmp.com/blog/template_archives_cat.asp?cat=13">C# scripting</category>
	</item>
	<item>
		<title>SSRS Date Format</title>
		<link>http://socalmp.com/blog/template_permalink.asp?id=110</link>
		<guid isPermaLink="true">http://socalmp.com/blog/template_permalink.asp?id=110</guid>
		<description>Make sure the type in the stored procedure is DateTime or in the sql select. You may cast a string with:cast(COLUMN, as DateTime) Once the select retruns Type DateTime, then select the textbox properties  number  Date  date format Otherwise you can...</description>
		<pubDate>Thu, 10 Mar 2011 12:36:20 GMT</pubDate>
		<category domain="http://socalmp.com/blog/template_archives_cat.asp?cat=13">C# scripting</category>
	</item>
	<item>
		<title>Server Error in '/' Application. Could not load file or assembly '*' or one of its dependencies</title>
		<link>http://socalmp.com/blog/template_permalink.asp?id=109</link>
		<guid isPermaLink="true">http://socalmp.com/blog/template_permalink.asp?id=109</guid>
		<description>Normal0falsefalsefalseEN-USX-NONEX-NONEMicrosoftInternetExplorer4/* Style Definitions */table.MsoNormalTable{mso-style-name:"Table Normal";mso-tstyle-rowband-size:0;mso-tstyle-colband-size:0;mso-style-noshow:yes;mso-style-priority:99;mso-style-qformat:yes;mso-style-parent:"";mso-padding-alt:0in...</description>
		<pubDate>Wed, 23 Feb 2011 18:03:26 GMT</pubDate>
		<category domain="http://socalmp.com/blog/template_archives_cat.asp?cat=13">C# scripting</category>
	</item>
	</channel>
</rss>

