OutOfMemoryException publishing asp.net application on VS2017 - Elements 10.0.2423

I am unable to publish my application using Elements 10.0.2423 on VS2017.

Steps to reproduce:

  1. Create a new RemObject Oxygene - ASP.NET Web Application (.Net Framework version 4.5.2)
  2. Select WebForms and click OK
  3. Correct any errors and build the sample project
  4. Create a new Publish profile with the following settings:
    - Choose File System and a target location
    - Check “Delete all existing files…”
    - Check “Precompile during publishing”
    - Uncheck “Allow precompiled site to be updatable”
  5. Successfully publish the application
    6 .Manage NugetPackage and install “Oracle.ManagedDataAccess” version 18.6.0.
  6. Successfully build the application
  7. Try to publish the application and get the following error > (E24) Could not load referenced assembly “…\Temp\Temporary ASP.NET Files\root\a047bcb8\f15af73f\assembly\dl3\5852cb26\0092aa44_48ddd401\Oracle.ManagedDataAccess.dll”: Exceção do tipo ‘System.OutOfMemoryException’ foi acionada. WebApplication3 ASPNETCOMPILER 0

P.S: If you try the same steps using Visual C# no error is thrown

Thanks, logged as bugs://83002

That dll is obfuscated with invalid headers. I’ve applied a fix (should be in this fridays build).

bugs://83002 got closed with status fixed.