Uri does not exist
I have a report that grabs images from Azure Blob Storage. It was working just fine until I updated to FastReports.Net 2025.1.6. I just tested with FastReports.Net 2025.2.4 and the same thing is happening.
In my Code page, I have a function:
public string EscapeString(string myString)
{
return Uri.EscapeDataString(myString);
}
Through some research, during Compile, it looks like AddStubClasses in MsAssemblyDescriptor shows that Uri belongs to System.Net instead of System.