June 2006 Entries
I got the above error message when uninstalling a Windows Service setup from the Add/Remove option. If you ever get an error message like above, then one or dependent assemblies for your installed application may be missing. Try to locate and install the dependent assemblies manually and then Remove the project using the Add/Remove option
HTTP GET/POST are disabled by default on web servers in the new .NET 1.1 which could make creating REST-type web services more difficult. The error message you get is: Request format is unrecognized. 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. The fix is to enable GET/POST. See http://support.microsoft.co... to enable...