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