About 13,200 results
Open links in new tab
  1. OLEDBConnection.Open () generates ‘Unspecified error’

    Jan 5, 2010 · As suggested above, it's properly caused by un-closing the connection. When the connection reaches a certain number, the applilcation pool is full and can't take requests. Please …

  2. Report Builder - Application download did not succeed

    Application download did not succeed. Check your network connection, or contact your system administrator or network service provider. the details include the ...

  3. VB connection string to sql server in ini file

    Oct 12, 2014 · The general answer will be to loop through the lines of the file looking for the appropriate section, then read each line within the section and split the line at the assignment character …

  4. print asp.net + PrintDocument (); - social.msdn.microsoft.com

    Oct 7, 2021 · Check that your hosted application has the permission to access or print from your print server. Your development environment may be using your login information to connect to the …

  5. How to check the speed of internet through C# code?

    Aug 10, 2009 · There's no easy way to check internet connection speed and most important there's no reliable way to know it. Internet speed changes every second, depending on network load, server …

  6. How to use CONFIG file in SSIS. - social.msdn.microsoft.com

    Sep 22, 2009 · Question 0 Sign in to vote I created a XML config file with connection string in SSIS ., and how do i use it (how to chanage the path) if deploying on different server . iam new to SSIS can …

  7. slow speed in using of signalr - social.msdn.microsoft.com

    Jun 23, 2017 · After I read the log, the connection was disconnected at the same moment, could you do something with the SignalR server at the moment, or did the SignalR server working well? If you …

  8. How to use app.config file for set database Connection

    May 14, 2008 · If you want to split the connection string into two parts and store them in the app.config. So you should read both of them and connect them together. Then set to the ConnectionString …

  9. Printer redirection on Azure (Windows Server 2012)

    Jul 3, 2013 · Interestingly if I RDC from one Windows 7 machine to another Windows 7 machine and then onto the Window Server 2012 host, then printer drivers redirected on the intermediate machine …

  10. ReportDocument.Load operation slow when moving to production …

    For same problem, I checked "No printer (optimize for screen display)" option on "Page Setup" dialog box at Cyratal Reports XI (11). Then ReportDocument.Load () process time to under 1 seconds. I …