The New Way to Build with AI! Introducing ReUI — the developer platform for agentic UI with shadcn/ui
Browse ReUI Pro

Errors Encountered After Upgrading from .NET 8 to .NET 9


Error 1: System.InvalidOperationException - Missing Asset File
Error Message:
System.InvalidOperationException: No file exists for the asset at either location 'wwwroot\css\ace\ace.bundle.css' or 'wwwroot\css\ace\ace.bundle.css'

Details:
After upgrading my project from .NET 8 to .NET 9, I encountered this error during the rebuild process. However, the application runs well despite the rebuild issue. This indicates that the missing asset (ace.bundle.css) is referenced somewhere in the project configuration but does not exist in the specified directory.

Image Reference:
<img src="https://i.imgur.com/0YVcAeS.png" />
https://i.imgur.com/0YVcAeS.png



Error 2: TypeError - Promise Constructor Issue
Error Message:
TypeError: Promise constructor cannot be invoked without 'new'


Message=
Source=
StackTrace:
at Number.Promise (<anonymous>)
at
at s (
at
at
at


Details:
And now, I also encountered a JavaScript runtime error that is preventing the application from running. The error occurs in the plugins.bundle.js file.

Image Reference:
<img src="https://i.imgur.com/waU5zLB.png" />
https://i.imgur.com/waU5zLB.png


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (1)

 
Deleted comment
 
Deleted comment
 
Deleted comment

Hi,

Sorry for the delay in reply.

In Metronic source code, we do not have ace.bundle.css, is it your custom file?

Regards,
Lauris Stepanovs,
Keenthemes Support Team


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
buy metronic keenthemes mega bundle

ReUI

Open-source React components, blocks and templates built on shadcn/ui and Tailwind CSS by Keenthemes.