I am still having some difficulty deploying the application to test...
I am using the Publish function of the Project to publish to a folder.
Thanks,Jason
I had done all of that in my case, my problem was that I was using the "Publish" feature in VS 2005 (Click-Once).
The configuration page for the project, on the publish tab, has a button for application files to include.
By default VS was marking many assemblies as "Pre-Requisites" to the installation that shouldn't be necessary. After "Excluding" those files the installation worked properly on the test machine.
Thanks for you help,
Jason