-
The name “LayoutAwarePage” does not exist in the namespace
After I added a Split Page to a Windows Store app that was created with the Blank App template, I got the error mentioned in the title whenever I opened… More.
-
Dynamically Load DLLs with Exported Classes
In one of my applications, I need to use some DLLs. There may be several versions of those DLLs installed in different directories, and I need to dynamically decide which… More.
-
Linking error LNK2028 and LNK2029
In one of my C++/CLI projects, I need to use a class exported from a unmanaged DLL. When I build the C++/CLI project, I get two linking errors: LNK2028 and… More.
-
Mastermind for Windows Mobile
The design of the Mastermind game for Windows Mobile. More.
-
Count the Number of Files with Command Shell Script
Automate the build process by writing Build Events command line script. Count the number of files with Command Shell script. More.
-
Suppress First Chance Exceptions
Avoid first chance exception messages in the Output window and prevent the control from breaking into the source code when an exception is thrown. More.