are you missing a using directive or an assembly reference?

Hi, my friend wrote some code using class library. He wrote Windows Application class with Form1 and other classes are in called "LogParserApp" namespace. When he did the codes works fine but If I want to copy exactly what he did that call object in the form1 from LogParserApp namespace, I add reference from project tab, and add "using LogParserApp" on the top of the Form1. But I get run-time error as "The type of namespace name 'SummaryEntry' could not be found (are you missing a using directive or an assembly reference?).

Can anyone help this matter?

Thank you.

[615 byte] By [KentaroM] at [2007-12-26]
# 1

KentaroM,

Does the class library you're calling have any reference to another assembly (SummaryEntry or similar) ?

Maybe this class library needs this assembly but it is "unreachable" from your windows app.

Rgds,

Rodrigo

rfreire at 2007-9-4 > top of Msdn Tech,.NET Development,ASMX Web Services and XML Serialization...

.NET Development

Site Classified