jt3432 / dtp.umb.apppoolrefresh

Umbraco 7 Application Pool Refresh Plugin
1 stars 0 forks source link

Outdated dll version in NuGet and "Umbraco package Repository" #2

Open alex-training opened 8 years ago

alex-training commented 8 years ago

Hi!

We have an application which is located in subfolder (virtual directory /application/nicesubfolder/) I installed the latest version of package (1.1) through NuGet / "Umbraco package Repository". However, I noticed that it still use "old" approach to retrieving web.config Configuration configuration = WebConfigurationManager.OpenWebConfiguration("/");

For our case correct approach is the following : string filename = HttpContext.Current.Server.MapPath("~/web.config");

Seems that there https://our.umbraco.org/projects/backoffice-extensions/app-pool-refresh/ is attached dll-file with "latest" version.

Could you please fix that discrepancy in NuGet / "Umbraco package Repository".

Many thanks.

alex-training commented 7 years ago

Hey @jt3432 ! Can you please take a look at this?

alex-training commented 7 years ago

Basically you just need to re-upload the correct version of dll to NuGet