<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
    <title>Ramblings of a CTO</title>
    
    
    <link rel="alternate" type="text/html" href="http://www.cm3blog.com/ramblings_of_a_cto/" />
    <id>tag:typepad.com,2003:weblog-1652740</id>
    <updated>2009-12-22T10:41:00-05:00</updated>
    
    <generator uri="http://www.typepad.com/">TypePad</generator>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/RamblingsOfACto" /><feedburner:info uri="ramblingsofacto" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry>
        <title>ASP.Net Web Service: The test form is only available for requests from the local machine. </title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/RamblingsOfACto/~3/T9FV3jraO-A/aspnet-web-service-the-test-form-is-only-available-for-requests-from-the-local-machine-.html" />
        <link rel="replies" type="text/html" href="http://www.cm3blog.com/ramblings_of_a_cto/2009/12/aspnet-web-service-the-test-form-is-only-available-for-requests-from-the-local-machine-.html" thr:count="1" thr:updated="2010-01-25T09:31:42-05:00" />
        <id>tag:typepad.com,2003:post-6a00e5526e12cd88340120a7721a31970b</id>
        <published>2009-12-22T10:41:00-05:00</published>
        <updated>2009-12-22T10:41:00-05:00</updated>
        <summary>You create a very cool ASP.Net Web Service on your local machine. You are ready to show the world, you deploy it on the server. Then you get the following message "The test form is only available for requests from...</summary>
        <author>
            <name>Mark Perry</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="ASP.NET" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Microsoft" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.cm3blog.com/ramblings_of_a_cto/"><div xmlns="http://www.w3.org/1999/xhtml"><p>You create a very cool ASP.Net Web Service on your local machine. You are ready to show the world, you deploy it on the server. Then you get the following message "The test form is only available for requests from the local machine. " Here is what you need to fix that.</p><p /><p>Open the web config file and add the following, you will be able to access the form outside of the localhost:</p><p>&lt;configuration&gt;<br />    &lt;system.web&gt;<br />    &lt;webServices&gt;<br />        &lt;protocols&gt;<br />            &lt;add name="HttpGet"/&gt;<br />            &lt;add name="HttpPost"/&gt;<br />        &lt;/protocols&gt;<br />    &lt;/webServices&gt;<br />    &lt;/system.web&gt;<br />&lt;/configuration&gt;</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/RamblingsOfACto/~4/T9FV3jraO-A" height="1" width="1" /></div></content>


    <feedburner:origLink>http://www.cm3blog.com/ramblings_of_a_cto/2009/12/aspnet-web-service-the-test-form-is-only-available-for-requests-from-the-local-machine-.html</feedburner:origLink></entry>
    <entry>
        <title>ASP.Net Repeater, RadioButton, GroupName doesn't work</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/RamblingsOfACto/~3/s8FTPkUrwis/aspnet-repeater-radiobutton-groupname-doesnt-work.html" />
        <link rel="replies" type="text/html" href="http://www.cm3blog.com/ramblings_of_a_cto/2009/11/aspnet-repeater-radiobutton-groupname-doesnt-work.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e5526e12cd8834012875b29992970c</id>
        <published>2009-11-18T12:31:13-05:00</published>
        <updated>2009-11-18T12:31:13-05:00</updated>
        <summary>The issue is Radio Buttons Are Not Mutually Exclusive When Used in a Repeater Server Control. From Microsoft This is a known issue of ASP.NET template databound control(such as repeater, DataList ...). When you put RadioButton in such control's template,...</summary>
        <author>
            <name>Mark Perry</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="ASP.NET" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.cm3blog.com/ramblings_of_a_cto/"><div xmlns="http://www.w3.org/1999/xhtml"><p>The issue is Radio Buttons Are Not Mutually Exclusive When Used in a Repeater Server Control. </p><p /><p>From Microsoft</p><p>This is a known issue of ASP.NET template databound control(such as repeater, DataList ...). When you put RadioButton in such control's template, since its "groupName" is assigned a unique value each row,. Here is the public kb article document this issue:<br /><br />Server Control<br /><a href="http://support.microsoft.com/kb/316495/en-us" target="_blank">http://support.microsoft.com/kb/316495/en-us </a></p><p /><p><a href="http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/22a219fd383e8db0/0ca1cd975a6adf79" target="_blank">Here is the work around</a></p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/RamblingsOfACto/~4/s8FTPkUrwis" height="1" width="1" /></div></content>


    <feedburner:origLink>http://www.cm3blog.com/ramblings_of_a_cto/2009/11/aspnet-repeater-radiobutton-groupname-doesnt-work.html</feedburner:origLink></entry>
    <entry>
        <title>Windows Tip: Vista Show Desktop Icon(Minimize All) is Missing</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/RamblingsOfACto/~3/ijSalEGkWlw/windows-tip-vista-show-desktop-iconminimize-all-is-missing.html" />
        <link rel="replies" type="text/html" href="http://www.cm3blog.com/ramblings_of_a_cto/2009/11/windows-tip-vista-show-desktop-iconminimize-all-is-missing.html" thr:count="2" thr:updated="2010-01-08T18:14:42-05:00" />
        <id>tag:typepad.com,2003:post-6a00e5526e12cd88340120a6567770970b</id>
        <published>2009-11-05T09:19:07-05:00</published>
        <updated>2009-11-05T09:19:07-05:00</updated>
        <summary>Show Desktop Icon is Missing Copy and paste the five lines below into Notepad. [Shell] Command=2 IconFile=explorer.exe,3 [Taskbar] Command=ToggleDesktop Then save it as Show Desktop.scf and drag it to your quick launch bar.</summary>
        <author>
            <name>Mark Perry</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Windows" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.cm3blog.com/ramblings_of_a_cto/"><div xmlns="http://www.w3.org/1999/xhtml">Show Desktop Icon is Missing<br /><br />Copy and paste the five lines below into Notepad.<br /><br />[Shell]<br />Command=2<br />IconFile=explorer.exe,3<br />[Taskbar]<br />Command=ToggleDesktop<br /><br />Then save it as Show Desktop.scf and drag it to your quick launch bar.<xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/RamblingsOfACto/~4/ijSalEGkWlw" height="1" width="1" /></div></content>


    <feedburner:origLink>http://www.cm3blog.com/ramblings_of_a_cto/2009/11/windows-tip-vista-show-desktop-iconminimize-all-is-missing.html</feedburner:origLink></entry>
    <entry>
        <title>SQL Tip: Select a random row from a SQL database table</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/RamblingsOfACto/~3/bdvnPj-8UFk/select-a-random-row-from-a-sql-database-table.html" />
        <link rel="replies" type="text/html" href="http://www.cm3blog.com/ramblings_of_a_cto/2009/11/select-a-random-row-from-a-sql-database-table.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e5526e12cd88340120a653a45d970b</id>
        <published>2009-11-04T14:36:10-05:00</published>
        <updated>2009-11-04T14:37:29-05:00</updated>
        <summary>So how do you select a random row in a SQL database table? SELECT TOP 1 Name, Address, City FROM tbl_Person ORDER BY NEWID() This will select a random person every time.</summary>
        <author>
            <name>Mark Perry</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="SQL" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.cm3blog.com/ramblings_of_a_cto/"><div xmlns="http://www.w3.org/1999/xhtml"><p class="entryTitle">So how do you select a random row in a SQL database table?</p><p class="entryTitle" /><p class="entryTitle">SELECT TOP 1 Name, Address, City<br />FROM         tbl_Person<br />ORDER BY NEWID()</p><p class="entryTitle" /><p class="entryTitle">This will select a random person every time.</p><p class="entryTitle" /><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/RamblingsOfACto/~4/bdvnPj-8UFk" height="1" width="1" /></div></content>


    <feedburner:origLink>http://www.cm3blog.com/ramblings_of_a_cto/2009/11/select-a-random-row-from-a-sql-database-table.html</feedburner:origLink></entry>
    <entry>
        <title>Windows Tip: Change the Default Address Book for Outlook 2007</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/RamblingsOfACto/~3/xW_MJJTehM4/windows-tip-change-the-default-address-book-for-outlook-2007.html" />
        <link rel="replies" type="text/html" href="http://www.cm3blog.com/ramblings_of_a_cto/2009/10/windows-tip-change-the-default-address-book-for-outlook-2007.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e5526e12cd88340120a5dc9973970b</id>
        <published>2009-10-12T11:05:19-04:00</published>
        <updated>2009-10-12T11:05:19-04:00</updated>
        <summary>Open the address book then click Tools-&gt; Options . You can then change the default Outlook address book.</summary>
        <author>
            <name>Mark Perry</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Microsoft" />
        
        
<content type="html" xml:lang="en-US" xml:base="http://www.cm3blog.com/ramblings_of_a_cto/">
&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;

&lt;p class="MsoNormal"&gt;&lt;font color="#1f497d" face="Calibri" size="2"&gt;&lt;span style="font-size: 11pt; color: #1f497d;"&gt;Open the address book then click Tools-&amp;gt; Options . You can then
change the default Outlook address book.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;/div&gt;
&lt;img src="http://feeds.feedburner.com/~r/RamblingsOfACto/~4/xW_MJJTehM4" height="1" width="1"/&gt;</content>


    <feedburner:origLink>http://www.cm3blog.com/ramblings_of_a_cto/2009/10/windows-tip-change-the-default-address-book-for-outlook-2007.html</feedburner:origLink></entry>
    <entry>
        <title>CM3 Solutions Free Hosting</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/RamblingsOfACto/~3/pPbYvPBZpMA/cm3-solutions-free-hosting.html" />
        <link rel="replies" type="text/html" href="http://www.cm3blog.com/ramblings_of_a_cto/2009/09/cm3-solutions-free-hosting.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e5526e12cd88340120a5fb0cd2970c</id>
        <published>2009-09-28T10:14:52-04:00</published>
        <updated>2009-09-28T10:14:52-04:00</updated>
        <summary>Several clients who have existing hosting contracts with other companies, have recently expressed a wish to switch their hosting to us. We would like to introduce a new program offered by CM3 Solutions. We are offering clients with existing hosting...</summary>
        <author>
            <name>Mark Perry</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Web/Tech" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.cm3blog.com/ramblings_of_a_cto/"><div xmlns="http://www.w3.org/1999/xhtml">Several clients who have existing hosting contracts with other companies, have recently expressed a wish to switch their hosting to us. We would like to introduce a new program offered by CM3 Solutions. <br /> <br />We are offering clients with existing hosting plans, set to expire within a year, to switch to us for FREE until your existing contract is fulfilled. In addition, if you have more than six months left in your hosting contract, we will offer you 2 hours of free website updates. If you have six months or less, we will offer you 1 hour of free website updates. Once your current contract runs out, all we ask is that you sign a 1 year commitment with us.<br /><br />Once you become a paid hosting client with CM3 Solutions, you will receive a ½ an hour of free website updates per month. That comes to a total of 6 hours per year.<br /><br />If you are interested in learning more please let me know.<xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/RamblingsOfACto/~4/pPbYvPBZpMA" height="1" width="1" /></div></content>


    <feedburner:origLink>http://www.cm3blog.com/ramblings_of_a_cto/2009/09/cm3-solutions-free-hosting.html</feedburner:origLink></entry>
    <entry>
        <title>SQL Tip: Row count on all tables in the database</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/RamblingsOfACto/~3/Mi0MUWBc2j4/sql-tip-row-count-on-all-tables-in-the-database.html" />
        <link rel="replies" type="text/html" href="http://www.cm3blog.com/ramblings_of_a_cto/2009/09/sql-tip-row-count-on-all-tables-in-the-database.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e5526e12cd88340120a5967ed3970b</id>
        <published>2009-09-24T14:09:34-04:00</published>
        <updated>2009-09-24T14:09:34-04:00</updated>
        <summary>The problem: You are migrating data from an old system into a new SQL Server database. You need to clear the database to re-run the migration for testing. Time goes on, tables are added and removed and you not sure...</summary>
        <author>
            <name>Mark Perry</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="SQL" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.cm3blog.com/ramblings_of_a_cto/"><div xmlns="http://www.w3.org/1999/xhtml"><p>The problem: You are migrating data from an old system into a new SQL Server database. You need to clear the database to re-run the migration for testing. Time goes on, tables are added and removed and you not sure if your SQL clear script is getting all the tables.</p><p>The Solutions: Run your clear script and check to see if any tables still have rows. This code will show you a row count for every table in your SQL database.</p><p>declare @cmd nvarchar(max)<br /><br />set @cmd=null<br /><br />select @cmd = coalesce(@cmd + ' union all ', '') +<br /><br />N'SELECT ''' +<br /><br />quotename(table_catalog) + N'.' +<br /><br />quotename(table_schema) + N'.' +<br /><br />quotename(table_name) +<br /><br />N''' AS TableName, COUNT(*) AS "Rows" ' +<br /><br />N' FROM ' + quotename(table_catalog) + N'.' +<br /><br />quotename(table_schema) + N'.' +<br /><br />quotename(table_name)<br /><br />from information_schema.tables<br /><br />exec sp_executesql @cmd</p><p /><p /><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/RamblingsOfACto/~4/Mi0MUWBc2j4" height="1" width="1" /></div></content>


    <feedburner:origLink>http://www.cm3blog.com/ramblings_of_a_cto/2009/09/sql-tip-row-count-on-all-tables-in-the-database.html</feedburner:origLink></entry>
    <entry>
        <title>SQL Tip: Add two columns together in select statement</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/RamblingsOfACto/~3/zUf7Fesmycw/sql-tip-add-two-columns-together-in-select-statement.html" />
        <link rel="replies" type="text/html" href="http://www.cm3blog.com/ramblings_of_a_cto/2009/09/sql-tip-add-two-columns-together-in-select-statement.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e5526e12cd88340120a5ec3aa9970c</id>
        <published>2009-09-24T10:32:22-04:00</published>
        <updated>2009-09-24T10:32:22-04:00</updated>
        <summary>The Problem: I have a Cost A and a Cost B. I need to add them together and display them as Cost C in my SQL select statement. Sometime both Cost A and Cost B are null. The Solution: SELECT...</summary>
        <author>
            <name>Mark Perry</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="SQL" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.cm3blog.com/ramblings_of_a_cto/"><div xmlns="http://www.w3.org/1999/xhtml"><p>The Problem: I have a Cost A and a Cost B. I need to add them together and display them as Cost C in my SQL select statement. Sometime both Cost A and Cost B are null.</p><p /><p>The Solution: SELECT  CostA, CostB, IsNull(CostA, 0) + IsNull(CostB, 0) As CostC. Without the IsNull, the columns were not adding together.</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/RamblingsOfACto/~4/zUf7Fesmycw" height="1" width="1" /></div></content>


    <feedburner:origLink>http://www.cm3blog.com/ramblings_of_a_cto/2009/09/sql-tip-add-two-columns-together-in-select-statement.html</feedburner:origLink></entry>
    <entry>
        <title>Yard Sale 101 from an Online Sellers Perspective; Maximize your Profits</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/RamblingsOfACto/~3/CcOGaUMsEd8/yard-sale-101-from-an-online-sellers-perspective-maximize-your-profits.html" />
        <link rel="replies" type="text/html" href="http://www.cm3blog.com/ramblings_of_a_cto/2009/09/yard-sale-101-from-an-online-sellers-perspective-maximize-your-profits.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e5526e12cd88340120a5e201ff970c</id>
        <published>2009-09-22T09:03:24-04:00</published>
        <updated>2009-09-22T08:50:49-04:00</updated>
        <summary>This past weekend was my first Yard Sale as a home owner. I can remember as a kid my family having a yard sale. My job back then was to take the stuff out and move it back in after...</summary>
        <author>
            <name>Mark Perry</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Business" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.cm3blog.com/ramblings_of_a_cto/"><div xmlns="http://www.w3.org/1999/xhtml"><p>This past weekend was my first Yard Sale as a home owner. I can remember as a kid my family having a yard sale. My job back then was to take the stuff out and move it back in after it was over.  During the yard sale, I was busy flipping baseball cards with kids from the neighborhood. Not really paying attention to what was going on.This go round, things are different.</p>
<p>First, this yard sale was not just our home. This was a community yard sale. Each home that participated had their home marked on a map. Yard sellers went to the visitor center to pick up the map and off they went. The yard sale time was from 8 am to 2 pm.</p>
<p>At CM3 Solutions, we not only help businesses with web design and custom application development. We also help business owners sell online. We even have our own in house online store <a href="http://www.ShoppersHideout.com" target="_blank">www.ShoppersHideout.com</a>. Would you rather hire a company who has their own online store backed with the experience or someone who can set up the store and design it and never made a cent online. Taking our experience with selling online, the thought of doing a yard sale was very interesting. So this is what we did.</p>
<p>First, with any online store you need data to see what your customers are doing. Since I can't set up Google Analytics for a yard sale, I needed some data to work with. So I tracked several key things. Cars that drove by our house, groups that stopped at our house and time as well as the most important part, money made.</p>
<p>Here are some interested points I learned about our Yard sale.</p>
<p>141 Cars drove by</p>
<p>90 cars stopped at our house</p>
<p>This tells me is that it is very important to have your items visible by the street. This means no items in containers. If they can't see it from the street, they can't buy it.</p>
<p>Even though the yard sale started at 8am. Some veteran neighborhood yard sellers said to take your items out at 6:30am. People would already be out looking for deals. They were right. We started bring out items out at 6:45am and had our first customer at 7:36am. But even at 6:45am we saw cars drive by our house, looking at what we had.</p>
<p>The highest traffic time was 9am. 25 cars stopped by our house that hour. </p>
<p>Our Hourly break down 7am 2, 8am 16, 9am 25, 10am 18, 11am 13, 12pm 11 and 1pm 5 with the last costumer at 1:22pm. The amount of money spent per costumer at 9am was $3.28. However at 12pm that number was $7.27. This tells me that people with left over cash wanted to spend it before the yard sale time was over.</p>
<p>Thoughts about the customer (Yard Sale Buyer)</p>
<p>65% of the time the customer negotiated a lower price than what was listed. One instance we had a box of 6 frames selling at $2 a piece. The customer wanted the whole box for $10. Another instance we had a bag of 14 toy balls in a bag listed at $0.10 each. The customer want the whole bag for $1.00. There were other instances of this package buying. The point is to package items as much as possible. Even list it as such. Example: box of toy figures $0.50 each or whole box for $10. </p>
<p>If you have a rack of shirts put up a sign up that says "buy 3 and get one free". It that instance, they will probably not bargain you down because in their mind they are already getting a deal. Your mission is to move this stuff because you don't want. They know it, so make it easier for them to buy. The other 35% of people would probably negotiate but are uncomfortable with the idea. Since we know this now, make it easy for them to buy but still feel like they are getting a deal.  </p>
<p>70% of the people spent less than 5 minutes looking at our items. This was very interesting to me. This is the same as an internet user. Most people who surf the web are scanners not readers. People are less interested in digging through your items. If they see a deal they'll take it. If not, they are on to the next house. We made the miscalculation that people would be diggers. Items that were in large bins did not sell well at all. Items out in the open sold well. Tables are great but most of us don't have 8 tables laying around the house. Place a large piece of plywood on the ground and display all your childrens clothes for example.</p>
<p>One important thing you need to get over to have a good yard sale. No one cares how much you bought an item for. It can be painful to see the lamps you spent $50 a piece on go for $5. Your price range should be anywhere from $0.10 to $20. Most yard sales don't take credit cards. Ours could have but the wife didn't let me :) That being said, most people come with a cash limit. They don't want to spend it all at your house. That would be no fun for them.</p>
<p>The point of this exercise is to maximize the amount of money you can make during this time period. This is from the perspective of someone who has sold items on Craigslist, EBay, runs their own online store and helps clients sell online. Just as we tweak web pages and online stores to maximize readers and items sold. You can do the same for your yard sale to maximize your profits.</p>
<p>What are some tips you have for yard sellers? Post them in the comments section.</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/RamblingsOfACto/~4/CcOGaUMsEd8" height="1" width="1" /></div></content>


    <feedburner:origLink>http://www.cm3blog.com/ramblings_of_a_cto/2009/09/yard-sale-101-from-an-online-sellers-perspective-maximize-your-profits.html</feedburner:origLink></entry>
    <entry>
        <title>Problem with System.Web.Configuration.ScriptingProfileServiceSection</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/RamblingsOfACto/~3/rfuQF0b3Q9Y/unable-to-cast-object-of-type-systemwebconfigurationscriptingprofileservicesection.html" />
        <link rel="replies" type="text/html" href="http://www.cm3blog.com/ramblings_of_a_cto/2009/08/unable-to-cast-object-of-type-systemwebconfigurationscriptingprofileservicesection.html" thr:count="1" thr:updated="2010-02-08T11:01:45-05:00" />
        <id>tag:typepad.com,2003:post-6a00e5526e12cd88340120a520a51f970c</id>
        <published>2009-08-05T12:08:31-04:00</published>
        <updated>2009-08-05T12:10:01-04:00</updated>
        <summary>I was working on a project that was upgraded from ASP.Net 2.0 to ASP.Net 3.5. I had no problems running the project until I added the latest version of Telerik controls to the project. Just for your information, I'm a...</summary>
        <author>
            <name>Mark Perry</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="ASP.NET" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.cm3blog.com/ramblings_of_a_cto/"><div xmlns="http://www.w3.org/1999/xhtml"><p>I was working on a project that was upgraded from ASP.Net 2.0 to ASP.Net 3.5. I had no problems running the project until I added the latest version of <a href="http://www.telerik.com/" target="_blank">Telerik</a> controls to the project. Just for your information, I'm a HUGE fan of Telerik controls. If you are a ASP.net developer you should try them.</p><p /><p>After I added the controls I got the following error: <em>Unable to cast object of type 
'System.Web.Configuration.ScriptingProfileServiceSection' to type 
'System.Web.Configuration.ScriptingProfileServiceSection'.</em> </p><p /><p>After search around it turns out that you need to remove xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0" from you web.config. This is left over from visual studio upgrading the project.</p><p /><p>Now it is working again.</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/RamblingsOfACto/~4/rfuQF0b3Q9Y" height="1" width="1" /></div></content>


    <feedburner:origLink>http://www.cm3blog.com/ramblings_of_a_cto/2009/08/unable-to-cast-object-of-type-systemwebconfigurationscriptingprofileservicesection.html</feedburner:origLink></entry>
 
</feed><!-- ph=1 --><!-- nhm:dynamic-ssi -->
