Hi,
just started playing with GBPVR... tried it on my main machine ( WinXPsp2) and all is fine.
put together a fresh machine, new win2k install, sp4, mdac2.6 and ms .net framework all installed.
install of GBPVR seems ok, but when the config util launches i get a dialog box with :
Microsoft .Net Framework
Unhandled exception has occoured in your application........
The specified module could not be found. {Exception from HRESULT: 0x8007007E}.
If I click on details this is the report i get :
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.IO.FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at Config.xfd6951461fe46d87.x1f0684532099dac8(Object xdf2e3583f942db7b, EventArgs xc4f45905cb1fc7ba)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WIN2K/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Config
Assembly Version: 1.0.2486.27882
Win32 Version: 1.0.2486.27882
CodeBase: file:///C:/Program%20Files/devnz/gbpvr/Config.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WIN2K/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WIN2K/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WIN2K/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
GBPVRBackendCommon
Assembly Version: 1.0.2486.9813
Win32 Version: 1.0.2486.9813
CodeBase: file:///C:/Program%20Files/devnz/gbpvr/GBPVRBackendCommon.DLL
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WIN2K/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WIN2K/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.ServiceProcess
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WIN2K/assembly/GAC_MSIL/System.ServiceProcess/2.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WIN2K/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
GBPVRPublic
Assembly Version: 1.0.2467.14929
Win32 Version: 1.0.2467.14929
CodeBase: file:///C:/Program%20Files/devnz/gbpvr/GBPVRPublic.DLL
----------------------------------------
System.Data.SQLite
Assembly Version: 1.0.30.1
Win32 Version: 1.0.30.1
CodeBase: file:///C:/Program%20Files/devnz/gbpvr/System.Data.SQLite.DLL
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
I have had a look in config.exe.log and this is all i get :
06/11/2006 12:23:26.877 VERBOSE [1] installDirectory is C:\Program Files\devnz\gbpvr\
06/11/2006 12:23:26.877 VERBOSE [1] configurationFile is C:\Program Files\devnz\gbpvr\config.xml
06/11/2006 12:23:26.907 VERBOSE [1] getValue() loading new key/value into cache: /settings/DatabaseConnectionString
06/11/2006 12:23:26.907 VERBOSE [1] getValue: /settings/DatabaseConnectionString : Data Source=".\gbpvr.db3";Version=3;New=True;
06/11/2006 12:23:26.907 VERBOSE [1] getValue() loading new key/value into cache: /settings/DatabaseIdentityQuery
06/11/2006 12:23:26.907 VERBOSE [1] getValue: /settings/DatabaseIdentityQuery : select last_insert_rowid()
06/11/2006 12:23:26.907 VERBOSE [1] databaseConnectionString is Data Source="C:\Program Files\devnz\gbpvr\\gbpvr.db3";Version=3;New=True;
06/11/2006 12:23:26.907 VERBOSE [1] getValue() loading new key/value into cache: /settings/DatabaseProviderFactory
06/11/2006 12:23:26.927 VERBOSE [1] getValue: /settings/DatabaseProviderFactory : System.Data.SQLite.SQLiteFactory
06/11/2006 12:23:26.927 VERBOSE [1] ...using System.Data.SQLite.SQLiteFactory DB Provider Factory
06/11/2006 12:23:26.927 VERBOSE [1] getValue() loading new key/value into cache: /settings/LoggingLevel
06/11/2006 12:23:26.927 VERBOSE [1] getValue: /settings/LoggingLevel : Debug
06/11/2006 12:23:26.927 VERBOSE [1] getValue() loading new key/value into cache: /settings/LoggingForceFlush
06/11/2006 12:23:26.927 VERBOSE [1] getValue: /settings/LoggingForceFlush : true
06/11/2006 12:23:26.927 VERBOSE [1] getValue() loading new key/value into cache: /settings/LoggingMaxSize
06/11/2006 12:23:26.927 VERBOSE [1] getValue: /settings/LoggingMaxSize : 1000000
06/11/2006 12:23:26.927 VERBOSE [1] getValue() loading new key/value into cache: /settings/LogSQL
06/11/2006 12:23:26.927 VERBOSE [1] getValue: /settings/LogSQL : false
06/11/2006 12:23:26.927 VERBOSE [1] getValue() loading new key/value into cache: /settings/AntiAlias
06/11/2006 12:23:26.927 VERBOSE [1] getValue: /settings/AntiAlias : true
On my XP machine the log is much longer..
I have tried reinstalling Sp4, Mdac6.2, GBPVR and always get the same error...
any suggestions ?
many thanks,
Ian.
just started playing with GBPVR... tried it on my main machine ( WinXPsp2) and all is fine.
put together a fresh machine, new win2k install, sp4, mdac2.6 and ms .net framework all installed.
install of GBPVR seems ok, but when the config util launches i get a dialog box with :
Microsoft .Net Framework
Unhandled exception has occoured in your application........
The specified module could not be found. {Exception from HRESULT: 0x8007007E}.
If I click on details this is the report i get :
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.IO.FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at Config.xfd6951461fe46d87.x1f0684532099dac8(Object xdf2e3583f942db7b, EventArgs xc4f45905cb1fc7ba)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WIN2K/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Config
Assembly Version: 1.0.2486.27882
Win32 Version: 1.0.2486.27882
CodeBase: file:///C:/Program%20Files/devnz/gbpvr/Config.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WIN2K/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WIN2K/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WIN2K/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
GBPVRBackendCommon
Assembly Version: 1.0.2486.9813
Win32 Version: 1.0.2486.9813
CodeBase: file:///C:/Program%20Files/devnz/gbpvr/GBPVRBackendCommon.DLL
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WIN2K/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WIN2K/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.ServiceProcess
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WIN2K/assembly/GAC_MSIL/System.ServiceProcess/2.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WIN2K/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
GBPVRPublic
Assembly Version: 1.0.2467.14929
Win32 Version: 1.0.2467.14929
CodeBase: file:///C:/Program%20Files/devnz/gbpvr/GBPVRPublic.DLL
----------------------------------------
System.Data.SQLite
Assembly Version: 1.0.30.1
Win32 Version: 1.0.30.1
CodeBase: file:///C:/Program%20Files/devnz/gbpvr/System.Data.SQLite.DLL
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
I have had a look in config.exe.log and this is all i get :
06/11/2006 12:23:26.877 VERBOSE [1] installDirectory is C:\Program Files\devnz\gbpvr\
06/11/2006 12:23:26.877 VERBOSE [1] configurationFile is C:\Program Files\devnz\gbpvr\config.xml
06/11/2006 12:23:26.907 VERBOSE [1] getValue() loading new key/value into cache: /settings/DatabaseConnectionString
06/11/2006 12:23:26.907 VERBOSE [1] getValue: /settings/DatabaseConnectionString : Data Source=".\gbpvr.db3";Version=3;New=True;
06/11/2006 12:23:26.907 VERBOSE [1] getValue() loading new key/value into cache: /settings/DatabaseIdentityQuery
06/11/2006 12:23:26.907 VERBOSE [1] getValue: /settings/DatabaseIdentityQuery : select last_insert_rowid()
06/11/2006 12:23:26.907 VERBOSE [1] databaseConnectionString is Data Source="C:\Program Files\devnz\gbpvr\\gbpvr.db3";Version=3;New=True;
06/11/2006 12:23:26.907 VERBOSE [1] getValue() loading new key/value into cache: /settings/DatabaseProviderFactory
06/11/2006 12:23:26.927 VERBOSE [1] getValue: /settings/DatabaseProviderFactory : System.Data.SQLite.SQLiteFactory
06/11/2006 12:23:26.927 VERBOSE [1] ...using System.Data.SQLite.SQLiteFactory DB Provider Factory
06/11/2006 12:23:26.927 VERBOSE [1] getValue() loading new key/value into cache: /settings/LoggingLevel
06/11/2006 12:23:26.927 VERBOSE [1] getValue: /settings/LoggingLevel : Debug
06/11/2006 12:23:26.927 VERBOSE [1] getValue() loading new key/value into cache: /settings/LoggingForceFlush
06/11/2006 12:23:26.927 VERBOSE [1] getValue: /settings/LoggingForceFlush : true
06/11/2006 12:23:26.927 VERBOSE [1] getValue() loading new key/value into cache: /settings/LoggingMaxSize
06/11/2006 12:23:26.927 VERBOSE [1] getValue: /settings/LoggingMaxSize : 1000000
06/11/2006 12:23:26.927 VERBOSE [1] getValue() loading new key/value into cache: /settings/LogSQL
06/11/2006 12:23:26.927 VERBOSE [1] getValue: /settings/LogSQL : false
06/11/2006 12:23:26.927 VERBOSE [1] getValue() loading new key/value into cache: /settings/AntiAlias
06/11/2006 12:23:26.927 VERBOSE [1] getValue: /settings/AntiAlias : true
On my XP machine the log is much longer..
I have tried reinstalling Sp4, Mdac6.2, GBPVR and always get the same error...
any suggestions ?
many thanks,
Ian.