Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > General Discussions > Build error - bin folder

Not answered Build error - bin folder

Feed from this thread
  • Mark avatar

    Posted on Feb 2, 2012 (permalink)

    ive recently installed the telerik tools in my site, but keep getting this error when i try and build the solution.

    C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(3607,9): warning MSB3061: Unable to delete file "C:\Sites\MySite\bin\Telerik.Web.UI.xml". Access to the path 'C:\Sites\MySite\bin\Telerik.Web.UI.xml' is denied.

    i shut down VS and ensure the bin folder has read-only removed, but this error keeps coming back every time.

    how do i eradicate it ?

    Reply

  • Mira Mira admin's avatar

    Posted on Feb 7, 2012 (permalink)

    Hello,

    Could you please try following this steps and let me know if the issue still persists
    1) Close the Visual Studio
    2) Stop the IIS if the site is deployed on it
    3) Close all other programs that eventually use “bin\Telerik.Web.UI.xml”
    These 3 steps are to ensure no one is locking the file for writing. Then, you can
    4) Check the security of “bin\Telerik.Web.UI.xml”, to make sure you have write permissions
    5) Now copy “...\Telerik.Web.UI.xml” to the “\bin” folder of your project.

    I hope this helps.

    Greetings,
    Mira
    the Telerik team
    Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > General Discussions > Build error - bin folder