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.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.