NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 61 62 63 64 65 … 93 Next »
Error trying to load WebAdmin

 
  • 0 Vote(s) - 0 Average
Error trying to load WebAdmin
sixgun
Offline

Member

Posts: 197
Threads: 35
Joined: Sep 2004
#1
2006-01-12, 10:24 PM
I have installed the latest GBPVR on my development machine and downloaded the latest EnhancedWebAdmin, replacing the one that came with GBPVR.

I've got the project to load in ms developer studio, and built it.

But when i run it i get the following error message :-

Code:
Server Error in '/GBPVR' Application.
--------------------------------------------------------------------------------

Could not use ''; file already in use.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.OleDb.OleDbException: Could not use ''; file already in use.

Source Error:


Line 32:             lock (typeof(ScheduleHelper))
Line 33:             {
Line 34:                 ScheduleHelper.getInstance().LoadRecordingSchedule();
Line 35:             }
Line 36:         }


Source File: C:\Program Files\devnz\gbpvr\web\Global.asax.cs    Line: 34

Stack Trace:


[OleDbException (0x80004005): Could not use ''; file already in use.]
   System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr) +20
   System.Data.OleDb.OleDbConnection.InitializeProvider() +57
   System.Data.OleDb.OleDbConnection.Open() +203
   xd426863f4d052758.xcbcfc48b9705b7a2.xa19cc1d2df8cbd74()
   xd426863f4d052758.x396614b3dae3b1da.x005239145b965dc1()
   GBPVR.Backend.Common.ScheduleHelper.LoadRecordingSchedule()
   gbweb.Global..ctor() in C:\Program Files\devnz\gbpvr\web\Global.asax.cs:34
   ASP.Global_asax..ctor() in c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\gbpvr\69d3d0b0\ce9f7029\l6nfcl6p.0.cs:32

[TargetInvocationException: Exception has been thrown by the target of an invocation.]
   System.RuntimeType.CreateInstanceImpl(Boolean publicOnly) +0
   System.Activator.CreateInstance(Type type, Boolean nonPublic) +66
   System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +664
   System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +200
   System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +167
   System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +256
   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +414




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032

I'm guessing it's something to do with a database connect string, but am unsure where to put it. I found some code that refers to the <settings> section of web.config. But i'm not 100% sure.

Can anyone offer any help?
GBPVR: v0.99.5
Server: Athlon64 X2 3800+, 2GB Memory, 1480GB Storage, 6 DVB-T Tuners (2 x Nova-T 500 PCI, 2 x Nova-T PCI)
HTPC: Athlon64 3000+, 1GB Memory, 80GB Storage, Blackgold GDI DVB-T Tuner, Ahanix MCE-302 Case, MSI K8NGM2-FID motherboard
Main TV: Toshiba 42WLT66 LCD
Media Playback: 2 x MVP (wired)
Homepage: http://www.sixgun.co.uk/
Author of MpegImport utility
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#2
2006-01-13, 02:06 AM
What is ms developer studio....is that like Visual Studio? If so is it 2003 or 2005? Do you have IIS installed?
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
sixgun
Offline

Member

Posts: 197
Threads: 35
Joined: Sep 2004
#3
2006-01-13, 08:14 AM
UncleJohnsBand Wrote:What is ms developer studio....is that like Visual Studio? If so is it 2003 or 2005? Do you have IIS installed?

I meant visual studio. I've alway called it developer studio 'cos of the process name "devstudio"!

I'm currently running the 2003 edition.

I do have IIS installed. I have other web projects that i write that all run fine.
GBPVR: v0.99.5
Server: Athlon64 X2 3800+, 2GB Memory, 1480GB Storage, 6 DVB-T Tuners (2 x Nova-T 500 PCI, 2 x Nova-T PCI)
HTPC: Athlon64 3000+, 1GB Memory, 80GB Storage, Blackgold GDI DVB-T Tuner, Ahanix MCE-302 Case, MSI K8NGM2-FID motherboard
Main TV: Toshiba 42WLT66 LCD
Media Playback: 2 x MVP (wired)
Homepage: http://www.sixgun.co.uk/
Author of MpegImport utility
sixgun
Offline

Member

Posts: 197
Threads: 35
Joined: Sep 2004
#4
2006-01-13, 02:46 PM
I have downloaded version 30 of the gbweb project, and copied it to the Program Files\devnz\gbpvr\web

I am still getting this runtime error

Code:
Could not use ''; file already in use.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.OleDb.OleDbException: Could not use ''; file already in use.

Source Error:


Line 32:             lock (typeof(ScheduleHelper))
Line 33:             {
Line 34:                 ScheduleHelper.getInstance().LoadRecordingSchedule();
Line 35:             }
Line 36:         }


Source File: c:\program files\devnz\gbpvr\web\global.asax.cs    Line: 34

It's going inside GBPVR.backend.common.

The versions of DLLs i have are as follows :-

GBPVRBackendCommon.dll = 1.0.2168.28048
GBPVRPublic.dll = 1.0.2168.18584

I've tried stopping the recording service, and that has no effect.

Is this all okay?
GBPVR: v0.99.5
Server: Athlon64 X2 3800+, 2GB Memory, 1480GB Storage, 6 DVB-T Tuners (2 x Nova-T 500 PCI, 2 x Nova-T PCI)
HTPC: Athlon64 3000+, 1GB Memory, 80GB Storage, Blackgold GDI DVB-T Tuner, Ahanix MCE-302 Case, MSI K8NGM2-FID motherboard
Main TV: Toshiba 42WLT66 LCD
Media Playback: 2 x MVP (wired)
Homepage: http://www.sixgun.co.uk/
Author of MpegImport utility
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Way to tell programmatically if channel load in from NPVR has finished... gdogg371 3 2,642 2021-03-11, 03:59 PM
Last Post: mvallevand
  API request returns xml on error scJohn 4 2,218 2020-08-25, 05:41 PM
Last Post: sub
  custom creation of a recurring error p37307 2 2,547 2017-12-19, 03:45 AM
Last Post: mvallevand
  Best way to load settings for NPVR? reven 4 2,377 2012-11-01, 01:13 AM
Last Post: reven
  Weather Plugin Error Smoker 26 8,641 2009-02-01, 05:52 AM
Last Post: n00dle
  SQL Error - Failed to enable constraints. One or more rows contain values violating n ralphy 6 4,143 2008-02-06, 10:03 AM
Last Post: ralphy
  Error initializing event plugin: Exception has been thrown by the target of an invoca ralphy 1 2,189 2008-01-21, 11:23 PM
Last Post: ralphy
  Help needed with error in config.exe.log idkpmiller 3 2,028 2007-01-24, 06:08 AM
Last Post: sub
  SkinHelper Constructor error psycik 5 2,462 2006-06-06, 04:20 AM
Last Post: psycik
  Enhanced Web Admin (Time Slice error?) SFX Group 2 1,972 2006-02-04, 08:10 PM
Last Post: normanr

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

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

Linear Mode
Threaded Mode