Click here to Skip to main content
15,887,302 members
Home / Discussions / C#
   

C#

 
AnswerRe: Ho to get the IP address of Network Printer. Pin
Abhinav S3-May-10 20:43
Abhinav S3-May-10 20:43 
QuestionNew Project Ideas? (Working on mobile Banking) Pin
CoderForEver3-May-10 19:54
CoderForEver3-May-10 19:54 
AnswerRe: New Project Ideas? (Working on mobile Banking) Pin
Peace ON3-May-10 21:13
Peace ON3-May-10 21:13 
QuestionTextboxs binding to member variables Pin
Vijjuuu.3-May-10 19:44
Vijjuuu.3-May-10 19:44 
AnswerRe: Textboxs binding to member variables Pin
Gerry Schmitz3-May-10 21:17
mveGerry Schmitz3-May-10 21:17 
GeneralRe: Textboxs binding to member variables Pin
Vijjuuu.3-May-10 21:19
Vijjuuu.3-May-10 21:19 
Questionhow to validate a wmf image? Pin
deostroll3-May-10 19:16
deostroll3-May-10 19:16 
QuestionGetting Error in : datatable visualizer C# Pin
jojoba20113-May-10 18:01
jojoba20113-May-10 18:01 
When i wanna to see the "Datatable visualizer" I get Error of :
 unable to cast object of type 'Custom Exception DataHolder' ...  
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidCastException: Unable to cast object of type 'CustomExceptionDataHolder' to type 'CustomExceptionDataHolder'.
   at Microsoft.VisualStudio.DebuggerVisualizers.DebugViewerShim.PrivateCallback.MaybeDeserializeAndThrowException(Byte[] data)
   at Microsoft.VisualStudio.DebuggerVisualizers.DebugViewerShim.ManagedShim.DelegatedHost.CreateViewer(IntPtr hwnd, HostServicesHelper hsh, SafeProxyWrapper proxy)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Microsoft.VisualStudio.CommonIDE
    Assembly Version: 9.0.0.0
    Win32 Version: 9.0.30729.1
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualStudio.CommonIDE/9.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.CommonIDE.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    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.3053 (netfxsp.050727-3000)
    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.3053 (netfxsp.050727-3000)
    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.3053 (netfxsp.050727-3000)
    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.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Accessibility
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
Microsoft.VisualStudio.DebuggerVisualizers
    Assembly Version: 9.0.0.0
    Win32 Version: 9.0.30729.1
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualStudio.DebuggerVisualizers/9.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.DebuggerVisualizers.dll
----------------------------------------
Microsoft.VisualStudio.DebuggerVisualizers
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.42
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualStudio.DebuggerVisualizers/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.DebuggerVisualizers.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 searched a lot in google but not get the ans!
So please Help!
AnswerRe: Getting Error in : datatable visualizer C# Pin
ronaldrahme14-Jul-10 2:59
ronaldrahme14-Jul-10 2:59 
QuestionAdding to project Pin
Gene_Sheppard3-May-10 15:00
Gene_Sheppard3-May-10 15:00 
AnswerRe: Adding to project Pin
PIEBALDconsult3-May-10 15:27
mvePIEBALDconsult3-May-10 15:27 
AnswerRe: Adding to project Pin
AspDotNetDev3-May-10 16:01
protectorAspDotNetDev3-May-10 16:01 
GeneralRe: Adding to project Pin
Gene_Sheppard3-May-10 16:14
Gene_Sheppard3-May-10 16:14 
QuestionPlaceholders with SQL statement Pin
Terence van Schalkwyk3-May-10 9:49
Terence van Schalkwyk3-May-10 9:49 
AnswerRe: Placeholders with SQL statement Pin
SomeGuyThatIsMe3-May-10 9:55
SomeGuyThatIsMe3-May-10 9:55 
AnswerRe: Placeholders with SQL statement Pin
Luc Pattyn3-May-10 10:03
sitebuilderLuc Pattyn3-May-10 10:03 
GeneralRe: Placeholders with SQL statement Pin
Terence van Schalkwyk3-May-10 10:09
Terence van Schalkwyk3-May-10 10:09 
GeneralRe: Placeholders with SQL statement Pin
Pete O'Hanlon3-May-10 11:21
mvePete O'Hanlon3-May-10 11:21 
QuestionClass Instantiation when to use/or not Pin
mprice2143-May-10 9:00
mprice2143-May-10 9:00 
AnswerRe: Class Instantiation when to use/or not Pin
Richard MacCutchan3-May-10 9:45
mveRichard MacCutchan3-May-10 9:45 
GeneralRe: Class Instantiation when to use/or not Pin
mprice2143-May-10 10:41
mprice2143-May-10 10:41 
GeneralRe: Class Instantiation when to use/or not PinPopular
Luc Pattyn3-May-10 12:44
sitebuilderLuc Pattyn3-May-10 12:44 
GeneralRe: Class Instantiation when to use/or not Pin
mprice2144-May-10 3:19
mprice2144-May-10 3:19 
GeneralRe: Class Instantiation when to use/or not Pin
Luc Pattyn4-May-10 3:29
sitebuilderLuc Pattyn4-May-10 3:29 
GeneralRe: Class Instantiation when to use/or not Pin
Richard MacCutchan3-May-10 22:29
mveRichard MacCutchan3-May-10 22:29 

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.