c# - How do I add a tool to my project? -
i have made own tool/loading bar in solution called custompbar. have form application tool in designer. when copy program location gives me error,
problem event name: clr20r3 problem signature 01: raidzer0.exe problem signature 02: 1.0.0.0 problem signature 03: 519888ba problem signature 04: raidzer0 problem signature 05: 1.0.0.0 problem signature 06: 519888ba problem signature 07: 1 problem signature 08: 6 problem signature 09: system.io.filenotfoundexception os version: 6.1.7601.2.1.0.256.1 locale id: 3081 additional information 1: 0a9e additional information 2: 0a9e372d3b4ad19135b953a78882e789 additional information 3: 0a9e additional information 4: 0a9e372d3b4ad19135b953a78882e789
i believe because custom progressbar/pbar not attached form? how resolve issue?
it shown in error:
problem signature 09: system.io.filenotfoundexception
which means not able find dll tool. need is:
either create same folder structure in target machine, tool exist in original machine, or move tool common folder , reference there.
Comments
Post a Comment