Base solution for your next web application

Activities of "gbadenhorst"

Hi,

Not sure if this is 100% the same scenario as I have just encountered today as well.

For me it was part of the setup that i did not do: To be specific it was this segment -> To start debugging Xamarin app you need to configure host settings. You can use either Web.Mvc or Web.Host to feed the Xamarin app. Open Windows Command Prompt. Go to the folder where your Web.Host or Web.Mvc csproj file is located. Then run the commands below to start hosting your Web Api.

SET ASPNETCORE_ENVIRONMENT=Development SET ASPNETCORE_URLS=http://*:22742 dotnet run

<a class="postlink" href="https://aspnetzero.com/Documents/Development-Guide-Xamarin#debugging-xamarin-app">https://aspnetzero.com/Documents/Develo ... amarin-app</a>

Also what was different was, my emulator was android 7.1 and my project was android 8. <- not sure if that can also lead to the same scenario.

Hope this is helpfull

@ismcagdas This is a live/deployed environment, not during debugging. From what I understand and could find, this "App_Data/Logs.txt" is only in debug mode.

Am I missing something, like another log location for live/deployed?

Hi,

The problem is mainly that there is about half of the PrimeNG functionality unavailable at the moment. Certain aspects that I have to use needs an upgrade to take place as it is only available in higher versions.

I would gladly leave things as is if I could but the functionality is a requirement for a specific segment of a project I am working on.

Hi,

I'll do so tomorrow. I'm just running on a very tight deadline and will create it once I am done.

Will include as much information as possible.

Thanks

Hi,

Sorry forgot to add the project details. I am on the latest version of ASP.Net Core & Angular (5.1.0) It is a newly downloaded template so everything is standard and only PrimeNG needs to be updated.

Regards, Gideon Badenhorst

Hi,

<ins>When i follow this:</ins>if we talk in particular about PrimeNg, uninstall it and reinstall the latest using the guidance on <a class="postlink" href="https://www.npmjs.com/package/primeng">https://www.npmjs.com/package/primeng</a> I end up with problems on the OpaqueToken -> @angular/core/core. The OpaqueToken param becomes unavailable ones PrimeNG is updated to the latest version.

What I basically did with the last attempt as a last resort was to modify the pack version in the packages.json and then run 'yarn' But I still ended up with issues. It is as if 5.1.2 PrimeNG is not supported or modifies other packages when updated.

Regards, Gideon Badenhorst

Thank you

I will in the meantime force everything to lower case on the email till a new version has been released with the fix in.

Regards, Gideon Badenhorst.

Hi ismcagdas

The reason why is suggested the above is a lot of people might not be familiar with Angular, Typescript and the flow of the template on both UI and Core, and the best way to learn is to base a tutorial on an actual piece of work in the system which will then give guidelines on how to correctly use things.

The best one I can think of is the Languages.

Considering that most of the work I do does not need that much new stuff to be added or any major changes to the system so far I learned most of the things I needed to know regarding the template from the languages components.

There is naturally a really large amount of things in the template that will not be in a guide but technically speaking it is much easier to work and learn from something that is already an existing component with a lot of functionality used in the system.

Regards, Gideon Badenhorst

Hi,

I cleared my cookies and it seemed to fix the User display and as for the visual bug with the menu, i can't recreate anymore.

The part that worries me is, why did it treat admin as a normal user while I have not yet on this environment created any other users or any other tenants as well as no changes to admin to make it work like a tenant/user.

<ins>1. About user save problem, do you have any javascript error on your browser's console ? In our demo it seems like it is working fine. I suspect, this might be related to a javascript error.</ins>

Regarding the create issue, there are no errors in the console, please see below a screenshot as well a minimum populated values for the user details. The save button just stays disabled.

Ill let you know if i can recreate any of the other issues again, but for now cookies seems to fix most issues.

Thank you

Hi

I would recommend developing based on other components such as the users or any of the existing functionality. The phonebook step by step is very lacking in functionality and use. It gives a bare minimum guideline.

I might be wrong on this, but that is my experience from the phonebook vs existing functionality.

Showing 11 to 20 of 32 entries