Base solution for your next web application

Activities of "korp"

Hello there,

We have an issue with AspNetZero (Angular+DotnetCore) version 4.1.0. Sidebar toggler is not working.

After digging around, we could find :

When you click in the toggler button at header bar, the metronic function handleSidebarToggler (from layout.js) is executed twice, applying the toggle and undoing at the same time.

After downloading the v4.3.1 this behavior is working fine.

Can someone help me find out what is the issue with version 4.1 ?

while (!DirectoryContains(directoryInfo.FullName, "MySolution.sln"))
            {
                if (directoryInfo.Parent == null)
                {
                    throw new Exception("Could not find content root folder!");
                }

                directoryInfo = directoryInfo.Parent;
            }

This code should not search for solution name (MySolution.sln) -- this is a auto generated code.

I have the same issue when deploying to azure (when there is no solution file)

Hello there. I know this might be an off-topic, but I was just wondering if someone has done it or can guide me on the steps to change aspnetzero metronic theme to inspinia admin theme.

I would like to use the current modules for angular4 application (in fact whole structure) by only changing the admin template to inspinia.

can someone guide me to the steps needed ?

Regards

Hello there. I was wondering if the SignalR unsupported warning is related to "Not implemented in aspnetzer yet" or "not supported in dotnet core (signalr-core) in the way we can use it"

Thanks

Showing 1 to 4 of 4 entries