Base solution for your next web application

Activities of "mmukkara"

Hi,

This is related to Angular front end. In the Tenant Dashboard, the SERVER STATS Portlet "Collapse/Expand" toggle doesn't collapse. It just flickers but comes back as expanded. I tried to use the same Portlet in other pages, same issue. (see attached screen shot)

Can you please let us know what the problem and how to fix it.

Thanks

Hi, When I run ng build -prod on Angular Project. I get this error "Property 'baseLanguageName' does not exist on type 'DemoUiSelectionComponent'."

Can you please help me how to fix this issue or any one encountered this issue. I am getting couple of similar messages like "Property 'onShown' does not exist on type.." on our components too.

Thanks

Fixed most of our component issues. "Property 'baseLanguageName' does not exist on type 'DemoUiSelectionComponent'." this needs to be fixed in ANZ.

Thanks Mahesh

Hi Guys,

I really need some help here...trying to deploy ANZ on IIS when I try to access .Host application, I get this following error from browser (attached). Not sure how to fix this.

How I deployed is, Changed "ServerRootAddress" and "ClientRootAddress" in the .Host Application appsettings.json

Selected .Host Application, Right Click and Publish to IIS with publish method "File System". Created Site in IIS and pointed to this published folder. App pool setting to "No Managed Code" This is simple local deployment. Not related to Azure. I tried to publish in different ways, nothing works and end up with same 500.19 page.

Thanks

Here you go...Ng build -prod produces this error..see attached.

Sorry, my bad. I copied another control to compare the functionality and it has ngModal with baseLanguageName. Apologize for the mistake.

Thank you very much. It worked!

Is there any documentation on what Naming Conventions and Standards are used through out the project (ASP.NET CORE 2.x and ANGULAR 5.x). And also any documentation on technology stack and what is used or integrated in which layer. I see some scattered documentation on hangfire, Quartz, IdentityServer4, OWIN etc integrations but there is no full list mentioned anywhere to refer to. Consider me new to this ASP.NET Zero and mostly I am getting information from this forum. Appreciate your response and pointers to documentation for the full list.

Thank you!

Hi All, I am trying to publish Angular version (ASPNET ZERO v5.0.4) to Azure App Service. No issues related to Host project. When I published Angular project, I got an error related to woff2 Font Issue (Pic1). [attachment=1:34u85uch]Pic1.PNG[/attachment:34u85uch]

Read through this forum and updated web.config file with

<remove fileExtension=".woff" />
        <mimeMap fileExtension=".woff" mimeType="application/font-woff" />
        <remove fileExtension=".woff2" />
        <mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />

After uploading Web.config again, I get the same error but No error in chrome/edge console (Pic2)..I have no idea whats happening and where to look for logs as I don't see any log created in Azure App service and how to fix it. [attachment=0:34u85uch]Pic2.PNG[/attachment:34u85uch]

Your help is appreciated.

Thank you.

PS: Solution is straight download from ASPNETZERO. No modification done yet except database connection, azure app service urls in appsettings files and web.config files as mentioned above.

Hi All,

I just published Angular + Core Version 5.0.4 to Azure App Service. When I launched Swagger on Chrome...It works fine...No Issues On Microsoft Edge - Its giving me error message. Am I missing something? How can I fix this issue.

Chrome: [attachment=1:kiiwrwb4]ChromePic1.PNG[/attachment:kiiwrwb4]

Microsoft Edge: [attachment=0:kiiwrwb4]EdgePic1.PNG[/attachment:kiiwrwb4]

Your help is appreciated.

Thank you.

PS: Solution is straight download from ASPNETZERO. No modification done yet except database connection, azure app service urls in appsettings files and web.config files as mentioned above.

Showing 1 to 10 of 74 entries