Help with SDK "copy design" copydesign.exe crashing with Inventor 2022
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello group,
Hoping I can connect with someone who can give me some direction here. Years ago, we modified the copy design program to meet our needs. It functions like so: An inventor file is selected, the program recognizes all linked files and then you choose a path of where to copy them to (or rename in the current folder). During the copy process, we rename the leading characters of the files up to a dash"-" to match a job number so when the files arrive in the new folder, they all contain job numbers.
Example:
original file: 12345-101
new file: 33333-101
It is a simple program but it is the cornerstone of our engineering process for generating jobs from our standard part templates.
SO, I am very exited to implement Inventor 2022 and make full use of the new Model States feature however, our file copy program crashes if a model contains any model states.
Would any of you know what might be causing this? I would suspect it has something to do with model states... I think the program was built in VB.net 2005 Express but I am still working on trying to find that info.
Attached are the source files and the "filecopy.exe" in the "bin\debug" folder will run the program.