Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am tried to capture video file my project here Unhandle win32 video conversion .vshot.exe conversion Error displayed ........

please let me know full solution of this Error ASAP<big></big>
Posted

1 solution

Firstly, you need to know where it is happening: Run it in the debugger, and enable break on all thrown exceptions. From the menu "Debug...Exceptions". Tick all the "thrown" boxes and press OK.
Run your program until the exception occurs and it will show you the code it failed on.

When you know this, then let us know and we may be able to help.
Until then, we would just be guessing.
 
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