Error while referencing my own assembly

  • Thread starter Thread starter Patrick Jox
  • Start date Start date
P

Patrick Jox

Hi,
I have written an application that consists of different assemblies.
Everytime I add a new assembly of my own, I get the following warning:

"The reference Enterprise.Product.XY.dll may or may not be valid for the
active platform. Please...

Can anybody explain this. All assemblies are set as mobile class library
while creating them using Visual Studios Wizard?

The application works, but I want to know why I get this warning and what I
can do, to not receive this message?

Thanks to all.

Regards - Patrick
 
You get this error message for any dll added to the project which is not in
the standard sdk folder (the default list in the Add Reference dialog. If
you know your dll is compiled for the compact framework you can ignore this
dialog. The only way to avoid it is to copy your finished dlls to the
C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE
folder

Peter
 
Hi Peter,
thanks, a lot for this immediate reply. This is just what I expected but
it's better to know than to believe something.

Patrick
 
Back
Top