Hi all!

        I have a problem with csc nant compilation...
        look at this
<csc target="library" output="${project.name}.dll" debug="false">
        <reference failonempty="true">
        <includes
name="C:\workdir\WorkCardSchema\lib\WCPrototype\DataAccessLayer2\OC_Framewor
k.BusinessLayer.dll" />
        <includes
name="C:\workdir\WorkCardSchema\lib\WCPrototype\DataAccessLayer2\OC_Framewor
k.dll" />
        </reference>
        <sources>
        <includes
name="C:\workdir\WorkCardSchema\src\WCPrototype\DataAccessLayer2\InterviewDA
LC.cs" />
        </sources>
</csc>

        if i execute this, i get
c:\workdir\WorkCardSchema\src\WCPrototype\DataAccessLayer2\Interview
DALC.cs(3,7): error CS0246: The type or namespace name 'OC_Framework' could
not
be found (are you missing a using directive or an assembly reference?)


and then if i execute this

csc /target:library InterviewDALC.cs
/reference:C:\workdir\WorkCardSchema\lib\WCPrototype\DataAccessLayer2\OC_Fra
mework.dll,C:\workdir\WorkCardSchema\lib\WCPrototype\DataAccessLayer2\OC_Fra
mework.BusinessLayer.dll

i compile successfuly...

Can anybody tell me what is the problem?

THANKS! & CHEERS!

Jos Luis Barrera
Architecture Team/WorkCard
Development Team/Xpert OnLine
[www.workcard.com]
[www.xperttesting.com]
[EMAIL PROTECTED]
[www.Olecenter.com]
Alcobendas/Madrid
<a href='http://EuropeSwPatentFree.internautas.org/' title='I want a
Software Patent Free Europe! And you?'>
<center>EuropeSwPatentFree</center></a>
"By the perception of illusion, we experience reality"
"Every picture holds a tale, every shade tells of a thousand words"


+׭zf+,좷o"0j[狊{h&z{^ujxn)>קC|gN-ygZ
 yzbg֦z{Zh+-zf)ڶ*'i&bw^;ѩeȝ߭%
j{n왨x%Mj{n+-.ǟalb,y+޷b?+-wv

Reply via email to