Base solution for your next web application

Activities of "annoure"

Super it works. thank you so much

I executed this commad, generation is ok now:

But in visual studio i have same probleme:

can you help me please ?

The Current .Net SDK does not support targeting .Net Core 2.2 Target .Net Core 2.1 or Lower

I installed dotnet-sdk-2.2.203-win-x64.exe But I can not configure it in VS 2017. That it will help me thank you

Thank you for all these clarifications.

This url gives me a json file. I hid the url on purpose. When I type the full url I have access to this file. It's my local configuration that is problematic

[https://prnt.sc/kggzg7])

My problem is the message: 'No' Access-Control-Allow-Origin 'header is present on the requested resource. Origin 'http: // localhost: 4200' is therefore not allowed access. "

I am still on verion 5.5 of ASpnetzero. The front and back are local, here are the configs: Appsettings.js:

"App": { "ServerRootAddress": "http: // localhost: 22742", "ClientRootAddress": "http: // localhost: 4200",

"CorsOrigins": "http: //.mycompany.com,http: // localhost: 22742, http: // localhost: 4200, http: //www.certigreen.be,http: //www.certigreen.be /public/"

}

Appconfig.json

"remoteServiceBaseUrl": "http: // localhost: 22742", "appBaseUrl": "http: // localhost: 4200",

When I change the url of self.temporaryPictureUrl = "http://www.certigreen.be/public/visits/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"; at //self.temporaryPictureUrl = AppConsts.remoteServiceBaseUrl + '/ Temp / Downloads /' + 'visits.json'; I have the erratic message mentioned above. Help me please

Question

Some one can help me to implements service workers with angular CLI ?!! :|

Thanks

public override void PreInitialize() { //workaround for issue: <a class="postlink" href="https://github.com/aspnet/EntityFrameworkCore/issues/9825">https://github.com/aspnet/EntityFramewo ... ssues/9825</a> //related github issue: <a class="postlink" href="https://github.com/aspnet/EntityFrameworkCore/issues/10407">https://github.com/aspnet/EntityFramewo ... sues/10407</a> AppContext.SetSwitch("Microsoft.EntityFrameworkCore.Issue9825", true);

        Configuration.Auditing.IsEnabledForAnonymousUsers = true;
     &lt;span style=&quot;color:#40BF00&quot;&gt;   Clock.Provider = ClockProviders.Utc;&lt;/span&gt;

This modification must be applied on DigiappsCoreModule in core project Resolve my Pb

I encountered a problem when saving the date in the database, I have to save members' payments a month: the display of the UI page is right, but the backup in the database is not fair yet it is the same variable. (UI: 01-01 / 2018 and in database: 31-12-2017) !!!! date on GUI: [http://prntscr.com/jjx8y2]) Date on debug: [http://prntscr.com/jjx8an])

Despite that I used: DateTime now = Clock.Now; I have the same problem

Thank you

Yes i'll right ;-)

Showing 1 to 10 of 22 entries