Answered Convert application from X64 to X86 produce alot of errors

  • Monday, March 12, 2012 4:10 PM
     
     

    hello all,

    I have window based applicaton and ms access database at backend. When i convert my application to Any CPU to x86 i got so many errors suddendly. Any Immediate help will be higly appreciated. Following are the errors. Thanks in advance.

    Warning 2 Maximum number of warnings has been exceeded. ProjectClinical
    Warning 3 Late bound resolution; runtime errors could occur. D:\Projects Backup\ProjectClinical\ProjectClinical\AppSettings\Activation.vb 61 13 ProjectClinical
    Warning 4 Implicit conversion from 'Object' to 'System.Collections.IEnumerable'. D:\Projects Backup\ProjectClinical\ProjectClinical\AppSettings\Activation.vb 62 37 ProjectClinical
    Warning 5 Implicit conversion from 'Object' to 'String'. D:\Projects Backup\ProjectClinical\ProjectClinical\AppSettings\Activation.vb 63 13 ProjectClinical
    Warning 6 Operands of type Object used for operator '&'; runtime errors could occur. D:\Projects Backup\ProjectClinical\ProjectClinical\AppSettings\Activation.vb 63 31 ProjectClinical
    Warning 7 Late bound resolution; runtime errors could occur. D:\Projects Backup\ProjectClinical\ProjectClinical\AppSettings\Activation.vb 63 38 ProjectClinical
    Warning 8 Operands of type Object used for operator '&'; runtime errors could occur. D:\Projects

    • Edited by Marreena Monday, March 12, 2012 4:11 PM
    •  

All Replies

  • Monday, March 12, 2012 11:21 PM
     
     

    Post the code.



    The following is signature, not part of post
    Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
    Visual C++ MVP

  • Tuesday, March 13, 2012 2:30 AM
    Moderator
     
     Answered
    Especially the code from "D:\Projects Backup\ProjectClinical\ProjectClinical\AppSettings\Activation.vb" about line 63.

    Bob Bao [MSFT]
    MSDN Community Support | Feedback to us

    • Marked As Answer by Marreena Monday, March 19, 2012 11:47 AM
    •