We're developing .Net Application using asp.net and C# and .Net Framework 3.5.
We are using windows form message box in a .Net application. This windows form works great on the debug mode but once we publish the application this message box won’t work. We are referencing System.Windows.Form.dll in order to use the message box features. Kindly advice if we need to register this DLL or follow some configuration steps in order to solve this problem.
Thank in advanced, Jad