Click here to Skip to main content
15,919,341 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to HTTP post a files and key-value pairs? Pin
Rob Philpott17-Mar-08 0:58
Rob Philpott17-Mar-08 0:58 
Questionhow to insert the all the rows in dataTable to database Pin
md_azy17-Mar-08 0:30
md_azy17-Mar-08 0:30 
GeneralRe: how to insert the all the rows in dataTable to database Pin
Pankaj Garg17-Mar-08 0:54
Pankaj Garg17-Mar-08 0:54 
Questionhow to get index valus using .net with c# [modified] Pin
sugunavathysubramanian17-Mar-08 0:20
sugunavathysubramanian17-Mar-08 0:20 
AnswerRe: how to get index valus using .net with c# Pin
Christian Graus17-Mar-08 0:23
protectorChristian Graus17-Mar-08 0:23 
GeneralApplication Version Pin
stancrm16-Mar-08 23:20
stancrm16-Mar-08 23:20 
GeneralRe: Application Version Pin
Christian Graus16-Mar-08 23:41
protectorChristian Graus16-Mar-08 23:41 
GeneralSystem.ArgumentException: Parameter is not valid. Pin
D i x y16-Mar-08 23:03
D i x y16-Mar-08 23:03 
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentException: Parameter is not valid.
at System.Drawing.FontFamily.GetName(Int32 language)
at System.Drawing.FontFamily.get_Name()
at System.Windows.Forms.Internal.WindowsFont.FromFont(Font font, WindowsFontQuality fontQuality)
at System.Windows.Forms.Internal.WindowsGraphicsCacheManager.GetWindowsFont(Font font, WindowsFontQuality fontQuality)
at System.Windows.Forms.TextRenderer.DrawText(IDeviceContext dc, String text, Font font, Rectangle bounds, Color foreColor, TextFormatFlags flags)
at System.Windows.Forms.Label.OnPaint(PaintEventArgs e)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Label.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:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
BarcodeLabelGenerator
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Pro%20Data%20Doctor%20Barcode/Barcode%20Label%20Generator%20Software%20Demo/BarcodeLabelGenerator.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/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:/WINDOWS/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:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.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">


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.
GeneralRe: System.ArgumentException: Parameter is not valid. Pin
Christian Graus16-Mar-08 23:09
protectorChristian Graus16-Mar-08 23:09 
GeneralRe: System.ArgumentException: Parameter is not valid. Pin
D i x y16-Mar-08 23:18
D i x y16-Mar-08 23:18 
GeneralRe: System.ArgumentException: Parameter is not valid. Pin
Christian Graus16-Mar-08 23:31
protectorChristian Graus16-Mar-08 23:31 
GeneralRe: System.ArgumentException: Parameter is not valid. Pin
D i x y16-Mar-08 23:44
D i x y16-Mar-08 23:44 
GeneralRe: System.ArgumentException: Parameter is not valid. Pin
Christian Graus17-Mar-08 0:02
protectorChristian Graus17-Mar-08 0:02 
GeneralRe: System.ArgumentException: Parameter is not valid. Pin
D i x y17-Mar-08 0:04
D i x y17-Mar-08 0:04 
GeneralRe: System.ArgumentException: Parameter is not valid. Pin
Christian Graus17-Mar-08 0:21
protectorChristian Graus17-Mar-08 0:21 
GeneralRe: System.ArgumentException: Parameter is not valid. Pin
D i x y17-Mar-08 0:29
D i x y17-Mar-08 0:29 
GeneralRe: System.ArgumentException: Parameter is not valid. Pin
D i x y17-Mar-08 0:44
D i x y17-Mar-08 0:44 
GeneralRe: System.ArgumentException: Parameter is not valid. Pin
Christian Graus17-Mar-08 1:02
protectorChristian Graus17-Mar-08 1:02 
GeneralRe: System.ArgumentException: Parameter is not valid. Pin
D i x y17-Mar-08 1:06
D i x y17-Mar-08 1:06 
GeneralRe: System.ArgumentException: Parameter is not valid. Pin
D i x y17-Mar-08 18:36
D i x y17-Mar-08 18:36 
Generalproblem in showing the form Pin
Miss Maheshwari16-Mar-08 22:39
Miss Maheshwari16-Mar-08 22:39 
GeneralRe: problem in showing the form Pin
Gareth H16-Mar-08 23:43
Gareth H16-Mar-08 23:43 
GeneralRe: problem in showing the form Pin
Miss Maheshwari16-Mar-08 23:57
Miss Maheshwari16-Mar-08 23:57 
GeneralLink error 2019 and 2028 Pin
ptr2void16-Mar-08 22:12
ptr2void16-Mar-08 22:12 
GeneralRe: Link error 2019 and 2028 Pin
Christian Graus16-Mar-08 22:18
protectorChristian Graus16-Mar-08 22:18 

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.