Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Visual Basic

 
   Windows (Home) -> 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.
Back to top
Login to vote
jake

External


Since: Feb 25, 2008
Posts: 11



(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.
>
Back to top
Login to vote
Display posts from previous:   
Related Topics:
New and need to know? - Hello - Can someone explain to me why this is clearly stated in the title as [quote:35f8dca089]"My Blog - Standard Edition Free Download"[/quote:35f8dca089] and then on the site it states [quote:35f8dca089]"My Blog - Standard Edition is a...

Problem with deleting - Hi, Once in a while, I am getting following error when I tried to delete file(s) or a folder: Cannot delete xxxxxx : It is being used by another person or programs. Nobody is using any program. I tried to delete them soon after rebooting but I ge...

MI5 Persecution: alt.fan.mike-corley 6/6/96 (3448) - From: richard@musicians-net.co.uk (Richard Fairhurst) Newsgroups: uk.misc,uk.media,uk.legal,uk.politics.misc Subject: A Mike Corley newsgroup? Date: Thu Jun 6 05:02:17 1996 In article <2520@osiris.win-uk.net>, burridge@osiris.win-uk.net (Paul Bu...

HI I AM SMITHA - HI I AM SMITHA I AM WORK IN ONLINE MARKET I EARN UPTO 30000-50000 Pm IF UR INTRESTED REGISTER WITH THE LINKS GIVEN BELOW <a rel="nofollow" target="_blank" href="http://www.a...

Dell Vostro 1400 xp pro yesterday need tips and tricks - Vostro 1400 xp pro yesterday need tips and tricks I just got this yesterday locked it up 1st time on but it restarted ok. Zero in control panel was a surprise I searched for a hour on Google did anyone else have to click start on this, and get the..
       Windows (Home) -> 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 Forums
 Game Forums
 Linux Forums
 Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact