hello everyone.
I have created a Class Library "Calculator" in vB.net. it have one class "Calculation" Public. This class have two Methods, Sum, Multiply. (Public) and compiled using NANT with vbc option.
(only vb files).
Then I have Created a new VB Project Name "MyCalculator" and refered Calculation Class Library.
Calling that "Sum" method in Form.
When I compiled that project with NANT I got Error "Calculator.Calculation" is Not defined but when i Compile using VB.NET IDE it is successfully compiled and No errros comes out.
so pls suggest me, why I got this error.
Thanks
LM

Compilation problem when add reference of another dll
Buckshag
As I don't use nant I would think it could be a number of issues.
These are probably three of the things I'd check.