Hi
In VB.Net
I have a class control library(BaseCon trols) and in this class I have a
refence to a class library(DataObj Cls)
When I try to compile BaseControls I have this errors:
Warning 1 Unable to delete file "bin\Debug\Data ObjCls.xml". Access to the
path 'E:\Progs\Vb.Ne t\BaseControls\ bin\Debug\DataO bjCls.xml' is denied.
BaseControls
----And THIS-----
Error 2 Unable to copy file
"..\DataObjCls\ DataObjCls\obj\ Debug\DataObjCl s.xml" to
"bin\Debug\Data ObjCls.xml". Access to the path 'bin\Debug\Data ObjCls.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(BaseCon trols) and in this class I have a
refence to a class library(DataObj Cls)
When I try to compile BaseControls I have this errors:
Warning 1 Unable to delete file "bin\Debug\Data ObjCls.xml". Access to the
path 'E:\Progs\Vb.Ne t\BaseControls\ bin\Debug\DataO bjCls.xml' is denied.
BaseControls
----And THIS-----
Error 2 Unable to copy file
"..\DataObjCls\ DataObjCls\obj\ Debug\DataObjCl s.xml" to
"bin\Debug\Data ObjCls.xml". Access to the path 'bin\Debug\Data ObjCls.xml' is
denied. BaseControls
Can someone tell me what it's happening and how I can resolv the problem?
Cheers,
Mihai
Comment