NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Docker amd64 v
« Previous 1 2 3 4 5 … 9 Next »
NScriptHelper.dll out of date with .NET

 
  • 0 Vote(s) - 0 Average
NScriptHelper.dll out of date with .NET
swensonator
Offline

Junior Member

United States
Posts: 2
Threads: 1
Joined: Nov 2024
#1
2024-11-14, 11:14 PM
Just updated to 7.0.0.241105.

I see in the release notes the following:

Quote:Moved to .NET 8. Previously we were using .NET 6, but that had reached end of support at Microsoft.

I previously used the -service.method=setting.m3u.update command to refresh my m3u, which occasionally change. Since the update it now throws the following error:

Quote:You must install or update .NET to run this application.

App: /app/NScriptHelper.dll
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '6.0.0' (x64)
.NET location: /usr/share/dotnet/

The following frameworks were found:
  8.0.10 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]

Are you planning to update the NScriptHelper.dll to match the new version of .NET?

Thanks!
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#2
2024-11-14, 11:54 PM
I could have sworn you were wrong, but I check the linux build script, and yes it was still copying in the old .net 6 build.

I've fixed it for the next release, which should be this weekend.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,180
Threads: 958
Joined: May 2006
#3
2024-11-14, 11:58 PM (This post was last modified: 2024-11-14, 11:58 PM by mvallevand.)
The problem as I see it is the missing NScripthelper.runtimeconfig.json on Linux and Docker

Code:
{
  "runtimeOptions": {
    "tfm": "net8.0",
    "framework": {
      "name": "Microsoft.NETCore.App",
      "version": "8.0.0"
    },
    "configProperties": {
      "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
    }
  }
}

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#4
2024-11-15, 12:39 AM
(2024-11-14, 11:58 PM)mvallevand Wrote: The problem as I see it is the missing NScripthelper.runtimeconfig.json on Linux and Docker
More than that, it was literally copying in the old .net 6 binary, rather than the .net 8 version.
swensonator
Offline

Junior Member

United States
Posts: 2
Threads: 1
Joined: Nov 2024
#5
2024-11-15, 01:02 AM
Thanks for the quick response and quick fix!
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode