View Single Post
  #2  
Old 04-21-2006, 08:49 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,015
The Win32 solution configuration (Build | Configuration Manager in the IDE) is configured to only build the C++ project; the Any CPU sol cfg is configured to only build the C# project; the Mixed Platforms sol cfg does build both, so that is probably the config you want to build. Choosing the Release|Mixed Platforms configuration in your sample builds correctly.
Reply With Quote