Common causes of this issue: The application process failed to start The application process started but then stopped The application process started but failed to listen on the configured port Troubleshooting steps: Check the system event log for error messages Enable logging the application process’ stdout messages Attach a debugger to the application process and […]
Fast Report Server Error
"Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another" If you are getting this error probably you are trying to read an non existing column from your query.
Invalid UserHostAddress
Today we’ve faced a weird problem. While we are debugging noticed that we can not get the IPv4 address of the requester. Instead we were getting IPv6. This code returns “::1” instead of “127.0.0.1”. After a little search this is about the Vista’s hosts file problem. And this is only a development issue for Vista […]