Showing posts with label system. Show all posts
Showing posts with label system. Show all posts

Wednesday, March 21, 2012

MS Surface Sample Apps Not Working (x86) - System.NotImplementedException was unhandled error

Solution


A "System.NotImplementedException was unhandled error" in Microsoft Visual C# 2008 Express Edition happened for the sample apps that came with the Microsoft Surface SDK and Surface Simulator. This was a huge problem until I found the Solution to this problem. It is simple. First, you have to show advanced build configurations by going to "Tool -> Options -> Projects and Solutions -> General", clicking the "Show all settings" and checking the "show advanced build configurations". This will make it so the "Build -> Configuration Manager" will show in the main window drop-down menus. Go there and "Add new..." with x86 processor run the apps without these problems.

System.NotImplementedException
MS Surface in the Store
MS Surface

Monday, July 7, 2008

PHP user's aborting scripts

ignore_user_abort() ignores user's aborting the execution of a script. This can prevent a system from coming to an unstable state. If a script executes and has two critical operations which depend on each other, then both of these should be executed and not just one of these operations. Use ignore_user_abort(TRUE); to prevent this occurrence.

Friday, July 4, 2008

Free Hosting for Facebook Applications

Joyent is offering free hosting for Facebook applications. These are dedicated servers and allow numerous administration interfaces. The web interface allows for complex Linux administration from an easy to use web application. For the more advanced user, full SSH access is enabled. It is easy to create virtual hosts from the web interface amongst the many other system administration services available. The hosting service they provide is an easy A+!

Wednesday, July 2, 2008

Drupal 5.8-dev CMS

Drupaul is a CMS (Content Management System) that is very powerful and easy to use. It can save a lot of time with all the core system and third-party modules. A large Web 2.0 website can be built fairly quickly with Drupal. Some of the cons are that it is a large platform and can be slow if not used properly. Any custom PHP, MySQL, third-party modules/themes can easily turn into an issue for the entire system. The environment for developing modules allows easy and deep integration of the system, but can limit your reach. The system is easy to set-up and build a basic website and it allows much more advanced development. It is overall a great free and open-source system!