G
Guest
I have an assembly that is shared by a .NET Smart Device application and a
regular .NET Windows Forms application.
How do I detect which framework the code is running on at runtime? Tthe
code needs to take a different path if running on compact framework as some
things like Thread.Join are missing.
regular .NET Windows Forms application.
How do I detect which framework the code is running on at runtime? Tthe
code needs to take a different path if running on compact framework as some
things like Thread.Join are missing.