I dont know what the problem in your case is, but I can confirm that referencing a class library from another class library works in general. I do it all the time. You have to make sure the referenced ...
I was recently called ontoa project to add features to existing applications. To me, this is oneof the most challenging aspects of being a developer because theexisting application strips away much of ...
Portable Class Libraries create a single DLL that can be used across platforms, making code sharing easier. Learn how to use them by building a weather app with a portable core. In the past, sharing ...
In a Bring Your Own Device (BOYD) world, .NET Framework support for Portable Class Libraries (PCLs) provides a base for writing code that will run on any platform -- provided you understand the ...