PROKA Posted March 7, 2005 Posted March 7, 2005 (edited) I am almost ALWAYS having trouble with deployment in asp.net. The page works perfectly on my computer, but when I give the page to a friend, lots of errors, also when I try to put it on a remote server ... like europe.webmatrixhosting ... Some tips and tricks !??! Some good articles on asp.net deployment ? Example : http://proka2.europe.webmatrixhosting.net/SendEmail.aspx Edited March 8, 2005 by PROKA Quote Development & Research Department @ Elven Soft
*Gurus* Derek Stone Posted March 8, 2005 *Gurus* Posted March 8, 2005 If you had bothered to read the entire error you'd realize the problem. System.Windows.Forms.Form.ShowDialog(IWin32Window owner) +2127 System.Windows.Forms.Form.ShowDialog() +7 Mabry.Core.MabryLicenseManager.Validate(Type type, Object instance) +817 The Mabry component is attempting to show a window, which obviously doesn't even make sense for an ASP.NET application. Quote Posting Guidelines
PROKA Posted March 9, 2005 Author Posted March 9, 2005 No but ... WHY does it work on my local server, it shows no window ? :) Quote Development & Research Department @ Elven Soft
Mister E Posted March 10, 2005 Posted March 10, 2005 You probably have that component installed, so no error attempts to fire. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.