references

M

Mihai

Hi

In VB.Net
I have a class control library(BaseControls) and in this class I have a
refence to a class library(DataObjCls)
When I try to compile BaseControls I have this errors:

Warning 1 Unable to delete file "bin\Debug\DataObjCls.xml". Access to the
path 'E:\Progs\Vb.Net\BaseControls\bin\Debug\DataObjCls.xml' is denied.
BaseControls

----And THIS-----
Error 2 Unable to copy file
"..\DataObjCls\DataObjCls\obj\Debug\DataObjCls.xml" to
"bin\Debug\DataObjCls.xml". Access to the path 'bin\Debug\DataObjCls.xml' is
denied. BaseControls


Can someone tell me what it's happening and how I can resolv the problem?

Cheers,
Mihai
 
G

Guest

I have found a similar error message when trying to compile one project. I
have actually posted a question about that yesterday ("Errors in Compiling").
You haven't received any answer, but have you found a solution to your
problem?

Paulo
 

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