LINQPad 4 Returns GZip Error When Querying Context

Since we have deployed the database for our .net application from the local developer’s machine into a SQL Server database environment we receive the following error running any query against our domain.dll in LinqPad:

“The magic number in GZip header is not correct. Make sure you are passing in a GZip stream.”

The application still functions properly and we only see this error when attempting to run our Linq queries in LinqPad.

Has anyone else experienced any issues like this?