One source for on-load "More exceptions have occurred..." error found Follow
I want to confirm that I'm having the same problem in VS2005 build 217 with
the dreaded post-solution-load exception above.
I noticed the reference to DotfuscatorAttribute (below) in the stack trace.
We don't use dotfuscator, but I did find that the project that caused R# to
bomb had a reference to SMTP.NET.dll, which is obfuscated by dotfuscator.
This free assembly can be obtained here:
https://www.quiksoft.com/services/dnetregistrations/reg.asp?prod=2000
The exception does not occur when I remove the reference, restart VS and
reload the solution.
Thanks,
Jeff
JetBrains.ReSharper.Util.InternalErrorException: An exception has
occurred ---> JetBrains.ReSharper.Util.InternalErrorException: Parsing
attribute DotfuscatorAttribute, number of fixed arguments 1 --->
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at JetBrains.ReSharper.Metadata.Access.Blob.ReadUInt16() in
c:\TEMP\tmp1532.tmp\src\Metadata\src\Access\Blob.cs:line 74
at
JetBrains.ReSharper.Metadata.Reader.Impl.MetadataCustomAttribute.ReadBlob()
in
c:\TEMP\tmp1532.tmp\src\Metadata\src\Reader\Impl\MetadataCustomAttribute.cs:line
87
--- End of inner exception stack trace ---
Please sign in to leave a comment.
Hello Jeff,
this exception has been fixed in 218. Thanks for your report.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"