Massive Error Message - Cannot do anything

Error: System.Activities.DesignViewModels.DesignViewModelException: Cannot find the entry point for the local blazor
at UiPath.StudioWeb.WasmUIAutomation.Services.AppLoader.Load(IEnumerable1 downloadedPackageAssemblies, HashSet1 studioWebAssemblyNames, String wasmInteropType, String entryPointAssemblyName)
at UiPath.StudioWeb.WasmUIAutomation.Services.AppLoader.LoadAppAsync(InitializeAppCommand command)
at UiPath.DesignerWasmHost.Controllers.ChannelController.InitializeApp(InitializeAppCommand command) (#100)

Im trying to do the argentic training and I get this by just adding the first Application/Browser litterally cannot do anything in StudioWeb

Hi @rmorgan

Try to restart StudioX and clear cache. Make sure you have the latest version.
or might be some proxy /firewall creting issue so pls check.

If helpful, mark as solution.

Its an online service so how can i make sure I’m using the latest version?

Try by clearing cache and refresh it, Using incognito mode or other browser, disable adblockers and still the issue comes then raise the support ticket.

Actually this issue means Studio Web can’t load the UI Automation app when you try to add the first Application/Browser card in StudioX.

Cheers

no , are you using Studio web? could you pls share the error screenshots.

Hi @rmorgan

  1. Remove and re-add your invoked .xaml so the path becomes relative.
  2. Right-click your main .xaml and ensure it’s set as the Entry Point.
  3. Delete or regenerate project.json to eliminate misconfiguration.
  4. If issues persist, create a new project and import your workflow files cleanly.

Thanks!!

Hi @rmorgan , what type of workflow does this error occur on? And does it happen consistently on all project types?

@rmorgan Are you still experiencing this issue? It appears that the issue doesn’t occur consistently, but we have identified it and are working towards a solution.

It is the xaml file listed in the Project.JSON listed. You would want to enter the “main” filename you are using. The can not find an entry point just means it can’t find the “main” file.

“main”: “Main_Robot_File.xaml”,

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.