references

  • Thread starter Thread starter Mihai
  • Start date Start date
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
 
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
 
Back
Top