Click here to Skip to main content
16,005,491 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Setting Arrays Pin
cwayman15-Nov-04 5:09
cwayman15-Nov-04 5:09 
GeneralUsing TAPI In DotNet Pin
Agnelo Noronha14-Nov-04 20:57
Agnelo Noronha14-Nov-04 20:57 
GeneralGet key value Pin
axiomillies14-Nov-04 18:53
axiomillies14-Nov-04 18:53 
GeneralBreakout problems (.net) Pin
bhound8914-Nov-04 16:47
bhound8914-Nov-04 16:47 
GeneralRe: Breakout problems (.net) Pin
MohammadAmiry14-Nov-04 23:54
MohammadAmiry14-Nov-04 23:54 
GeneralNeed some help with code Pin
Harry200414-Nov-04 16:42
Harry200414-Nov-04 16:42 
GeneralRe: Need some help with code Pin
Tom John14-Nov-04 23:45
Tom John14-Nov-04 23:45 
GeneralRe: Need some help with code Pin
Harry200415-Nov-04 17:21
Harry200415-Nov-04 17:21 
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidOperationException: Update requires a valid UpdateCommand when passed DataRow collection with modified rows.
at System.Data.Common.DbDataAdapter.Update(DataRow[] dataRows, DataTableMapping tableMapping)
at System.Data.Common.DbDataAdapter.Update(DataSet dataSet, String srcTable)
at System.Data.Common.DbDataAdapter.Update(DataSet dataSet)
at How_To_1._1.Form1.SaveRecord() in C:\Documents and Settings\Harrison\My Documents\Visual Studio Projects\How-To 1.1\Form1.vb:line 504
at How_To_1._1.Form1.txtSave_Click(Object sender, EventArgs e) in C:\Documents and Settings\Harrison\My Documents\Visual Studio Projects\How-To 1.1\Form1.vb:line 514
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.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.573
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
How-To 1.1
Assembly Version: 1.0.1780.42193
Win32 Version: 1.0.1780.42193
CodeBase: file:///C:/Documents%20and%20Settings/Harrison/My%20Documents/Visual%20Studio%20Projects/How-To%201.1/bin/How-To%201.1.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
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.573
CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
System.Data
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
Accessibility
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 7.0.5000.0
Win32 Version: 7.10.3052.4
CodeBase: file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll
----------------------------------------

************** 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">


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.
Generalvideo capture in background Pin
Member 148409914-Nov-04 16:28
Member 148409914-Nov-04 16:28 
GeneraliHTMLElementRender Pin
ddd0114-Nov-04 16:18
ddd0114-Nov-04 16:18 
GeneralPrinting Rich Text - VB.NET Pin
Dr. Pool13-Nov-04 7:11
Dr. Pool13-Nov-04 7:11 
GeneralRe: Printing Rich Text - VB.NET Pin
Mekong River14-Nov-04 1:52
Mekong River14-Nov-04 1:52 
GeneralCreating an app with no UI Pin
Anonymous12-Nov-04 20:04
Anonymous12-Nov-04 20:04 
GeneralRe: Creating an app with no UI Pin
Colin Angus Mackay13-Nov-04 2:03
Colin Angus Mackay13-Nov-04 2:03 
GeneralRe: Creating an app with no UI Pin
Anonymous13-Nov-04 10:52
Anonymous13-Nov-04 10:52 
GeneralRe: Creating an app with no UI Pin
Mekong River13-Nov-04 4:15
Mekong River13-Nov-04 4:15 
GeneralRe: Creating an app with no UI Pin
Anonymous13-Nov-04 10:55
Anonymous13-Nov-04 10:55 
GeneralCall module with argument Pin
Steven de Vries12-Nov-04 13:51
Steven de Vries12-Nov-04 13:51 
GeneralRe: Call module with argument Pin
Mekong River13-Nov-04 4:21
Mekong River13-Nov-04 4:21 
QuestionDatakey for VB datagrid? Pin
Craig C.12-Nov-04 8:30
Craig C.12-Nov-04 8:30 
AnswerRe: Datakey for VB datagrid? Pin
Craig C.15-Nov-04 7:12
Craig C.15-Nov-04 7:12 
GeneralRe: Found it! Pin
Craig C.15-Nov-04 9:48
Craig C.15-Nov-04 9:48 
Generalcall card telephony solution! Pin
manasrahfantom12-Nov-04 8:18
manasrahfantom12-Nov-04 8:18 
GeneralRe: call card telephony solution! Pin
Mekong River13-Nov-04 4:27
Mekong River13-Nov-04 4:27 
GeneralFreespace Pin
KreativeKai12-Nov-04 5:02
professionalKreativeKai12-Nov-04 5:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.