Hey all,
I'm attempting to deploy a web app (1.1) and cannot seem to do so thanks in part to the worlds most unhelpful message box.
As soon as I execute the installer package for my project a message box shows that looks something like this:
-------------------------------------------------------------
| My Project Name | X |
-------------------------------------------------------------
| 1: |
| |
| |
| __________ ___________ |
| | Yes | | No | |
| |
As you can see, there is no message, just a number 1 and a yes or no button. Clicking on No simply closes the message box and stops the install. Clicking on Yes closes the message box, stops the install and redirects me to the Visual J# Home Page (http://msdn2.microsoft.com/en-us/vjsharp/default.aspx)
The application has been deployed before with no issues. I recently added some functionality to use a product, adlib, that converts documents of various file types into a single pdf document. The wrapper I use was written a while back by some contractors.
At first I thought that it might have something to do with the J# Redistributable package not being installed on the server. So I installed and tried redeploying, but to no avail.
Have you ever encountered this before or know of any resolution?
Any ideas (even a decent guess) would be greatly appreciated. Thanks!
Jonathan