Base solution for your next web application

Activities of "willignicolas"

Hello,

I'm new in asp.net zero.

We use asp.net zero core jquery

I try to use the wizard component from metronic according this documentation https://keenthemes.com/metronic/?page=docs&section=wizard

The wizard.js file is already in the mvc project, cool.

But it seems to have a lot of difference compared to the html code provided in the metronic documentation. Here are several examples:

  • in the metronic documentation the css classes in general starts with kt -... whereas in asp.net zero it is the classes m -... that are searched for.
  • in the file wizard.js the update of the ui looks for classes that does not exist in the html example (ex: m-wizard-target to manage the display of my step, there is many other exemple)

In short I have the impression that there is a big difference between what is explained in the documentation and the file js provided in asp.net zero. What seems odd to me is the prefix of all classes that differs.

Is there a version problem?

Thanks for your help.

Best Regards, Nicolas.

Oh ok thank you for the quick reply.

Hello,

I have a custom hub on my asp.net zero app. (Core + Jquery 7.0.0)

I like the way we can strongly typed a hub in asp.net core https://docs.microsoft.com/fr-fr/aspnet/core/signalr/hubs?view=aspnetcore-2.2#strongly-typed-hubs

I have search to do that with asp.net zero signalr classes with no success. Is there any solution or evolution plan?

Thanks for your help. Nicolas.

Hi @ismcagdas

I cannot find a generic version of AbpHubBase or OnlineClientHubBase to strongly typed my custom hub.

Thanks. Nicolas.

ok it's created.

https://github.com/aspnetboilerplate/aspnetboilerplate/issues/4753

Thanks for your help @ismcagdas Nicolas

Question

Hi,

I have just merged our asp.net core + Jquery app with the latest version 7.1.0.

I can debug my app with iis express but the app exit with iis. (Ok before the merge)

There is the last logs on visual output :

The program '[13860] w3wp.exe' has exited with code -42 (0xffffffd6). The program '[13860] w3wp.exe: Program Trace' has exited with code 0 (0x0).

I can see 2 error in this logs :

'w3wp.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.2.5\System.Threading.ThreadPool.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. EventSource Error: ERROR: Exception during construction of EventSource System.Transactions.TransactionsEventSource: Fonction incorrecte 'w3wp.exe' (CoreCLR: clrhost): Loaded 'C:\Users\nicolas.willig.nuget\packages\system.text.encoding.codepages\4.5.1\runtimes\win\lib\netcoreapp2.0\System.Text.Encoding.CodePages.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'w3wp.exe' (CoreCLR: clrhost): Loaded 'C:\Users\nicolas.willig.nuget\packages\system.runtime.compilerservices.unsafe\4.5.2\lib\netcoreapp2.0\System.Runtime.CompilerServices.Unsafe.dll'. Module was built without symbols. 'w3wp.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.2.5\Microsoft.Win32.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'w3wp.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.http.extensions\2.2.0\lib\netstandard2.0\Microsoft.AspNetCore.Http.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'w3wp.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.2.5\System.Net.WebClient.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. EventSource Error: ERROR: Exception during construction of EventSource System.Data.DataCommonEventSource: Fonction incorrecte 'w3wp.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.webutilities\2.2.0\lib\netstandard2.0\Microsoft.AspNetCore.WebUtilities.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'w3wp.exe' (CoreCLR: clrhost): Loaded 'DynamicProxyGenAssembly2'.

I have try to restore nugets, delete the iis website.

I can see that before the merge on the output it's dotnet.exe and now it's w3wp.exe.

Thanks for your Help. Nicolas.

Thanks for your Quick reply.

I have already tested his manipulation (sorry to forget to mention that on first post) but same problème again.

Yes this error is in the output of VS when a debugging IIS via VS.

After that if a start directly chrome with the website url I can see that all file in my virtual forlders have an error (dist, metronic, common) () :

Failed to load resource: the server responded with a status of 503 (Service Unavailable)

maybe it put you on a lead

I don t anderstand. All work good before the merge with the 7.1.0

My virtual directries are only the dist metronic and Common directories and are outside the mvc website on iis. (same that before the merge)

Yes it works now.

Thank you.

Have you any documentation about that, to anderstand what append?

For the virtual directories outside the mvc website, I have just see on the beginning of our project that files on common, dist and metronic folders are searched on the root of iis (ex: http://localhost/dist/...) so if I not create virtual directory there are not finded in mvc website.

Maybe I have not pointed the good solution?

Thanks again for your help now I'm on the same working situation before the merge with the 7.1.0.

Nicolas

Showing 1 to 10 of 29 entries