While attempting to connect to my document DB account, I received the following error:
Error: Exception - Cannot compile typed context: ; expected (line 1)
I simply:
- Pulled down the source code
- Created a new key (the one that the build was looking for was not in the solution)
- Rebuilt the driver, which deployed the drivers for me
- Renamed the Azure Document DB driver subfolder in LinqPad drivers folder (LinqPad complained if I didn't)
- Started LinqPad
- Attempted to set up my data source
Any thoughts? Have you seen this error before?