View Single Post
  #3  
Unread 10-29-2006, 06:33 PM
FlorenceSopher FlorenceSopher is offline
A Brown Bear
 
Join Date: Mar 2005
Server: Lucan DLere
Posts: 12
Default similar error, but much shorter. 2 days now...

Unknown Error: mscorlib
at System.Reflection.RuntimeConstructorInfo.InternalInvoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean isBinderDefault)
at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Security.Cryptography.CryptoConfig.CreateFromName(String name, Object[] args)
at System.Security.Cryptography.MD5.Create(String algName)
at System.Security.Cryptography.MD5.Create()
at WindowsApplication7.Form1.GetFileMD5(String FilePath)
at WindowsApplication7.Form1.DownloadExtras()
at WindowsApplication7.Form1.DoUpdates()
at WindowsApplication7.Form1.Timer3_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.Callback(IntPtr hWnd, Int32 msg, IntPtr idEvent, IntPtr dwTime)Exception has been thrown by the target of an invocation.
Reply With Quote