Welcome to WinForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Visual Basic

 
   Windows XP (Home) -> XP New Users RSS
Next:  New Desktop  
Author Message
rghaffari

External


Since: Mar 28, 2008
Posts: 1



(Msg. 1) Posted: Fri Mar 28, 2008 9:27 am
Post subject: Visual Basic
Archived from groups: microsoft>public>windowsxp>newusers (more info?)

I am running a Microsoft Visual Basic 6.0, For 32-bit on Microsoft
Visual Basic 6.0, For 32-bit Windows Development Against Access 2003,
on windows XP, Professional Version 2002 plattform.
I know the program works, I just cannot figure the problem, This is
the first time I am working with Visual Basic and I need help, Someone
please.
I thank you all in advance

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Data.OleDb.OleDbException: 'C:\Program Files\Mats Membership
Manager\data\members.mdb' is not a valid path. Make sure that the
path name is spelled correctly and that you are connected to the
server on which the file resides.
at System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr)
at System.Data.OleDb.OleDbConnection.InitializeProvider()
at System.Data.OleDb.OleDbConnection.Open()
at System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection
connection, ConnectionState& originalState)
at System.Data.Common.DbDataAdapter.FillFromCommand(Object data,
Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand
command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32
startRecord, Int32 maxRecords, String srcTable, IDbCommand command,
CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet)
at MATS_Card_Write.frmClubDetails.frmClubDetails_Load(Object
sender, EventArgs e)
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.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32
msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2407
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
MATS Membership Manager
Assembly Version: 1.0.2250.24459
Win32 Version: 1.0.2250.24459
CodeBase: file:///C:/Program%20Files/Mats%20Membership%20Manager/MATS%20Membersh...20Manag
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5...1934e08
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2407
CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d...3a/syst
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e08...ystem.x
----------------------------------------
System.Data
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e0...system.
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 7.0.5000.0
Win32 Version: 7.10.6001.4
CodeBase: file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f...f11d50a
----------------------------------------
************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (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 machine
rather than being handled by this dialog.

 >> Stay informed about: Visual Basic 
Back to top
Login to vote
jake

External


Since: May 31, 2006
Posts: 48



(Msg. 2) Posted: Mon Mar 31, 2008 8:54 pm
Post subject: RE: Visual Basic [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Looks to me that your missing "C:\Program Files\Mats Membership
Manager\data\members.mdb" file.
Just a guess.


"rghaffari@hotmail.com" wrote:

> I am running a Microsoft Visual Basic 6.0, For 32-bit on Microsoft
> Visual Basic 6.0, For 32-bit Windows Development Against Access 2003,
> on windows XP, Professional Version 2002 plattform.
> I know the program works, I just cannot figure the problem, This is
> the first time I am working with Visual Basic and I need help, Someone
> please.
> I thank you all in advance
>
> See the end of this message for details on invoking
> just-in-time (JIT) debugging instead of this dialog box.
> ************** Exception Text **************
> System.Data.OleDb.OleDbException: 'C:\Program Files\Mats Membership
> Manager\data\members.mdb' is not a valid path. Make sure that the
> path name is spelled correctly and that you are connected to the
> server on which the file resides.
> at System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr)
> at System.Data.OleDb.OleDbConnection.InitializeProvider()
> at System.Data.OleDb.OleDbConnection.Open()
> at System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection
> connection, ConnectionState& originalState)
> at System.Data.Common.DbDataAdapter.FillFromCommand(Object data,
> Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand
> command, CommandBehavior behavior)
> at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32
> startRecord, Int32 maxRecords, String srcTable, IDbCommand command,
> CommandBehavior behavior)
> at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet)
> at MATS_Card_Write.frmClubDetails.frmClubDetails_Load(Object
> sender, EventArgs e)
> 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.ControlNativeWindow.OnMessage(Message& m)
> at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
> at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32
> msg, IntPtr wparam, IntPtr lparam)
> ************** Loaded Assemblies **************
> mscorlib
> Assembly Version: 1.0.5000.0
> Win32 Version: 1.1.4322.2407
> CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
> ----------------------------------------
> MATS Membership Manager
> Assembly Version: 1.0.2250.24459
> Win32 Version: 1.0.2250.24459
> CodeBase: file:///C:/Program%20Files/Mats%20Membership%20Manager/MATS%20Membersh...20Manag
> ----------------------------------------
> System.Windows.Forms
> Assembly Version: 1.0.5000.0
> Win32 Version: 1.1.4322.2032
> CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5...1934e08
> ----------------------------------------
> System
> Assembly Version: 1.0.5000.0
> Win32 Version: 1.1.4322.2407
> CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
> ----------------------------------------
> System.Drawing
> Assembly Version: 1.0.5000.0
> Win32 Version: 1.1.4322.2032
> CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d...3a/syst
> ----------------------------------------
> System.Xml
> Assembly Version: 1.0.5000.0
> Win32 Version: 1.1.4322.2032
> CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e08...ystem.x
> ----------------------------------------
> System.Data
> Assembly Version: 1.0.5000.0
> Win32 Version: 1.1.4322.2032
> CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e0...system.
> ----------------------------------------
> Microsoft.VisualBasic
> Assembly Version: 7.0.5000.0
> Win32 Version: 7.10.6001.4
> CodeBase: file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f...f11d50a
> ----------------------------------------
> ************** JIT Debugging **************
> To enable just in time (JIT) debugging, the config file for this
> application or machine (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 machine
> rather than being handled by this dialog.
>

 >> Stay informed about: Visual Basic 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Q Basic - I used QBasic in the Windows 98 days, and very good it was too. Now with Windows XP, It seems to be a non starter. But ... I wonder. Some DOS box facilities are said to be available, and I wondered if 'they' could get QBasic up and running again. They..

USB 2.0 Port Device Driver Problem for Windows XP SP2 user - I have a Dell Inspiron 1000 with Windows XP SP 2. I also have USB 2.0. Ports. When recently trying to install a printer onto the laptop and experiencing problems doing so, I was advised to de-install the USB device Controllers and reboot the computer..

printer informational pop up - i am on XP professional 2002 now. Whenever I print something to a printer a little yellow informational pop up comes up telling me I sent something to the printer and it points to the printer icon in the task bar. This is really useless and annoying..

XP Pro and Home re-install - After re-installation of both on seperate units neither would give me a connection to Internet. Also re-installed utilities CD. All other functions work and ISP will not configure. I am on FIoS, also tried dial-up, no luck. Anybody? -- Dave

XP Pro and Home re-install - After re-installation of both on seperate units neither would give me a connection to Internet. Also re-installed utilities CD. All other functions work and ISP will not configure. I am on FIoS, also tried dial-up, no luck. Anybody? -- Dave
   Windows XP (Home) -> XP New Users All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum

Categories:
  Windows XP
 Windows Vista!
 Win 2000/NT/98/ME


[ Contact us | Terms of Service/Privacy Policy ]