<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://aspxwizard.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">.net Wand</title><subtitle type="html">.net used for magic </subtitle><id>http://aspxwizard.net/blogs/wand/atom.aspx</id><link rel="alternate" type="text/html" href="http://aspxwizard.net/blogs/wand/default.aspx" /><link rel="self" type="application/atom+xml" href="http://aspxwizard.net/blogs/wand/atom.aspx" /><generator uri="http://communityserver.org" version="3.1.20917.1142">Community Server</generator><updated>2009-02-10T02:14:59Z</updated><entry><title>SQL Server 2008 saving changes is not permitted</title><link rel="alternate" type="text/html" href="http://aspxwizard.net/blogs/wand/archive/2010/02/16/sql-server-2008-saving-changes-is-not-permitted.aspx" /><id>http://aspxwizard.net/blogs/wand/archive/2010/02/16/sql-server-2008-saving-changes-is-not-permitted.aspx</id><published>2010-02-16T10:55:56Z</published><updated>2010-02-16T10:55:56Z</updated><content type="html">i was using SQL Server management studio 2008 diagram editor which i was using after years of using sql server managemenr studio 2005 whcih i think is the easiest tool for modeling Database. &amp;#160; and i came across this message &amp;#160; turns out there’s an option that i have to uncheck for this to work tools ==&amp;gt; options and then find this option...(&lt;a href="http://aspxwizard.net/blogs/wand/archive/2010/02/16/sql-server-2008-saving-changes-is-not-permitted.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://aspxwizard.net/aggbug.aspx?PostID=38142" width="1" height="1"&gt;</content><author><name>amir.magdy</name><uri>http://aspxwizard.net/members/amir.magdy.aspx</uri></author><category term="tools" scheme="http://aspxwizard.net/blogs/wand/archive/tags/tools/default.aspx" /><category term="SQL Server" scheme="http://aspxwizard.net/blogs/wand/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>Create a picklist quickly for CRM 4.0</title><link rel="alternate" type="text/html" href="http://aspxwizard.net/blogs/wand/archive/2010/01/13/create-a-picklist-quickly-for-crm-4-0.aspx" /><id>http://aspxwizard.net/blogs/wand/archive/2010/01/13/create-a-picklist-quickly-for-crm-4-0.aspx</id><published>2010-01-13T11:55:00Z</published><updated>2010-01-13T11:55:00Z</updated><content type="html">a very simple tool to add a large list like a countries list to a picklist doing that using MS CRM UI can be very tedious Warning : DON’T TRY THIS IF YOU DON’T HAVE EXPERIENCE ON XML EDITING , this tool is meant for expert customizers Developer Blog&amp;#160; URL : http://marioraunig.blogspot.com/2007/03/save-time-and-energy-creating-large.html how to : Here&amp;#39;s how to use it Create the attribute/picklist in the Microsoft CRM entity customization Add at least one option Export the entity as XML go...(&lt;a href="http://aspxwizard.net/blogs/wand/archive/2010/01/13/create-a-picklist-quickly-for-crm-4-0.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://aspxwizard.net/aggbug.aspx?PostID=36667" width="1" height="1"&gt;</content><author><name>amir.magdy</name><uri>http://aspxwizard.net/members/amir.magdy.aspx</uri></author></entry><entry><title>Webclient downloading content/files from an Https (SSL)</title><link rel="alternate" type="text/html" href="http://aspxwizard.net/blogs/wand/archive/2009/10/05/webclient-downloading-content-files-from-an-https-ssl.aspx" /><id>http://aspxwizard.net/blogs/wand/archive/2009/10/05/webclient-downloading-content-files-from-an-https-ssl.aspx</id><published>2009-10-05T09:09:25Z</published><updated>2009-10-05T09:09:25Z</updated><content type="html">i was using the webclient object to download files from a website and my application worked fine. my client decided to add an SSL certeficate to the website and has required me to change my code to request the file through https instead of http all i had to do was change the URL to have https:// instead of http:// but when i first tried the code. i got this exception: System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel...(&lt;a href="http://aspxwizard.net/blogs/wand/archive/2009/10/05/webclient-downloading-content-files-from-an-https-ssl.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://aspxwizard.net/aggbug.aspx?PostID=32635" width="1" height="1"&gt;</content><author><name>amir.magdy</name><uri>http://aspxwizard.net/members/amir.magdy.aspx</uri></author><category term=".net" scheme="http://aspxwizard.net/blogs/wand/archive/tags/.net/default.aspx" /><category term="C#" scheme="http://aspxwizard.net/blogs/wand/archive/tags/C_2300_/default.aspx" /></entry><entry><title>The visual studio language support for style has not been installed. code-editing Intellisense will not be available. Markup Intellisense for server controls may not work.”</title><link rel="alternate" type="text/html" href="http://aspxwizard.net/blogs/wand/archive/2009/08/13/the-visual-studio-language-support-for-style-has-not-been-installed-code-editing-intellisense-will-not-be-available-markup-intellisense-for-server-controls-may-not-work.aspx" /><id>http://aspxwizard.net/blogs/wand/archive/2009/08/13/the-visual-studio-language-support-for-style-has-not-been-installed-code-editing-intellisense-will-not-be-available-markup-intellisense-for-server-controls-may-not-work.aspx</id><published>2009-08-13T12:04:20Z</published><updated>2009-08-13T12:04:20Z</updated><content type="html">I have visual studio 2008 installed Only on my machine when I open a solution that contains web sites I get this error. “The visual studio language support for style has not been installed. code-editing Intellisense will not be available. Markup Intellisense for server controls may not work.” &amp;#160; This error is preventing me from having automated builds as it runs visual studio in the background and user interaction is needed to click “OK”, Visual studio is the only tool (that I know of) that can...(&lt;a href="http://aspxwizard.net/blogs/wand/archive/2009/08/13/the-visual-studio-language-support-for-style-has-not-been-installed-code-editing-intellisense-will-not-be-available-markup-intellisense-for-server-controls-may-not-work.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://aspxwizard.net/aggbug.aspx?PostID=30888" width="1" height="1"&gt;</content><author><name>amir.magdy</name><uri>http://aspxwizard.net/members/amir.magdy.aspx</uri></author><category term="vs.net" scheme="http://aspxwizard.net/blogs/wand/archive/tags/vs.net/default.aspx" /></entry><entry><title>SQL server data base restore script</title><link rel="alternate" type="text/html" href="http://aspxwizard.net/blogs/wand/archive/2009/07/03/sql-server-data-base-restore-script.aspx" /><id>http://aspxwizard.net/blogs/wand/archive/2009/07/03/sql-server-data-base-restore-script.aspx</id><published>2009-07-03T14:29:10Z</published><updated>2009-07-03T14:29:10Z</updated><content type="html">this is a quick trick that i googled from bits and pieces in a caffe when my laptop didn’t have a Management studio installed i found a way to execute sql scripts to my instance of sql express well to restore you need to have the logical names of files in the database backup to know that just type RESTORE FILELISTONLY FROM DISK = ‘&amp;lt;path to your backup file&amp;gt;’ this will display all the logical file’s in the backup in the result sets you’ll need the logical file names for the coming script (the...(&lt;a href="http://aspxwizard.net/blogs/wand/archive/2009/07/03/sql-server-data-base-restore-script.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://aspxwizard.net/aggbug.aspx?PostID=29832" width="1" height="1"&gt;</content><author><name>amir.magdy</name><uri>http://aspxwizard.net/members/amir.magdy.aspx</uri></author><category term="tips" scheme="http://aspxwizard.net/blogs/wand/archive/tags/tips/default.aspx" /><category term="SQL Server" scheme="http://aspxwizard.net/blogs/wand/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>How To Design A Good API by Joshua Bloch Google</title><link rel="alternate" type="text/html" href="http://aspxwizard.net/blogs/wand/archive/2009/06/24/how-to-design-a-good-api-by-joshua-bloch-google.aspx" /><id>http://aspxwizard.net/blogs/wand/archive/2009/06/24/how-to-design-a-good-api-by-joshua-bloch-google.aspx</id><published>2009-06-24T20:55:52Z</published><updated>2009-06-24T20:55:52Z</updated><content type="html">http://www.youtube.com/v/aAb7hSCtvGw&amp;amp;hl=en&amp;amp;fs=1&amp;amp;...(&lt;a href="http://aspxwizard.net/blogs/wand/archive/2009/06/24/how-to-design-a-good-api-by-joshua-bloch-google.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://aspxwizard.net/aggbug.aspx?PostID=29536" width="1" height="1"&gt;</content><author><name>amir.magdy</name><uri>http://aspxwizard.net/members/amir.magdy.aspx</uri></author></entry><entry><title>Database or Object Size in SQL server [sp_spaceused]</title><link rel="alternate" type="text/html" href="http://aspxwizard.net/blogs/wand/archive/2009/06/01/database-or-object-size-in-sql-server-sp-spaceused.aspx" /><id>http://aspxwizard.net/blogs/wand/archive/2009/06/01/database-or-object-size-in-sql-server-sp-spaceused.aspx</id><published>2009-06-01T08:02:49Z</published><updated>2009-06-01T08:02:49Z</updated><content type="html">Space used by the objects in the database is a tricky subject, this can be very useful when planning your database maintenance plan a system stored procedure as you probably had figured is called sp_spaceused gets you the needed information that procedure can be used in multiple ways use Northwind exec sp_spaceused when this is executed against your database this data appears it shows two result sets the first one which is a Whole Database statistics DatabasName database size in MBs and Space in...(&lt;a href="http://aspxwizard.net/blogs/wand/archive/2009/06/01/database-or-object-size-in-sql-server-sp-spaceused.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://aspxwizard.net/aggbug.aspx?PostID=29108" width="1" height="1"&gt;</content><author><name>amir.magdy</name><uri>http://aspxwizard.net/members/amir.magdy.aspx</uri></author><category term="tips" scheme="http://aspxwizard.net/blogs/wand/archive/tags/tips/default.aspx" /><category term="SQL Server" scheme="http://aspxwizard.net/blogs/wand/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>Fiddler 2 to monitor localhost ie7</title><link rel="alternate" type="text/html" href="http://aspxwizard.net/blogs/wand/archive/2009/05/27/fiddler-2-to-monitor-localhost-ie7.aspx" /><id>http://aspxwizard.net/blogs/wand/archive/2009/05/27/fiddler-2-to-monitor-localhost-ie7.aspx</id><published>2009-05-27T13:46:55Z</published><updated>2009-05-27T13:46:55Z</updated><content type="html">IE7 and .net framework are programmed never to request data localhost Just change the wording Localhost to your machine Name. this is a better explanation http://www.fiddler2.com/fiddler/help/hookup.asp#Q-LocalTraffic...(&lt;a href="http://aspxwizard.net/blogs/wand/archive/2009/05/27/fiddler-2-to-monitor-localhost-ie7.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://aspxwizard.net/aggbug.aspx?PostID=29028" width="1" height="1"&gt;</content><author><name>amir.magdy</name><uri>http://aspxwizard.net/members/amir.magdy.aspx</uri></author><category term="tips" scheme="http://aspxwizard.net/blogs/wand/archive/tags/tips/default.aspx" /><category term="tools" scheme="http://aspxwizard.net/blogs/wand/archive/tags/tools/default.aspx" /></entry><entry><title>Change Web Service test page [wsdlHelpGenerator]</title><link rel="alternate" type="text/html" href="http://aspxwizard.net/blogs/wand/archive/2009/05/26/change-web-service-test-page-wsdlhelpgenerator.aspx" /><id>http://aspxwizard.net/blogs/wand/archive/2009/05/26/change-web-service-test-page-wsdlhelpgenerator.aspx</id><published>2009-05-26T11:24:13Z</published><updated>2009-05-26T11:24:13Z</updated><content type="html">the default web service page is a page that reveals a lot of the internal information of the application, this is something that you want to hide. Warning this does not really secure your web service. may be you should read something like this &amp;lt; configuration &amp;gt; &amp;lt; system.web &amp;gt; &amp;lt; webServices &amp;gt; &amp;lt; wsdlHelpGenerator href = &amp;quot;yourEmptyPage.aspx&amp;quot; /&amp;gt; &amp;lt;/ webServices &amp;gt; &amp;lt;/ system.web &amp;gt; &amp;lt;/ configuration &amp;gt; &amp;#160; just make sure you add a page to your site’s root...(&lt;a href="http://aspxwizard.net/blogs/wand/archive/2009/05/26/change-web-service-test-page-wsdlhelpgenerator.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://aspxwizard.net/aggbug.aspx?PostID=29013" width="1" height="1"&gt;</content><author><name>amir.magdy</name><uri>http://aspxwizard.net/members/amir.magdy.aspx</uri></author><category term="tips" scheme="http://aspxwizard.net/blogs/wand/archive/tags/tips/default.aspx" /><category term=".net" scheme="http://aspxwizard.net/blogs/wand/archive/tags/.net/default.aspx" /><category term="web services" scheme="http://aspxwizard.net/blogs/wand/archive/tags/web+services/default.aspx" /></entry><entry><title>Windows Debugging tools Quick tutorial [WinDbg]</title><link rel="alternate" type="text/html" href="http://aspxwizard.net/blogs/wand/archive/2009/05/17/windows-debugging-tools-quick-tutorial-windbg.aspx" /><id>http://aspxwizard.net/blogs/wand/archive/2009/05/17/windows-debugging-tools-quick-tutorial-windbg.aspx</id><published>2009-05-18T06:42:01Z</published><updated>2009-05-18T06:42:01Z</updated><content type="html">last week end we have faced memory leaks, we had no idea what was the cause of the problem. we were directed by microsoft to use the debugging tools. this is a quickest possible startup tutorial for that tool. [Warning] using this tool affects the performance of your applications dramatically please make sure you don’t run it on a production server unless there’s no other way. download link you are looking for “Install Debugging Tools for Windows xx-bit Version” you’ll be redirected to the download...(&lt;a href="http://aspxwizard.net/blogs/wand/archive/2009/05/17/windows-debugging-tools-quick-tutorial-windbg.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://aspxwizard.net/aggbug.aspx?PostID=28864" width="1" height="1"&gt;</content><author><name>amir.magdy</name><uri>http://aspxwizard.net/members/amir.magdy.aspx</uri></author><category term="tools" scheme="http://aspxwizard.net/blogs/wand/archive/tags/tools/default.aspx" /><category term=".net" scheme="http://aspxwizard.net/blogs/wand/archive/tags/.net/default.aspx" /><category term="debug" scheme="http://aspxwizard.net/blogs/wand/archive/tags/debug/default.aspx" /></entry><entry><title>Fastest way for Creating a memory Dump of your application [DebugDiag]</title><link rel="alternate" type="text/html" href="http://aspxwizard.net/blogs/wand/archive/2009/05/17/fastest-way-for-creating-a-memory-dump-of-your-application-debugdiag.aspx" /><id>http://aspxwizard.net/blogs/wand/archive/2009/05/17/fastest-way-for-creating-a-memory-dump-of-your-application-debugdiag.aspx</id><published>2009-05-18T06:37:49Z</published><updated>2009-05-18T06:37:49Z</updated><content type="html">First you need to download the tool here is the link now just install the tool and run it then ignore the wizard and go to the third tab in the application UI right click your process and select create a full dump, the dump is going to be created now if you need to configure where these dumps are created go to tools –&amp;gt; options and configure the dumps folder....(&lt;a href="http://aspxwizard.net/blogs/wand/archive/2009/05/17/fastest-way-for-creating-a-memory-dump-of-your-application-debugdiag.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://aspxwizard.net/aggbug.aspx?PostID=28863" width="1" height="1"&gt;</content><author><name>amir.magdy</name><uri>http://aspxwizard.net/members/amir.magdy.aspx</uri></author><category term="tools" scheme="http://aspxwizard.net/blogs/wand/archive/tags/tools/default.aspx" /><category term=".net" scheme="http://aspxwizard.net/blogs/wand/archive/tags/.net/default.aspx" /><category term="debug" scheme="http://aspxwizard.net/blogs/wand/archive/tags/debug/default.aspx" /></entry><entry><title>JSON Serialization in AJAX.net both Client side and Server side</title><link rel="alternate" type="text/html" href="http://aspxwizard.net/blogs/wand/archive/2009/04/14/json-serialization-in-ajax-net-both-client-side-and-server-side.aspx" /><id>http://aspxwizard.net/blogs/wand/archive/2009/04/14/json-serialization-in-ajax-net-both-client-side-and-server-side.aspx</id><published>2009-04-14T13:34:15Z</published><updated>2009-04-14T13:34:15Z</updated><content type="html">JSON objects representations are small and lightweight compared to XML they are now the core of AJAX.net services serialization. in AJAX.net they work out of the box you can serilaize/deserialize&amp;#160; your objects to JSON using this snippet of server side code using System.Web.Script.Serialization; JavaScriptSerializer jss = new JavaScriptSerializer(); //Serialize jss.Serialize( object ); //Deserialize yourCustomType result = jss.Deserialize&amp;lt;yourCustomType&amp;gt;(yourJSONString); &amp;#160; and on the...(&lt;a href="http://aspxwizard.net/blogs/wand/archive/2009/04/14/json-serialization-in-ajax-net-both-client-side-and-server-side.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://aspxwizard.net/aggbug.aspx?PostID=27281" width="1" height="1"&gt;</content><author><name>amir.magdy</name><uri>http://aspxwizard.net/members/amir.magdy.aspx</uri></author><category term="javascript" scheme="http://aspxwizard.net/blogs/wand/archive/tags/javascript/default.aspx" /><category term="asp.net" scheme="http://aspxwizard.net/blogs/wand/archive/tags/asp.net/default.aspx" /><category term="ajajx.net" scheme="http://aspxwizard.net/blogs/wand/archive/tags/ajajx.net/default.aspx" /></entry><entry><title>AL.exe error when compiling in Visual Studio 2008</title><link rel="alternate" type="text/html" href="http://aspxwizard.net/blogs/wand/archive/2009/03/10/al-exe-error-when-compiling-in-visual-studio-2008.aspx" /><id>http://aspxwizard.net/blogs/wand/archive/2009/03/10/al-exe-error-when-compiling-in-visual-studio-2008.aspx</id><published>2009-03-10T11:48:23Z</published><updated>2009-03-10T11:48:23Z</updated><content type="html">when i first Installed Visual Studio 2008 Team system i was trying to compile the application i just migrated from visual studio 2005 and i got the error &amp;#160; C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(1950,9): error MSB3011: &amp;quot;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\AL.exe&amp;quot; was not found. Either 1) Install the .NET Framework SDK, which will install AL.exe. Or 2) Pass the correct location of AL.exe into the &amp;quot;ToolPath&amp;quot; parameter of the AL task...(&lt;a href="http://aspxwizard.net/blogs/wand/archive/2009/03/10/al-exe-error-when-compiling-in-visual-studio-2008.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://aspxwizard.net/aggbug.aspx?PostID=22353" width="1" height="1"&gt;</content><author><name>amir.magdy</name><uri>http://aspxwizard.net/members/amir.magdy.aspx</uri></author></entry><entry><title>visual studio 2008 Team System setup a problem encountered while loading the setup components canceling setup</title><link rel="alternate" type="text/html" href="http://aspxwizard.net/blogs/wand/archive/2009/03/10/visual-studio-2008-team-system-setup-a-problem-encountered-while-loading-the-setup-components-canceling-setup.aspx" /><id>http://aspxwizard.net/blogs/wand/archive/2009/03/10/visual-studio-2008-team-system-setup-a-problem-encountered-while-loading-the-setup-components-canceling-setup.aspx</id><published>2009-03-10T11:27:02Z</published><updated>2009-03-10T11:27:02Z</updated><content type="html">i wanted to install an additional feature of Visual studio 2008 but when i started the setup process or tried to uninstall the application i got this error “Setup a problem encountered while loading the setup components. Canceling setup.” the Fix i went to check for fixes under that application uninstalled it and the the setup worked fine...(&lt;a href="http://aspxwizard.net/blogs/wand/archive/2009/03/10/visual-studio-2008-team-system-setup-a-problem-encountered-while-loading-the-setup-components-canceling-setup.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://aspxwizard.net/aggbug.aspx?PostID=22350" width="1" height="1"&gt;</content><author><name>amir.magdy</name><uri>http://aspxwizard.net/members/amir.magdy.aspx</uri></author><category term="tips" scheme="http://aspxwizard.net/blogs/wand/archive/tags/tips/default.aspx" /><category term="tools" scheme="http://aspxwizard.net/blogs/wand/archive/tags/tools/default.aspx" /><category term="vs.net" scheme="http://aspxwizard.net/blogs/wand/archive/tags/vs.net/default.aspx" /></entry><entry><title>Dynamically create domain users</title><link rel="alternate" type="text/html" href="http://aspxwizard.net/blogs/wand/archive/2009/02/10/dynamically-create-domain-users.aspx" /><id>http://aspxwizard.net/blogs/wand/archive/2009/02/10/dynamically-create-domain-users.aspx</id><published>2009-02-10T10:14:59Z</published><updated>2009-02-10T10:14:59Z</updated><content type="html">My Team was planning a Stress test scenario to be run on our stress lab, the application we were planning to test needed windows authentication to function. The plan was to create a set of users with predefined passwords and add them to the domain so the application can be tested correctly. We used VBscript that creates the users from a database table this is the code used. Dim aConnectionString aConnectionString = &amp;quot; Provider=SQLOLEDB;Data &amp;quot; _ &amp;amp; &amp;quot; Source=srvr;Database=UrDataBaseName;...(&lt;a href="http://aspxwizard.net/blogs/wand/archive/2009/02/10/dynamically-create-domain-users.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://aspxwizard.net/aggbug.aspx?PostID=14545" width="1" height="1"&gt;</content><author><name>amir.magdy</name><uri>http://aspxwizard.net/members/amir.magdy.aspx</uri></author><category term="tips" scheme="http://aspxwizard.net/blogs/wand/archive/tags/tips/default.aspx" /><category term="VBs" scheme="http://aspxwizard.net/blogs/wand/archive/tags/VBs/default.aspx" /></entry></feed>