Ask a questionAsk a question
 

Proposed AnswerIssue with msvbvm60.dll

  • Tuesday, October 27, 2009 11:26 AMPatrick.Paijmans Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hello,

    i have a issue with an application, which crashes at startup with an error message about errors at memory access. In ProcMon i can see some handlings with msvbvm60.dll, short before display the error mesage. The application installed a newer version of msvbvm60.dll in C:\windows\system32 . System: 6.00.9782 and Application: 6.00.9802.

    1) When i rename/move the old system dll, the app starts without a problem
    2) When i overwrite the existing old system dll, with new dll from app in the native environment, the application starts also without a problem.

    I played also with the interactionallowed-tag, but without resolve the error.

    Where is my problem? The correct file is into the bubble, but some some actions take the local file? hmmmmm....

    A similar article i found at an other forum states the same problem:
    http://www.softgridguru.com/viewtopic.php?t=3057&sid=16ee3738a2f43e9709e566b5c8c0428e (i borrowed some lines)

    Hope someone has a solutions to this one.

    Patrick Paijmans

All Replies

  • Tuesday, October 27, 2009 11:42 AMznack Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Proposed Answer
    Hello,

    I would follow the last suggestion in the above thread - and would simply copy the .dll to the same folder the exe file is located.

    If that doesn't resolve it, I would see where the application tries to locate the file.

    /Znack
    • Proposed As Answer byznack Tuesday, October 27, 2009 3:01 PM
    •  
  • Tuesday, October 27, 2009 2:29 PMPatrick.Paijmans Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi Znack,

    I just did follow the last suggestion, to simply copy the msvbvm60.dll inside the sequence to the same folder the .exe file is located. 
    It seems to do the trick. Whe are now testing the stability of the app to ensure it does not crash anymore.

    If it stays working im a happy man..

    /Patrick