VB2005 Warnings - Help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • JerryWEC

    #1

    VB2005 Warnings - Help

    I'm getting the following warnings related to UnmanagedRegist ration.cache
    and ResolveAssembly Reference.cache and files being used by other process. I
    just can't find out why I'm getting these messages. Any help is greatly
    appreciated!!!

    Warning 1 Could not delete state file
    "obj\CLA_WMWrap per.vbproj.Unma nagedRegistrati on.cache". The process cannot
    access the file
    'I:\DEV\CLA_Wel dMonitor\CLA_WM Wrapper\obj\CLA _WMWrapper.vbpr oj.UnmanagedReg istration.cache '
    because it is being used by another process. CLA_WMWrapper
    Warning 2 Unable to delete file "obj\Debug\Reso lveAssemblyRefe rence.cache".
    The process cannot access the file
    'I:\DEV\CLA_Wel dMonitor\CLA_WM Wrapper\obj\Deb ug\ResolveAssem blyReference.ca che'
    because it is being used by another process. CLA_WMWrapper
    Warning 3 Could not write state file
    "obj\Debug\Reso lveAssemblyRefe rence.cache". The process cannot access the
    file
    'I:\DEV\CLA_Wel dMonitor\CLA_WM Wrapper\obj\Deb ug\ResolveAssem blyReference.ca che'
    because it is being used by another process. CLA_WMWrapper
    Warning 4 Could not write state file
    "obj\CLA_WMWrap per.vbproj.Unma nagedRegistrati on.cache". The process cannot
    access the file
    'I:\DEV\CLA_Wel dMonitor\CLA_WM Wrapper\obj\CLA _WMWrapper.vbpr oj.UnmanagedReg istration.cache '
    because it is being used by another process. CLA_WMWrapper


    TIA JerryM


  • Walter Wang [MSFT]

    #2
    RE: VB2005 Warnings - Help

    Hi Jerry,

    It's probably some background processes are locking those files. Please try
    to use Process Monitor
    (http://www.microsoft.com/technet/sys...eads/processmo
    nitor.mspx) to monitor the activities while the issue occurs (try to filter
    out using part of the file name in question).

    Please post related log here for further investigation.

    Regards,
    Walter Wang (wawang@online. microsoft.com, remove 'online.')
    Microsoft Online Community Support

    =============== =============== =============== =====
    When responding to posts, please "Reply to Group" via your newsreader so
    that others may learn and benefit from your issue.
    =============== =============== =============== =====

    This posting is provided "AS IS" with no warranties, and confers no rights.

    Comment

    • JerryWEC

      #3
      Re: VB2005 Warnings - Help

      Walter, my issue here is why would another process be using files from my
      project? I didn't create these files VS did. So unless VS2005 is using them
      and not releasing them.

      I'll try to look into it, but I'm very busy right now... JerryM


      Comment

      Working...