I have tried many times to open my very simple form in IIS 7.5.
I think I followed the directions for deployment precisely. However, I keep getting the following error:
Server Error in '/target' Application.
--------------------------------------------------------------------------------
Method 'get_ModifierKeys' in type 'Gizmox.WebGUI.Server.Context' from assembly 'Gizmox.WebGUI.Server, Version=3.0.5701.0, Culture=neutral, PublicKeyToken=3de6eb684226c24d' does not have an implementation.
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.TypeLoadException: Method 'get_ModifierKeys' in type 'Gizmox.WebGUI.Server.Context' from assembly 'Gizmox.WebGUI.Server, Version=3.0.5701.0, Culture=neutral, PublicKeyToken=3de6eb684226c24d' does not have an implementation.
Can anyone tell me what I have done wrong?
Thanks.