LINQPad renders html source rather than well, html
I had been running version 1.35.3.0 for a while and thought I'd just check for updates (since auto update feature does not work for me)
The latest versions for either 4 or 3.5 framework have the same problem and gives me the html source when I execute a simple c# statement. Good thing LINQPad is stand-alone exe. When I run the old version, it renders html correctly.
BTW, as I stated above, auto update does not work for me, even after configuring the proxy. And I don't know what the real problem is because I don't know if LINQPad logs and where it logs if it does. The error message given is:
The latest versions for either 4 or 3.5 framework have the same problem and gives me the html source when I execute a simple c# statement. Good thing LINQPad is stand-alone exe. When I run the old version, it renders html correctly.
BTW, as I stated above, auto update does not work for me, even after configuring the proxy. And I don't know what the real problem is because I don't know if LINQPad logs and where it logs if it does. The error message given is:
Error: An exception occurred during a WebClient request.
Comments
If you have a proxy, LINQPad should be able to detect updates if the details are entered correctly. What kind of proxy server is it?
The logs folder is %localappdata%\linqpad\logs
The log file doesn't contain much and the content is from 2 years ago anyway.
As for the WebBrowser control, as I stated in the original post, version 1.35.3.0 works just fine. I'd think that the new version 2.42.01 - I did download the 3.5 version - and the old 1.35.3.0, both, run on the same version of .net framework, namely 2.0/3.5. Is that not the case?
I am running both on Windows XP SP3 with IE6 - corporate standard.
Thanks for a great product!
I don't use it much for linq but it's an awesome snippet compiler!
Since I don't see the links on the website, is there a way to get my hands on the previous versions of LinqPad?
I've uploaded the old version to http://download.linqpad.net/135/LINQPad.exe if you want to keep running that version.
Regards
If you can upload a later version perhaps something before v2 but after 1.3.5, I can test out your scenario regarding group policy.
Other than that, if you have the debug build of the latest version, I can run that and give you whatever the output that you need to troubleshoot this further.
BTW, I had a bit of fun chasing down the location of downloaded update using procmon. I chased it down to C:\Documents and Settings\All Users\Application Data\LINQPad and deleted the downloaded update. Then I removed my proxy settings to prevent further updates from downloading. Otherwise, 1.3.5 would automatically be overwritten by the latest downloaded version.