GetFullAssemblyReference error
Turntwo
Folsom, CA
If in the Report Options, Script, References section, you add an extra line feed after the last reference, then the blank reference gets passed to AssemblyDescriptor.GetFullAssemblyReference. GetFullAssemblyReference does not check for null or blank, then tries to substring the last 4 characters, which then generates an index error on the substring.
This is an easy thing to do in the report designer, so it would make sense that the program would just ignore the blank reference, rather than blowing up with a cryptic and hard to track down error message (especially with the obsfuscated source).
Not super important to fix right away, since there is a workaround, but definitely would make working with the product easier for end-user designers.
Thanks,
Jason
This is an easy thing to do in the report designer, so it would make sense that the program would just ignore the blank reference, rather than blowing up with a cryptic and hard to track down error message (especially with the obsfuscated source).
Not super important to fix right away, since there is a workaround, but definitely would make working with the product easier for end-user designers.
Thanks,
Jason
Comments
Thanks, I will fix this in the next daily build.