LINQPad 6 sporadically unable to load the assembly I specify. (v6.6.8 (x64))

JStemper
edited February 2020 in General

About half the time when I try to load my assembly into LINQPad6 I get a time out exception.

The assembly exists and about half the time loads properly or if I retry loading it will sometimes just start working.

Also my saved connections don't always seem to persist between startups of LINQPad 6 which means I end up having to add the connections that I previously had setup which then often causes the first problem with the TimeoutException.

I never had this behavior in all the versions prior to 6.

Comments

  • The assembly is there and it connects and works properly with in my program. It just doesn't seem to work with LINQPad 6

  • If I take an existing connection that works and "Create Similar Connection" the context is populated and works. I can even change the connectionstring and it still works. I just can't create a new connection from scratch, even using the same exact assembly...

  • Odd, after spending a hour on this it just started working. I can now create a new connection.

    very weird.