google-code-export / zscreen

Automatically exported from code.google.com/p/zscreen
1 stars 0 forks source link

Application start issue. Windows XP Pro x64 Edition. #485

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start the application.

What is the expected output? What do you see instead?
No errors.

What version of the product are you using? On what operating system?
System.InvalidCastException: Invalid cast from 'System.Int32' to 
'UploadersLib.OutputEnum'.
   at System.Convert.DefaultToType(IConvertible value, Type targetType, IFormatProvider provider)
   at System.Int32.System.IConvertible.ToType(Type type, IFormatProvider provider)
   at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
   at System.Linq.Enumerable.<CastIterator>d__b0`1.MoveNext()
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at ZScreenLib.DestSelectorHelper.AddEnumOutputsWithConfigSettings()
   at ZScreenLib.DestSelectorHelper.AddEnumDestToMenuWithConfigSettings()
   at ZScreenGUI.ZScreen.ZScreen_ConfigGUI_Main()
   at ZScreenGUI.ZScreen.ZScreen_ConfigGUI()
   at ZScreenGUI.ZScreen.ZScreen_Load(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at ZScreenGUI.ZScreen.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Please provide any additional information below.

Original issue reported on code.google.com by davidell...@hotmail.co.uk on 17 Jul 2011 at 7:04

GoogleCodeExporter commented 9 years ago
Try the latest Dev version please :) 

http://code.google.com/p/zscreen/downloads/list

Original comment by mcored on 22 Jul 2011 at 7:58