VB2005 Warnings - Help

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
 
W

Walter Wang [MSFT]

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.
 
J

JerryWEC

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top