VB2005 Warnings - Help

  • Thread starter Thread starter JerryWEC
  • Start date Start date
J

JerryWEC

I'm getting the following warnings related to UnmanagedRegistration.cache
and ResolveAssemblyReference.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_WMWrapper.vbproj.UnmanagedRegistration.cache". The process cannot
access the file
'I:\DEV\CLA_WeldMonitor\CLA_WMWrapper\obj\CLA_WMWrapper.vbproj.UnmanagedRegistration.cache'
because it is being used by another process. CLA_WMWrapper
Warning 2 Unable to delete file "obj\Debug\ResolveAssemblyReference.cache".
The process cannot access the file
'I:\DEV\CLA_WeldMonitor\CLA_WMWrapper\obj\Debug\ResolveAssemblyReference.cache'
because it is being used by another process. CLA_WMWrapper
Warning 3 Could not write state file
"obj\Debug\ResolveAssemblyReference.cache". The process cannot access the
file
'I:\DEV\CLA_WeldMonitor\CLA_WMWrapper\obj\Debug\ResolveAssemblyReference.cache'
because it is being used by another process. CLA_WMWrapper
Warning 4 Could not write state file
"obj\CLA_WMWrapper.vbproj.UnmanagedRegistration.cache". The process cannot
access the file
'I:\DEV\CLA_WeldMonitor\CLA_WMWrapper\obj\CLA_WMWrapper.vbproj.UnmanagedRegistration.cache'
because it is being used by another process. CLA_WMWrapper


TIA JerryM
 
Hi Jerry,

It's probably some background processes are locking those files. Please try
to use Process Monitor
(http://www.microsoft.com/technet/sysinternals/processesandthreads/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 ([email protected], 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.
 
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
 
Back
Top