Missing Blazorise.js file. Should I just down load the Repo? #6147
Replies: 7 comments 3 replies
-
The JS files should be loaded dynamically, and they are included with NuGet packages so they can be served offline. Can you try this guide? https://blazorise.com/docs/pwa I believe it should be similar to Blazor Hybrid. |
Beta Was this translation helpful? Give feedback.
-
Loaded dynamically, so I should be able to find them on my drive (anywhere
on my drive)while running the app?
I'm not finding them and neither is the app which is why I'm getting the
error to begin with. I'll look at the article regarding a PWA project.
…On Mon, Jun 16, 2025, 4:32 AM Mladen Macanović ***@***.***> wrote:
The JS files should be loaded dynamically, and they are included with
NuGet packages so they can be served offline.
Can you try this guide? https://blazorise.com/docs/pwa
I believe it should be similar to Blazor Hybrid.
—
Reply to this email directly, view it on GitHub
<#6147 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5XW7LIYBH5M4KMKOZWZQKL3D2TMZAVCNFSM6AAAAAB7LP5FI2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNBYGMYDQNA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Real quick. I did implement the workaround stated in the article but only
because I thought it had to be loaded.
Also let me add, I created a new project using MS default workload for Maui
Blazor Hybrid (.Net 8). I added the Blazorise libs and one button to the
Home page. There was no error but here again the Blazorise.js file was not
present and there was no logic behind the button.
…On Mon, Jun 16, 2025, 6:58 PM Hayen Kea ***@***.***> wrote:
Loaded dynamically, so I should be able to find them on my drive (anywhere
on my drive)while running the app?
I'm not finding them and neither is the app which is why I'm getting the
error to begin with. I'll look at the article regarding a PWA project.
On Mon, Jun 16, 2025, 4:32 AM Mladen Macanović ***@***.***>
wrote:
> The JS files should be loaded dynamically, and they are included with
> NuGet packages so they can be served offline.
>
> Can you try this guide? https://blazorise.com/docs/pwa
>
> I believe it should be similar to Blazor Hybrid.
>
> —
> Reply to this email directly, view it on GitHub
> <#6147 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/A5XW7LIYBH5M4KMKOZWZQKL3D2TMZAVCNFSM6AAAAAB7LP5FI2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNBYGMYDQNA>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
-
Now that I think about it, the Was your project created a long time ago? That's why when you used the new template, it fixed itself. |
Beta Was this translation helpful? Give feedback.
-
It's a brand new project. I didn't throw away my code. It's still in my
GitHub repository. I am trying out a different RCL and I have to say, I
hate it. I really want Blazorise to work.
…On Mon, Jun 16, 2025, 11:10 PM Mladen Macanović ***@***.***> wrote:
Now that I think about it, the blazorise.js has not been used for years
now. I was quick to read your initial post. Nowadays all the code that was
in the blazorise.js is now split into separate js files and loaded as a
module.
Was your project created a long time ago? That's why when you used the new
template, it fixed itself.
—
Reply to this email directly, view it on GitHub
<#6147 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5XW7LLX4B7KFE5GWG6A4K33D6WMZAVCNFSM6AAAAAB7LP5FI2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNBZGE4TQOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
That's really strange. Not sure why you would get that error. We also have a MAUI demo apps and it works as expected. You can look it for reference https://github.com/Megabit/Blazorise/tree/master/Demos/Blazorise.Demo.MAUI |
Beta Was this translation helpful? Give feedback.
-
Thanks, I'll check it out. I really need to get this working
…On Mon, Jun 23, 2025, 1:17 AM Mladen Macanović ***@***.***> wrote:
That's really strange. Not sure why you would get that error. We also have
a MAUI demo apps and it works as expected.
You can look it for reference
https://github.com/Megabit/Blazorise/tree/master/Demos/Blazorise.Demo.MAUI
—
Reply to this email directly, view it on GitHub
<#6147 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5XW7LMZAXGNFGDRNQYCUTD3E6ZZPAVCNFSM6AAAAAB7LP5FI2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNJUHA2DAMA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
I'm developing my first MAUI Blazor Hybrid app and chose to use Blazorise. This is a personal project, an updated version of a desktop app I wrote in 2005, aiming for cloud-based API and DB access across platforms. I've successfully built five informational pages with JavaScript calculations and four CRUD pages for database tables, and the UI-to-API-to-DB path is working great.
My current focus is on UI cleanup. I'm running into some CSS issues, and when I tried to use DevTools (F12), the console displayed errors indicating that
blazorise.js
and another JavaScript file couldn't be found. I apologize for not having the exact error message, but I've confirmed that these files are indeed missing from my entire drive.I've tried several troubleshooting steps:
Uninstallation and Reinstallation: I uninstalled Blazorise and all related NuGet packages (DataGrid, FontAwesome, Fluent, etc.), ensuring Blazorise was uninstalled last. I then reinstalled them, but the files remained missing.
VS2022 Repair and Cache Clear: I suspected a corrupted VS2022 installation or NuGet Manager. So, I uninstalled Blazorise again, ran a repair of Visual Studio 2022, performed a forced clean on my project (deleted
obj
andbin
folders), and cleared the NuGet cache from the.nuget/packages
folder. I then reinstalled Blazorise using the NuGet Package Manager Console this time, but theblazorise.js
file (and the other missing JS file) still wouldn't appear.I also researched whether manually downloading these files was a viable solution, but the consensus was that it's not sustainable for long-term maintenance.
Now I'm turning to the community for help.
I haven't given up on using Blazorise for this project. I've temporarily reverted to a pure Blazor solution, but I still have the Blazorise code in a separate project, hoping to resolve this issue.
Any insights or suggestions would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions