NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 45 46 47 48 49 … 93 Next »
Enhanced Web Admin

Thread Closed 
 
  • 0 Vote(s) - 0 Average
Enhanced Web Admin
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#1,051
2006-05-27, 12:04 AM
ydekmekji Wrote:Dude... that was the bomb--it worked! Is that why they call you uncle?
Zapimport is causing problems for me... (I have the latest ver.), but this was awesome!

Send me a PM on your ZapTools issues....we should be able to get that working....
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
kendrak24
Offline

Member

Posts: 119
Threads: 26
Joined: Dec 2004
#1,052
2006-05-27, 01:01 AM
Hi,

I recently upgraded from 0.96.12 to 0.97.07 and now I can't compile the web admin anymore. I'm using SharpDevelop 2.0, and it looks like some cs files are missing... E.g. for Admin.aspx.cs I get:

The name 'dropdownThemes' does not exist in the current context

and a few more like that. I checked, but I can only find ONE partial Admin class defined (and it should be at least one more, right?).

So, are some files missing, or is it just no longer ment to be compilable by anyone?

TIA
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#1,053
2006-05-27, 01:03 AM
kendrak24 Wrote:Hi,

I recently upgraded from 0.96.12 to 0.97.07 and now I can't compile the web admin anymore. I'm using SharpDevelop 2.0, and it looks like some cs files are missing... E.g. for Admin.aspx.cs I get:

The name 'dropdownThemes' does not exist in the current context

and a few more like that. I checked, but I can only find ONE partial Admin class defined (and it should be at least one more, right?).

So, are some files missing, or is it just no longer ment to be compilable by anyone?

TIA

It does not get compiled....it gets built.....the web server will compile the code when it is executed.

I have not tried to use SharpDevelop with EWA.....just VS 2005.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
kendrak24
Offline

Member

Posts: 119
Threads: 26
Joined: Dec 2004
#1,054
2006-05-27, 01:16 AM
Yes, of course it gets built. My mistake... I use other programming languages normally :-) Well, it doesn't build in SharpDevelop 2.0 and I get the error messages I mentioned in my previous post... However, as I understand it, there can't be just ONE partial class, it has to be at least two, right? I.e. for the Admin.cs:

public partial class Admin : System.Web.UI.Page
{
...
}

I can't find the "second" partial class for Admin...
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#1,055
2006-05-27, 01:27 AM
kendrak24 Wrote:Yes, of course it gets built. My mistake... I use other programming languages normally :-) Well, it doesn't build in SharpDevelop 2.0 and I get the error messages I mentioned in my previous post... However, as I understand it, there can't be just ONE partial class, it has to be at least two, right? I.e. for the Admin.cs:

public partial class Admin : System.Web.UI.Page
{
...
}

I can't find the "second" partial class for Admin...

You should have an Admin.aspx file....this is the web page....the admin.cs file is the code that executes behind the admin.aspx webpage.

The error The name 'dropdownThemes' does not exist in the current context tells me it is not connecting the .cs file to the .aspx file.

This is now buildt with ASP.Net 2.0....don't know if that helps or not.....you need to be using a web project in SharpDevelop as well.

Did you try opening the gbweb.sln file with SharpDevelop?
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
kendrak24
Offline

Member

Posts: 119
Threads: 26
Joined: Dec 2004
#1,056
2006-05-27, 01:47 AM
Yes, I tried that, but the sln file tries to open the project via http://localhost/gbweb/ and I get the error "The project file cannot be found".
Maybe SD 2.0 doesn't support web projects. :-(
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#1,057
2006-05-27, 01:57 AM
kendrak24 Wrote:Yes, I tried that, but the sln file tries to open the project via http://localhost/gbweb/ and I get the error "The project file cannot be found".
Maybe SD 2.0 doesn't support web projects. :-(

Note sure what else to do.....you could google on opening vs 2005 web projects with SharpDevelop 2.0.

That's about all I can offer....
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
nv40
Offline

Member

Posts: 233
Threads: 45
Joined: Dec 2005
#1,058
2006-05-27, 03:53 AM
Has anyone else noticed a problem with build 38? I extracted build 38 straight over 36(i think that's which one i had), and i get an error message now from my main computer (which has the gbpvr web interface bookmarked, so i know i didn't mistype it). I tried extracting my old web admin over 38, but no luck...whatever i did simply broke it. Any suggestions?

......just thinking, i'm running on gbpvr 96.12 on .net1.1, do these newer builds of enhanced-web admin need .net 2.0?
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#1,059
2006-05-27, 07:48 AM
Afaik yes, http://gbpvr.com/pmwiki/pmwiki.php/Utili...edWebAdmin
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#1,060
2006-05-27, 08:05 AM
I tried the new version aswell, stopped rec-service, deleted web-dir, extracted new web-dir, started rec-serv, then gbpvr-setup started, rec-serv finally started, EWA works but with old files I think.
This is what I found in RecServiceexe.log:

Code:
27-5-2006 9:52:29.734 INFO [4] Starting remoting service
27-5-2006 9:52:30.078 VERBOSE [4] getValue() loading new key/value into cache: /settings/WebServerEnabled
27-5-2006 9:52:30.078 VERBOSE [4] getValue: /settings/WebServerEnabled : true
27-5-2006 9:52:30.078 VERBOSE [4] getValue() loading new key/value into cache: /settings/WebServerPort
27-5-2006 9:52:30.078 VERBOSE [4] getValue: /settings/WebServerPort : 7647
27-5-2006 9:52:30.078 VERBOSE [4] About to check web assemblies...
27-5-2006 9:52:30.078 VERBOSE [4] copying GBPVRPublic.dll
27-5-2006 9:52:30.078 VERBOSE [4] copying GBPVRRecordingService.exe
27-5-2006 9:52:30.140 VERBOSE [4] copying GBPVRBackendCommon.dll
27-5-2006 9:52:30.171 VERBOSE [4] copying NativeUtilities.dll
27-5-2006 9:52:30.187 VERBOSE [4] copying System.Data.SQLite.dll
27-5-2006 9:52:30.203 INFO [4] Start GB-PVR web on: 7647
27-5-2006 9:52:30.531 VERBOSE [5] getValue() loading new key/value into cache: /settings/PreShowPadding
27-5-2006 9:52:30.531 VERBOSE [5] getValue: /settings/PreShowPadding : 1

The version popup says: 1.36.153
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
« Next Oldest | Next Newest »

Users browsing this thread: 5 Guest(s)

Pages (161): « Previous 1 … 104 105 106 107 108 … 161 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  SQLite GUI-based admin & query building? Braklet 3 1,960 2006-10-30, 02:45 PM
Last Post: Braklet
  Recordings made via the Web Admin interface are at the wrong resolution! mmatheny 9 3,091 2006-08-04, 06:34 PM
Last Post: HtV
  Enhanced Web Admin Hobson 3 2,383 2006-06-09, 07:47 AM
Last Post: Hobson
  Enhanced Web Admin (Time Slice error?) SFX Group 2 1,834 2006-02-04, 08:10 PM
Last Post: normanr
  Web Admin suggested feature babybob 0 1,153 2006-01-31, 10:12 PM
Last Post: babybob
  Enhanced Web Admin Request psycik 1 1,342 2005-10-10, 08:16 PM
Last Post: UncleJohnsBand
  reoccuring + web admin aegisx 0 1,174 2005-01-25, 10:57 PM
Last Post: aegisx
  GBPVR Web Admin KingArgyle 8 4,078 2004-12-15, 03:01 AM
Last Post: KingArgyle

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

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

Linear Mode
Threaded Mode