About 8,450 results
Open links in new tab
  1. TypeError: 'dict_keys' object is not subscriptable ......Python 3

    Jun 1, 2020 · Hi, I am trying this code from "Learn Python the hard way python 2" by Zed shaw. I have Python 3 in my mac. I am having issue with the random class in the code.

  2. AttributeError: 'float' object has no attribute 'decode' - Experts …

    Aug 13, 2011 · Find answers to AttributeError: 'float' object has no attribute 'decode' from the expert community at Experts Exchange

  3. Solved: VB6 and Number Handling - Experts Exchange

    Nov 23, 2005 · One object (called 'PAMSDKLib.CTradeObjectSVR Server') has a method called 'principal' which is specified in the object browser as returning a 'double'. There is one particular record in the application where the principal value is 549,999,999,999,998.00 however when I call the principal method it returns ‘1.155E+16’, I expect the value ...

  4. C# Error message : Operator - Experts Exchange

    Mar 18, 2009 · Yes, i tested the conversion A = P*(1 + (Convert.ToDouble(R)*T)); and it also works like a charm. Thanks for all the help fellas !

  5. Get-ExchangeCertificate cmdlet not producing results - Experts …

    Feb 17, 2025 · Get-ExchangeCertificate cmdlet not producing results I need to renew my SSL cert for my Exchange 2016 on-prem server, but the current cert expired a couple days ago. when I run Get-ExchangeCertificate it brings back black results.

  6. Solved: LDAP Interface (NO_OBJECT) errors - Experts Exchange

    Dec 19, 2018 · I did not start seeing these errors until I changed the log level to 2 in the registry to ID clients using non-secure LDAP binds. Everything seems to work OK with regard to Domain services, like authentication, groups, permissions etc. Replication is working as far as I can tell.

  7. How to get the count of a stringstream - Experts Exchange

    Apr 11, 2012 · the basic_ostream and basic_istream part are two objects which share a common basic_ios. the rdbuf is a member function, the streambuf member is a data member. while the first is public, the second is private (at my system) and could not accessed directly. that is exactly what was told. the sgetn rightly does a copy. it returns streamsize what made me think it returns the current size of the ...

  8. AD replication is not working between DCs - Experts Exchange

    Sep 15, 2009 · Object: CN=Backup Operators,CN=Builtin,DC=ik lipan,DC=i nstakey,DC =corp Object GUID: 898e4760-7aa8-43b2-8508-f0 9e0ff0f183 Source domain controller: f4102fed-4d14-46c5-b9b7-1a 4b3719ff10._msdcs.ik lipan.inst akey.corp Synchronization of the local domain controller with the source domain controller is blocked until this update problem is corrected.

  9. Killing EXCEL objects from memory in VB.NET - Experts Exchange

    Jun 21, 2010 · Imports System Imports System.Diagnostics Private Sub printdocument1_EndPrint(ByVal sender As Object, ByVal e As System.Drawing.Printing.PrintEventArgs) Handles printdocument1.EndPrint Do While True 'kill all resident excels in memory with extreme prejudice If CloseAllResidentExcels() = True Then Exit Do End If Loop 'reinit your vars here xlApp = CType(CreateObject("Excel.Application"), Excel ...

  10. Dynamically Parameterized Queries for Classic ASP

    Dec 12, 2010 · End If End If 'Debug the parameters if necessary 'For each Item In objCmd.Parameters ' Write("Name:" & Item.Name & "-Type:" & Item.Type & "-Value:" & Item.Value & "") 'Next Set objCmd.ActiveConnection = objConn Select Case intCommandType Case 1 If InStr(1, UCase(strQry), "SELECT") > 0 Then Set objRS = CreateObject("Adodb.RecordSet") If ...

Refresh