question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't get connection string on Windows

See original GitHub issue

I can’t get the connection string on Windows 10 use this function getConnectionString(). Everything work fine on Mac

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
nodkzcommented, May 31, 2018

Try new 1.8.0 version on your Win machine.

It will automatically download latest MongoDB version on package install. I think that for the majority of users it will remove the timeout problem for the first test run.

2reactions
nodkzcommented, May 31, 2018

It looks like you have weak internet connection speed. Try to increase jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000; timeout for the first binaries download.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Connection String not working - MSDN
I have a data layer that contains table adapters and they use another connection string that is stored in 'app. config', so i...
Read more >
Connection string using Windows Authentication
Replace the username and password with Integrated Security=SSPI;. So the connection string should be <connectionStrings> <add name="NorthwindContex" ...
Read more >
SQL Server connection strings - ConnectionStrings.com
This one is a bit tricky. First you need to set the connection object's Prompt property to adPromptAlways. Then use the connection string...
Read more >
Various Ways To Specify Connection String In ASP.NET Web ...
In this article you will learn various ways to specify a Connection String in ASP.NET Web and Windows Applications.
Read more >
SQL Server Connection String for Windows Authentication in ...
In ASP.Net Web Applications, one has to reference the System.Configuration Assembly in order to read the SQL Server Connection String for Windows Authentication ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found