i'm running windows 8. net framework 4 and 3.5 enabled. i just downloaded xamarin studio, create new asp.net application. when i press debug button, nothing happen. i try Run/Start without debugging(Ctrl+F5), then errors appear. they says
Could not load file or assembly 'hello_asp' or one of its dependencies. An attempt was made to load a program with an incorrect format.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.BadImageFormatException: Could not load file or assembly 'hello_asp' or one of its dependencies. An attempt was made to load a program with an incorrect format.
please tell me how to build and run asp.net application on xamarin studio.