created thinapp for .net2.0 resulting in single exe file named DW20.exe.
created thinapp for application on host with .net2.0 installed(app will not install without .net2.0)
edited package.ini to include: RequiredAppLinks=DW20.exe
executed build for the application.
the thinapp exe executes fine on the host OSon which it was built, but when moved to another file share the following is displayed.
Unhandled exception has occurred in a component in your application.
If you click Continue, the application will ignore this error and attempt to continue.
Exception from HRESULT: 0x80110802
What have i done wrong?