Linked .cs files and defined in multiple places warning

  • Thread starter Thread starter Joe
  • Start date Start date
J

Joe

I have a utilities class which I include in a library and the exe. The exe
also includes the library therefore generating the warning about the same
classes being defined in multiple places.

Is there any way to prevent this? I really hate having warnings.

Thanks.
 
Hmmmm...I'm not sure but are u declaring your class as internal ? or public
?
Try as internal.

--
Daniel Groh
CTF Technologies do Brasil LTDA
Analista Programador
Fone: 11 3837-4203
Email: (e-mail address removed)
 
anytime ;)

--
Daniel Groh
CTF Technologies do Brasil LTDA
Analista Programador
Fone: 11 3837-4203
Email: (e-mail address removed)
 
Back
Top