Ok, losing lots of hair on this one. I have created my first vb.net app and would like to distribute it to my users. Problem is I used an active X web browser that requires the shdocvw.dll library. In doing this a wrapper library was created AxInterop.ShDocVw.dll. When I run the install on the users box or even my own there are no problems. After install, when I run the app I get a file not found exception. It cannot find AxInterop.ShDocVw.dll. Even though it is included in the build. Anyone run into a similar situation or know a work around?