references

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mihai

    #1

    references

    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


  • =?Utf-8?B?UGF1bG8=?=

    #2
    RE: references

    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

    "Mihai" wrote:
    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
    >
    >
    >

    Comment

    Working...