PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Monday, November 14, 2022

[FIXED] How can I diagnose an Access violation (0xC0000005) at EIP=0x00000000?

 November 14, 2022     access-violation, debugging, error-handling, excel, labview     No comments   

Issue

While running a .exe in LabView 2021, I need to access an Excel file on the computer. The .exe opens the file in Excel to read from it. But, as soon as it tries to, the .exe crashes and throws the above error. It gives a possible cause, and it blames this vi.

This code has worked in the past and I have not edited it since.

What could be causing this exception, specifically one at EIP=0x00000000? How can I diagnose the problem? How could I tell if it is a problem in the program code or a permissions conflict on the hosting computer?


Solution

First, try using the .NET API instead of the ActiveX. It should be more stable. Second, you have to wire all the inputs of the invoke node with a Type: Missing node.enter image description here



Answered By - Lior Bilia
Answer Checked By - Katrina (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing