<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results for 'app:weblogs' matching tag 'Developer Tools'</title><link>http://msmvps.com/search/SearchResults.aspx?q=app:weblogs&amp;tag=Developer+Tools&amp;orTags=0&amp;o=DateDescending</link><description>Search results for 'app:weblogs' matching tag 'Developer Tools'</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Avoid Run Time Errors while deploying SharePoint 2010 Solutions</title><link>http://msmvps.com/blogs/marafa/archive/2010/10/20/avoid-run-time-errors-while-deploying-sharepoint-2010-solutions.aspx</link><pubDate>Wed, 20 Oct 2010 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1780386</guid><dc:creator>Anonymous</dc:creator><description>Hi All,&lt;br /&gt;&lt;br /&gt;Through my discussions with developers and attendees in SharePoint Events, I was getting a lot of questions about the target .net framework for applications and solutions that are built against Server and Client Object Model in SharePoint 2010.&lt;br /&gt;&lt;br /&gt;I decided to list the things you need to take care and set before start compiling and deploying your solutions and getting runtime errors using SharePoint object model.&lt;br /&gt;&lt;br /&gt;1) If you are developing a SharePoint 2010 Solutions. You solution has to target .NET Framework 3.5 Only and Not 4.0.&lt;br /&gt;&lt;br /&gt;2) Also, if you build your solutions as layers and you have different projects ( Non SharePoint Project) all are used within your SharePoint project, ALL OF THEM HAVE TO TARGET .NET FRAMEWORK 3.5 as well.&lt;br /&gt;&lt;br /&gt;3) Your target CPU platform can&amp;#39;t be x86. Even if you are building a console application using the client object model. The Solution ? Next Point.&lt;br /&gt;&lt;br /&gt;4) It&amp;#39;s recommended that all your projects to target Any CPU platform, You can&amp;#39;t have some projects are targeting x86 ( Such as Console Application ) that are referencing x64 CPU platform. &lt;br /&gt;&lt;br /&gt;5) You have the option &amp;quot;Less Recommended&amp;quot; to target all your project to x64. but in this case your solution will not be able to run on x86 machines. Instead, Select Any CPU platform as recommended on Point 4.&lt;br /&gt;&lt;br /&gt;6) If you made all your projects to target Any CPU, the only point you have to put in your consideration is the file size for your solution will be bigger than if you target x64 CPU platform.&lt;br /&gt;&lt;br /&gt;7) If you decided to enable x64 configuration, here is the steps you need to do in VS 2010 and the resource of this post:&lt;br /&gt;http://msdn.microsoft.com/en-us/library/ff407621.aspx&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards,Mostafa Arafa&lt;br /&gt;twitter.com/mostafaelzoghbi&lt;div class="blogger-post-footer"&gt;&lt;img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/25545748-3685220495133200745?l=moustafa-arafa.blogspot.com" alt="" /&gt;&lt;/div&gt;</description></item><item><title>Windows Phone 7 Developer Tools Go Live</title><link>http://msmvps.com/blogs/keith/archive/2010/09/16/windows-phone-7-developer-tools-go-live.aspx</link><pubDate>Thu, 16 Sep 2010 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1778198</guid><dc:creator>keith</dc:creator><description>&lt;p&gt;In case you missed it, with the fun of the IE 9 beta, the Windows Phone 7 Developer Tools went live today!&amp;nbsp; Read more at the MS Blog &lt;a href="http://windowsteamblog.com/windows_phone/b/wpdev/archive/2010/09/16/windows-phone-developer-tools-are-final.aspx"&gt;http://windowsteamblog.com/windows_phone/b/wpdev/archive/2010/09/16/windows-phone-developer-tools-are-final.aspx&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;By the way, IE 9 appears to be quite fast.&lt;/p&gt;</description></item><item><title>How can you deploy Windows LIVE Project Template on Azure</title><link>http://msmvps.com/blogs/marafa/archive/2010/09/01/how-can-you-deploy-windows-live-project-template-on-azure.aspx</link><pubDate>Wed, 01 Sep 2010 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1777047</guid><dc:creator>Anonymous</dc:creator><description>Hi All,&lt;br /&gt;&lt;br /&gt;If you are developing windows live application using Window Live SDK June CTP, You won&amp;#39;t be able to deploy your windows live application on windows azure if you didn&amp;#39;t update your web.config by adding the following section: diagnostics.&lt;br /&gt;&lt;br /&gt;PROBLEM: You won&amp;#39;t be able to view any page in your web role project, and you will get a blank page.&lt;br /&gt;&lt;br /&gt;CAUSE: Missing web.config section needs to be set on the Windows Live Project Template in VS 2010&lt;br /&gt;&lt;br /&gt;To add this section do the following:&lt;br /&gt;1) Create a new web role project in your solution.&lt;br /&gt;2) Open web.config file.&lt;br /&gt;3) Copy the section system.diagnostics and add it in your windows live application.&lt;br /&gt;&lt;br /&gt;You will notice that you don&amp;#39;t have this section on your windows live application.&lt;br /&gt;&lt;br /&gt;Try to run the cloud service now and you will be able to view the default page of your web role.&lt;br /&gt;&lt;br /&gt;This blog post is a result summary from my MSDN thread below:&lt;br /&gt;http://social.msdn.microsoft.com/Forums/en-US/netservices/thread/cc7d0a30-a12f-4280-acbb-ed77f405acd6/&lt;br /&gt;&lt;br /&gt;To download Windows Live SDK - June CTP for VS 2010: &lt;br /&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=7fdf2281-3ee4-466a-a68f-ac71d47d6620&amp;amp;displaylang=en&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa Arafa&lt;br /&gt;twitter.com/mostafaelzoghbi&lt;div class="blogger-post-footer"&gt;&lt;img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/25545748-1820212068493887064?l=moustafa-arafa.blogspot.com" alt="" /&gt;&lt;/div&gt;</description></item><item><title>Export office system files to PDF</title><link>http://msmvps.com/blogs/marafa/archive/2009/03/08/export-office-system-files-to-pdf.aspx</link><pubDate>Sun, 08 Mar 2009 06:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1676800</guid><dc:creator>Anonymous</dc:creator><description>Hi all,&lt;br /&gt;&lt;br /&gt;Office System 2007 save as PDF add-in now is available without 3rd party tools/add-ins.&lt;br /&gt;&lt;br /&gt;Download link:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=4D951911-3E7E-4AE6-B059-A2E79ED87041&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=4D951911-3E7E-4AE6-B059-A2E79ED87041&amp;amp;displaylang=en&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This add-in work with all office 2007 applications such as: Word,Excel,PowerPoint,Access,Visio,InfoPath and OneNote.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa</description></item><item><title>24 Hour Virtual Event - TechEd 2009 Developers !!!</title><link>http://msmvps.com/blogs/marafa/archive/2009/03/04/24-hour-virtual-event-teched-2009-developers.aspx</link><pubDate>Wed, 04 Mar 2009 06:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1675736</guid><dc:creator>Anonymous</dc:creator><description>Hi folks,&lt;br /&gt;&lt;br /&gt;Do you have a problem of different time zones for online trainings and workshops ? If Yes, here is a good news from microsoft :&lt;br /&gt;&lt;br /&gt;Defy all challenges of different time zones, Now you can attend Virtual Tech Ed Event for Developers on 1st April 2009 after your registration. No matter which time zone you belongs to.&lt;br /&gt;&lt;br /&gt;Event contains 5 tracks:&lt;br /&gt;1) Windows Development.&lt;br /&gt;2) Windows Mobile Development.&lt;br /&gt;3) Office &amp;amp; Sharepoint development.&lt;br /&gt;4) Developer tools , Languages and tools.&lt;br /&gt;5) Web Development &amp;amp; User Experience.&lt;br /&gt;&lt;br /&gt;Read more on below link:&lt;br /&gt;&lt;br /&gt;&lt;a href="https://www.msfttechdays.com/public/home.aspx"&gt;https://www.msfttechdays.com/public/home.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Happy .Netting !!!&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa</description></item><item><title>Integrate SharePoint Data to non Microsoft Portal Products</title><link>http://msmvps.com/blogs/marafa/archive/2009/02/21/integrate-sharepoint-data-to-non-microsoft-portal-products.aspx</link><pubDate>Sat, 21 Feb 2009 06:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1673081</guid><dc:creator>Anonymous</dc:creator><description>Hi all,&lt;br /&gt;&lt;br /&gt;Great News !!! Recently MS SharePoint product team has released Web Services Remote Portlets (WSRP) toolkit, This toolkit provides developers to expose easily sharepoint data to non microsoft portal products such as : AquaLogic Portal, IBM WebSphere Portal, SAP NetWeaver Enterprise Portal...etc.&lt;br /&gt;&lt;br /&gt;Now if you have any portal in your organization and you want to expose sharepoint data in two different ways and MS also released the source code for both of them under MS Public License.&lt;br /&gt;&lt;br /&gt;**Download Link :&lt;br /&gt;&lt;a href="http://code.msdn.microsoft.com/WSRPToolkit/Release/ProjectReleases.aspx?ReleaseId=1943" target="_blank"&gt;http://code.msdn.microsoft.com/WSRPToolkit/Release/ProjectReleases.aspx?ReleaseId=1943&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;**Announcement - Sharepoint Product Team:&lt;br /&gt;&lt;a href="http://blogs.msdn.com/sharepoint/archive/2008/12/05/announcing-the-wsrp-toolkit-for-sharepoint.aspx"&gt;http://blogs.msdn.com/sharepoint/archive/2008/12/05/announcing-the-wsrp-toolkit-for-sharepoint.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;**Videos:&lt;br /&gt;&lt;a href="http://www.youtube.com/watch?v=STP5ArdFlME" target="_blank"&gt;http://www.youtube.com/watch?v=STP5ArdFlME&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=xwetm92V89Q" target="_blank"&gt;http://www.youtube.com/watch?v=xwetm92V89Q&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa</description></item><item><title>New useful tool to prepare your web server or development machine</title><link>http://msmvps.com/blogs/marafa/archive/2008/12/06/new-useful-tool-to-prepare-your-web-server-or-development-machine.aspx</link><pubDate>Sat, 06 Dec 2008 06:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1656036</guid><dc:creator>Anonymous</dc:creator><description>Hi All,&lt;br /&gt;&lt;br /&gt;We used when we want to install any software for our web servers or any of our development machine is to read alot of KBs article how to install .Net Framewort 3.5,SQL 2005 express edition...etc. and it was a long process you have to have your DVDs or download it from your partnet account website,then start your software installtion process.&lt;br /&gt;&lt;br /&gt;Microsoft has released a new wonderful tool,to prepare all required software for installations on your machine,it shows you all available SW based on your machine OS and architecture (32 or 64bit ) and make it available on a list.&lt;br /&gt;&lt;br /&gt;The new tool called &amp;quot;Web platform installer&amp;quot;,and you can download it from the following link:&lt;br /&gt;&lt;a href="http://www.microsoft.com/web/channel/products/WebPlatformInstaller.aspx"&gt;http://www.microsoft.com/web/channel/products/WebPlatformInstaller.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This tool should be used by .net web developers who prepare their web server or system admins.&lt;br /&gt;&lt;br /&gt;The tool has alot of sensitive tools and updates,the person who use it should be aware about the tools and the conflict that might happen.&lt;br /&gt;&lt;br /&gt;I have used it and it&amp;#39;s pretty easy and fast :).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa</description></item><item><title>Test the performance of you web pages</title><link>http://msmvps.com/blogs/marafa/archive/2008/11/21/test-the-performance-of-you-web-pages.aspx</link><pubDate>Fri, 21 Nov 2008 06:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1654801</guid><dc:creator>Anonymous</dc:creator><description>Hi All,&lt;br /&gt;&lt;br /&gt;For all web developers to measure the performance of your web pages,now MS has released new tool to visualize analyze the performance of your roundtrip in your webpages called VRTA.&lt;br /&gt;&lt;br /&gt;download link :&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=119F3477-DCED-41E3-A0E7-D8B5CAE893A3&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=119F3477-DCED-41E3-A0E7-D8B5CAE893A3&amp;amp;displaylang=en&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This is not a substitute for the tests that you can do it with VS team system testing tools such as : load test.&lt;br /&gt;&lt;br /&gt;hope this helps.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa</description></item><item><title>Different Languages Interface for VS 2008</title><link>http://msmvps.com/blogs/marafa/archive/2008/11/15/different-languages-interface-for-vs-2008.aspx</link><pubDate>Sat, 15 Nov 2008 06:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1654219</guid><dc:creator>Anonymous</dc:creator><description>Hi All,&lt;br /&gt;&lt;br /&gt;MS has released a new tool since that all developers all over the globe can see the translation of VS Interface in different languages other than english Interface (CLIP).&lt;br /&gt;&lt;br /&gt;This is one announcement,the other one which is interesting,that i have participated in this product 1 year ago and i&amp;#39;m very happy to see it in place and all MVPs efforts are presented in one of the most favourable products for all .Net developers.&lt;br /&gt;&lt;br /&gt;One Question will come which language did I support in the VS Dictionary : Sure It&amp;#39;s Arabic Translations for VS.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Tool download link :&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=4E5258D2-52F4-46B8-8B74-DA2DBEC7C2F7&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=4E5258D2-52F4-46B8-8B74-DA2DBEC7C2F7&amp;amp;displaylang=en&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Happy time with VS IDE.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa</description></item><item><title>VS.Net WSS 3.0 Extensions V1.1</title><link>http://msmvps.com/blogs/marafa/archive/2008/05/17/vs-net-wss-3-0-extensions-v1-1.aspx</link><pubDate>Sat, 17 May 2008 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1623730</guid><dc:creator>Anonymous</dc:creator><description>Hi,&lt;br /&gt;&lt;br /&gt;Great News,New version of VS.Net 2005 Extensions for WSS 3.0 V1.1 has been released,New templates and tools has been added and updated from the last version V1.0.&lt;br /&gt;&lt;br /&gt;Download it now :&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=3E1DCCCD-1CCA-433A-BB4D-97B96BF7AB63&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=3E1DCCCD-1CCA-433A-BB4D-97B96BF7AB63&amp;amp;displaylang=en&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;User Guide,to get started with VS.Net 2005 Extensions for WSS 3.0:&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=A8A4E775-074D-4451-BE39-459921F79787&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=A8A4E775-074D-4451-BE39-459921F79787&amp;amp;displaylang=en&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The only hope i wish from Microsoft ,i want to see those extensions on Orcas ?!.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa</description></item></channel></rss>