CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Location
    USA
    Posts
    95

    Question Visual Studio 2005 Post build event fails when updating assemblies in DEVPATH folder

    We are using the DEVPATH environment variable in combination with
    developmentMode in the machine.config in order to reference all
    assemblies from a common location.

    A post build event copies the target assembly for each project into the
    DEVPATH folder.
    However, after the 2nd build or so the copy command inserted in the
    Post Build events fails since the IDE is locking these files. Is there
    a way around this.


    Sanjeev

  2. #2
    Join Date
    Oct 2002
    Location
    Germany
    Posts
    6,205

    Re: Visual Studio 2005 Post build event fails when updating assemblies in DEVPATH folder

    Quote Originally Posted by Sanjeev K
    However, after the 2nd build or so the copy command inserted in the
    Post Build events fails since the IDE is locking these files.
    What is the nature of the files being copied?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured