Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Stream is not a valid .resources file! It was possibly truncated. ---> System.Exception: Unable to read beyond the end of the stream.
  2. at System.IO.__Error.EndOfFile () [0x00000] in /var/calculate/tmp/portage/dev-lang/mono-9999/work/mono-9999/external/referencesource/mscorlib/system/io/__error.cs:36
  3. at System.IO.BinaryReader.FillBuffer (Int32 numBytes) [0x0008f] in /var/calculate/tmp/portage/dev-lang/mono-9999/work/mono-9999/external/referencesource/mscorlib/system/io/binaryreader.cs:583
  4. at System.IO.BinaryReader.ReadInt32 () [0x0002e] in /var/calculate/tmp/portage/dev-lang/mono-9999/work/mono-9999/external/referencesource/mscorlib/system/io/binaryreader.cs:196
  5. at System.Resources.ResourceReader.ReadHeaders () [0x00000] in /var/calculate/tmp/portage/dev-lang/mono-9999/work/mono-9999/mcs/class/corlib/System.Resources/ResourceReader.cs:144
  6. --- End of inner exception stack trace ---
  7. at System.Resources.ResourceReader.ReadHeaders () [0x0030b] in /var/calculate/tmp/portage/dev-lang/mono-9999/work/mono-9999/mcs/class/corlib/System.Resources/ResourceReader.cs:238
  8. at System.Resources.ResourceReader..ctor (System.IO.Stream stream) [0x00067] in /var/calculate/tmp/portage/dev-lang/mono-9999/work/mono-9999/mcs/class/corlib/System.Resources/ResourceReader.cs:127
  9. at System.Resources.ResourceSet..ctor (System.IO.UnmanagedMemoryStream stream) [0x00011] in /var/calculate/tmp/portage/dev-lang/mono-9999/work/mono-9999/mcs/class/corlib/System.Resources/ResourceSet.cs:81
  10. at System.Resources.RuntimeResourceSet..ctor (System.IO.UnmanagedMemoryStream stream) [0x00000] in /var/calculate/tmp/portage/dev-lang/mono-9999/work/mono-9999/mcs/class/corlib/System.Resources/RuntimeResourceSet.cs:39
  11. at at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)
  12. at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00002] in /var/calculate/tmp/portage/dev-lang/mono-9999/work/mono-9999/mcs/class/corlib/System.Reflection/MonoMethod.cs:569
  13. --- End of inner exception stack trace ---
  14. at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00013] in /var/calculate/tmp/portage/dev-lang/mono-9999/work/mono-9999/mcs/class/corlib/System.Reflection/MonoMethod.cs:575
  15. at System.Reflection.MonoCMethod.DoInvoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00099] in /var/calculate/tmp/portage/dev-lang/mono-9999/work/mono-9999/mcs/class/corlib/System.Reflection/MonoMethod.cs:560
  16. at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in /var/calculate/tmp/portage/dev-lang/mono-9999/work/mono-9999/mcs/class/corlib/System.Reflection/MonoMethod.cs:588
  17. at System.RuntimeType.CreateInstanceImpl (BindingFlags bindingAttr, System.Reflection.Binder binder, System.Object[] args, System.Globalization.CultureInfo culture, System.Object[] activationAttributes, System.Threading.StackCrawlMark& stackMark) [0x0021a] in /var/calculate/tmp/portage/dev-lang/mono-9999/work/mono-9999/mcs/class/corlib/System/MonoType.cs:576
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement