Click here to Skip to main content
15,896,063 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionImage printing problem Pin
Sipder6-Feb-09 18:50
Sipder6-Feb-09 18:50 
AnswerRe: Image printing problem Pin
Dave Kreskowiak6-Feb-09 19:09
mveDave Kreskowiak6-Feb-09 19:09 
GeneralRe: Image printing problem Pin
Sipder6-Feb-09 19:34
Sipder6-Feb-09 19:34 
GeneralRe: Image printing problem Pin
Dave Kreskowiak6-Feb-09 22:48
mveDave Kreskowiak6-Feb-09 22:48 
GeneralRe: Image printing problem Pin
Duncan Edwards Jones9-Feb-09 4:56
professionalDuncan Edwards Jones9-Feb-09 4:56 
GeneralRe: Image printing problem Pin
Dave Kreskowiak9-Feb-09 12:01
mveDave Kreskowiak9-Feb-09 12:01 
GeneralRe: Image printing problem Pin
Duncan Edwards Jones9-Feb-09 5:02
professionalDuncan Edwards Jones9-Feb-09 5:02 
QuestionSetup wizard. Installting package in other system the bellow error showing plz help me. Pin
Nanda_MR6-Feb-09 18:29
Nanda_MR6-Feb-09 18:29 
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at WindowsApplication1.Login.OK_Button_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.PerformClick()
   at System.Windows.Forms.Form.ProcessDialogKey(Keys keyData)
   at System.Windows.Forms.TextBoxBase.ProcessDialogKey(Keys keyData)
   at System.Windows.Forms.Control.PreProcessMessage(Message& msg)
   at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg)
   at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)


************** 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
----------------------------------------
Contact List
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/Default%20Company%20Name/Contact%20list/Contact%20List.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.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.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.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.Runtime.Remoting
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
ADODB
    Assembly Version: 7.0.3300.0
    Win32 Version: 7.10.2346
    CodeBase: file:///C:/Program%20Files/Default%20Company%20Name/Contact%20list/ADODB.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.


Thanx's in advance.
AnswerRe: Setup wizard. Installting package in other system the bellow error showing plz help me. Pin
Dave Kreskowiak6-Feb-09 19:07
mveDave Kreskowiak6-Feb-09 19:07 
GeneralRe: Setup wizard. Installting package in other system the bellow error showing plz help me. Pin
Nanda_MR8-Feb-09 18:32
Nanda_MR8-Feb-09 18:32 
GeneralRe: Setup wizard. Installting package in other system the bellow error showing plz help me. Pin
Dave Kreskowiak9-Feb-09 1:46
mveDave Kreskowiak9-Feb-09 1:46 
GeneralRe: Setup wizard. Installting package in other system the bellow error showing plz help me. Pin
Nanda_MR9-Feb-09 18:53
Nanda_MR9-Feb-09 18:53 
QuestionNI Measurement Studio question Pin
Nick Alexeev6-Feb-09 17:52
professionalNick Alexeev6-Feb-09 17:52 
AnswerRe: NI Measurement Studio question Pin
Christian Graus6-Feb-09 18:18
protectorChristian Graus6-Feb-09 18:18 
GeneralRe: NI Measurement Studio question Pin
Dave Kreskowiak6-Feb-09 19:04
mveDave Kreskowiak6-Feb-09 19:04 
GeneralRe: NI Measurement Studio question Pin
Nick Alexeev6-Feb-09 19:26
professionalNick Alexeev6-Feb-09 19:26 
GeneralRe: NI Measurement Studio question Pin
Dave Kreskowiak6-Feb-09 22:45
mveDave Kreskowiak6-Feb-09 22:45 
GeneralRe: NI Measurement Studio question Pin
Nick Alexeev7-Feb-09 10:28
professionalNick Alexeev7-Feb-09 10:28 
QuestionStreamwriter and thread safety Pin
NeilPrice6-Feb-09 9:50
NeilPrice6-Feb-09 9:50 
AnswerRe: Streamwriter and thread safety Pin
Christian Graus6-Feb-09 10:27
protectorChristian Graus6-Feb-09 10:27 
GeneralRe: Streamwriter and thread safety Pin
NeilPrice6-Feb-09 10:35
NeilPrice6-Feb-09 10:35 
GeneralRe: Streamwriter and thread safety Pin
Dave Kreskowiak6-Feb-09 11:12
mveDave Kreskowiak6-Feb-09 11:12 
GeneralRe: Streamwriter and thread safety Pin
NeilPrice6-Feb-09 11:28
NeilPrice6-Feb-09 11:28 
GeneralRe: Streamwriter and thread safety Pin
Luc Pattyn6-Feb-09 11:41
sitebuilderLuc Pattyn6-Feb-09 11:41 
QuestionTextbox prblem Pin
-kikica0512-6-Feb-09 9:09
-kikica0512-6-Feb-09 9:09 

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.