wkallhof / uLogs

An Umbraco Trace Log viewer plugin for the Umbraco 7.3 Back-Office that allows you to view logs by date and a variety of other refinements.
Apache License 2.0
4 stars 1 forks source link

backoffice/uLogs/uLogsApi/GetAvailableDates - gives 404 #2

Closed joco73 closed 8 years ago

joco73 commented 8 years ago

screenshot

Request error: The URL returned a 404 (not found): backoffice/uLogs/uLogsApi/GetAvailableDates

I first tried 1.7RC and then 1.6RC, I have Umbraco 7.3, any ideas what it can be. Installed via Nuget.

joco73 commented 8 years ago

Okey, found the problem, the uLogs.dll did not install when using Nuget. I collected it manually, and added to bin, and now it works.

joco73 commented 8 years ago

My project was 4.5.1, if I changed it to 4.5.2 (4.6) it worked with nuget install.

ghost commented 8 years ago

I'm having the same problem as joco73. I've updated uLogs using nuget and the uLogs assembly is in my bin directory as expected. I can't see a reference to backoffice/uLogs/uLogsApi/GetAvailableDates in the source, so I'm a bit confused.

ghost commented 8 years ago

Figured it out. I needed to delete the file from the folder App_Data\TEMP\ClientDependency folder and update the version number in the ClientDependency.config file.

wkallhof commented 8 years ago

@joco73 @codiomwnci I'm glad you found solutions. Let me know if you continue to have issues loading this package via NuGet. I'm a bit new when it comes to creating NuGet packages that target different frameworks so if it continues to be a problem for you, I'm sure it's affecting others.