I have a winform solution that I deploy through clickOnce. There is the Main Project and then a Project called psWinForms
. That project has a Reference to Microsoft.ExceptionMessageBox
that I use in my custom error reporting.
I have psWinForms
as a reference in my Main Project with Copy Local = True
.
I have Microsoft.ExceptionMessageBox
as a reference in psWinForms
with Copy Local = False & Specific Version = False
In Application Files
I have Publish Status =Prerequisite(Auto)
I have tried various combinations to no avail.
I looked here on the Test System on the DLL is there.
C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies
I am using the ExceptionMessageBox from SQL version 9.0.242.0 if that makes a difference and the users only have SQL 2005 Express(9.0.1399.0) installed.
So I am very confused as to why my app hangs when I try to throw an error using this....