Can't find Microsoft.ApplicationBlocks.Data

Discussion in 'ASP.NET 2.0' started by envsurveyco, Aug 28, 2007.

  1. Hi - i'm having problems referencing Microsoft.ApplicationBlocks.Data:


    'ApplicationBlocks' is not a member of 'Microsoft'


    I have added Microsoft.ApplicationBlocks.data to the Bin directory - is another reference (e.g. in the web.config) required? If so, could you please provide me with the correct syntax?





    Thanks

    Post Edited (envsurveyco) : 8/28/2007 4:28:16 PM GMT
     
  2. Firstly,make sure you have the dll in your bin.Secondly,if your page is within a sub-folder,then make sure you configure it as an web application(using Web application tool in the control panel) else it will look for the bin in your site's root bin directory.

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page