View Full Version : Deployment error


rama_1066
06-25-2010, 04:25 AM
Any one could help me.. . SUCCESSFULLY CREATED setup.exe and MSI file. But while deploying to other computer. exception. EXCEPTIONALL ERROR COME UP

' System.InvalidOperationException: An error occurred creating the form. See Exception.InnerException for details. The error is: Length cannot be less than zero.
Parameter name: length ---> System.ArgumentOutOfRangeException: Length cannot be less than zero.
Parameter name: length'
:confused:

aLL REQUISITE IS INSTALL ie xp2 and NET FRAMEWORK 3.5 is already instaal

I LL BE EVER GRATEFUL

ripp3r
08-04-2010, 11:54 AM
But while deploying to other computer. exception. EXCEPTIONALL ERROR COME UP

What do you mean by DEPLOYING?

Can you INSTALL your program successful?

This error happens when you launch setup.exe, msi file or both? Or it happens when you start the application (this means you can successful install your app).

Who is giving this error? What is the window title?

Maybe a screenshot should be helpful.


By the way, this error should be related with some window size... do you have hard-coded some window size?

ps: nothing in event viewer?