Search

You searched for the word(s): userid:2152
Page 1 of 8 (75 items) 1 2 3 4 5 Next > ... Last »
  • The path <path> is already mapped in workspace <workspace>

    i was getting the following error: The path <path> is already mapped in workspace <workspace> Here's how i solved it. Theres another way to do it through command line
    Posted to Hammad : IDotNetWizard (Weblog) by hammad on Sun, Jul 5 2009
    Filed under: Microsoft, Bug, Fix, TFS
  • Microsoft's Web Platform Installer

    The Web Platform Installer (Web PI) is a simple tool that installs Microsoft's entire Web Platform, including IIS, Visual Web Developer 2008 Express Edition, SQL Server 2008 Express Edition and the .NET Framework. Using the Web Platform Installer’s user interface, you can choose to install either specific products or the entire Microsoft Web Platform onto your computer. The Web PI also helps keep your products up to date by always offering the latest additions to the Web Platform. get it
    Posted to Hammad : IDotNetWizard (Weblog) by hammad on Tue, Jan 27 2009
    Filed under: Microsoft, .NET, Web, Installation
  • Office Development with VS 2010

    Get up to date with office development on .net platform with Somasegar's post <a href=" http://blogs.msdn.com/somasegar/archive/2009/01/10/office-client-developer-enhancements-with-vs-2010.aspx">here</a > My personal favourite is simplification of .net's integration with COM's OM. As per the example posted in Somasegar's blog. Instead of doing the following object fileName = "Test.docx"; object missing = System.Reflection.Missing.Value; doc.SaveAs(ref
    Posted to Hammad : IDotNetWizard (Weblog) by hammad on Tue, Jan 27 2009
    Filed under: VSTO, VS2010, .NET4.0, C#
  • Contention, poor performance, and deadlocks when you make Web service requests from ASP.NET applications

    If you are (un) lucky like me then you may run into gettin this error on IIS server asp.net web apps/asmx web services. Its a known issue and has a resolution documented in kb article @ http://support.microsoft.com/kb/821268 . The resolution revolves around fine tuning machine.config parameters. To improve your asp.net web app performance do read http://msdn.microsoft.com/en-us/library/ms998549.aspx
    Posted to Hammad : IDotNetWizard (Weblog) by hammad on Wed, Aug 20 2008
    Filed under: Asp.net, Performance, AppPool, ASMX, KB, IIS, WebService, Issue
  • VS 2008 sp1 & .Net 3.5 sp1 is out

    You can download VS 2008 sp1 and .Net 3.5 sp1 @ http://www.microsoft.com/downloads/details.aspx?FamilyID=ab99342f-5d1a-413d-8319-81da479ab0d7&DisplayLang=en This release has major improvements on WCF and WF. Brief overview avaialble @ download page says: .NET Framework version 3.5 Service Pack 1 provides the following new features and improvements: ASP.NET Dynamic Data, which provides a rich scaffolding framework that enables rapid data driven development without writing code, and a new addition
    Posted to Hammad : IDotNetWizard (Weblog) by hammad on Tue, Aug 12 2008
    Filed under: .NET, WCF, Download, Asp.net, wpf, vs2008, clr, sp, release
  • Embedded sqlMap.config

    If you are like me you would like to embed sqlMap.config file for your ibatis project. Although its not provided out of the box but its very simple to implement. All you have to do is to write your own sqlMapper implementation.The core logic revolves around building DomSqlMapBuilder. protected static void InitMapper() { DomSqlMapBuilder builder = new DomSqlMapBuilder(); XmlDocument sqlMapConfig = Resources.GetEmbeddedResourceAsXmlDocument("YourNamepspace.YourConfigFile.config"); mapper
    Posted to Hammad : IDotNetWizard (Weblog) by hammad on Fri, Jul 25 2008
    Filed under: .NET, samples, development, ibatis, orm
  • The invoked member is not supported in a dynamic assembly

    When i tried running an ibattis related unit test fixtures in my exsiting test assembly I started getting this wierd error that's a known bug documented at http://support.microsoft.com/kb/327131. Interesting thing is that when i run that fixture in a separate assembly it works fine but as soon as i add it to existing test fixtures it crashes with this error :"The invoked member is not supported in a dynamic assembly". I think it has to do with how nUnit created dynamic assemblies for
    Posted to Hammad : IDotNetWizard (Weblog) by hammad on Fri, Jul 25 2008
    Filed under: .NET, TDD, nUnit, Bug
  • More on Composite Architecture

    As i posted earlier that i will be presenting @ IASA Singapore's chapter evening . It turned out to be an interesting session and i got the chance to interact with the audience and hear their pain points on composite architecture and enterprise mashups. Enteprisewise initiatives, sharing data across services/apps and need for top quality tools came out as the most crucial elements to the success of composite architecture. I also heard some interesting remarks from the audience. One of the gentlement
    Posted to Hammad : IDotNetWizard (Weblog) by hammad on Wed, Jul 23 2008
    Filed under: Architecture, Composite, mashup, enterprise
  • Web Service enumeration components are not available

    when you are getting subject titled error in Visual Studio (this happens when you try to add a web reference), try using following command on vs command prompt: devenv /resetskippkgs
    Posted to Hammad : IDotNetWizard (Weblog) by hammad on Wed, Jul 23 2008
    Filed under: Visual Studio
  • ASP.NET MVC CodePlex Preview 4

    This CodePlex Preview 4 release introduces new features as well as changes to the default project template. The changes to the default project template are intended to help jumpstart the most common application-building scenarios. Many of the new features focus around simple AJAX scenarios. http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=15389
    Posted to Hammad : IDotNetWizard (Weblog) by hammad on Fri, Jul 18 2008
    Filed under: MVC, Asp.net, Codeplex
Page 1 of 8 (75 items) 1 2 3 4 5 Next > ... Last »