Click here to Skip to main content
16,003,902 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Error: 0x80041002

This error came when i saved and loaded several ListViewItems back into the listview.

The following below is the steps i've gone through in my workflow...

ListView> Add a filepath to the ListView
> Run the filepath on the ListView > (Result: File Run Successfully)
> Saved ListViewItems into a TextFile format
> Load ListViewItems into the same ListView again
> Tried Running the filepath
> Error: 0x80041002
Posted

1 solution

I think, you are trying to access or open already opened file by running an application. error number seems coming from the application which your application is trying to start.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900