Microsoft Developer Network > Samples >
3D Housebuilder demo from MIX11

3D Housebuilder demo from MIX11

This application was presented by John Papa during the MIX11 Day 2 keynote to demonstrate the new features in Silverlight 5 including 3D, RelativeSource Ancestor, Data Binding Debugging, Implicit DataTemplates, & Binding in Style Setters.


Select a language
 
 
 
 
 
(23)
19,263 times
9/15/2011
E-mail Twitter del.icio.us Digg Facebook
Add To Favorites
Description
Browse Code
Q and A (5)
C#
Sign in to Ask a Question


  • Unable to build the app with the silverlight 5
    1 Posts | Last Post February 07, 2012
    • After reading the documentation, I understood that it has used silverlight 5 beta version. John can you help us to upload latest version of the same app with silverlight 5 version.
      
  • Miss assembly reference
    3 Posts | Last Post January 24, 2012
    • Please help me! When i build A3B project, i have a problem "The type or namespace name 'Color' could not be found (are you missing a using directive or an assembly reference?)"
    • I has solve it. But when i build A3B project, the next problems appears. 'Microsoft.Xna.Framework.Graphics.IndexElementSize' does not contain a definition for 'ThirtyTwoBits'. I find definition in Assembly Microsoft.XNA.Framework.Graphics.IndexElementSize, but it doesn't support ThirtyTwoBits, it support SixteenBits. But on msdn show that assembly support ThirtyTwoBits. I don't know why. please help me! Thanks very much!
    • Hi Xuantung!
      
      I'm facing the same problem, could you please tell me how you managed to solve it?
      
      Thanks!
  • silver5
    1 Posts | Last Post October 21, 2011
    • Dear,
      
      I have a problem, when I'm drawing a cube in a nesesito drawingSurface each of its segments have the characteristic of interaction with the mouse, this is pocible to do and if that is how to do it.
      
      I am developing in silverlight libraries XNA 5 with this in Visual Studio 2010.
      
      I would greatly appreciate a response to this issue.
      
      Thank you very much.
      
      Luis Espinoza Contreras
      Santiago, Chile.
      
      
  • Requires DirectX SDK?
    1 Posts | Last Post September 21, 2011
    • The description only shows VS2010 SP1 and Blend Preview for Silverlight 5 as requirements.  The only reference to Microsoft.Xna.Framework.* that's part of the download is the Math bits.  Perhaps the DirectX SDK is required as well?
  • The project can not run
    2 Posts | Last Post June 18, 2011
    • 3D Housebuilder Project is Run, why running without house, only other UI interface, my operation environment is Windows XP Professional and run environment VS2010 SP1 , Silverlight  Developer 5 Beta, Silverlight 5 Tools,please give advice or comments,Thank you very much,John Teacher(I'm is China boy,my english name is Jun Cocoa and email :396645851@qq.com or jun_cocoa6166112@hotmail.com)
    • Hello Jun!
      
      I had the same problem. The problem is how the application is parsing some of the strings. You and I have different decimal separators than americans, and thus our Visual Studios doesn't interpret the code the same way. A quick way to get around this is to change your settings in the control panel to English (United States). Do that and recompile and you should be good.
      
      Good luck!
      //Viktor Larsson