Message 1 of 10

Not applicable
06-12-2014
03:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am writing application in .NET. I have a problem with .Documents.Open(filePath). Inventor crashes with this message in log (dump included):
<Exception code="0xC0000005" text="ACCESS_VIOLATION" address="0x000000006C666ADF" extraInfo="module:C:\Windows\system32\MSVCR100.dll ">
<AccessViolation type="Read" address="0x0000000000000000" PGStatus="0x00000001" accessing_null_ptr="true"/>
During opening I resolve unresolved links using OnFileResolution event for files saved in different location in Vault. This error randomly occurs in 60% assy parts.
Solved! Go to Solution.