:( can any one tell me how to write the errors/exceptions, occured while compiling vb.net program, in a text file?????????
IN VB.NET2003
:'(
bcm 5 Junior Poster in Training
Recommended Answers
Jump to PostI don't have or know vb 2003 but use the Try Catch. Under the catch send the error to your log file.
Try this:Imports System.IO Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim x, y As Integer y …
All 3 Replies
zmariow 0 Junior Poster in Training
waynespangler 63 Posting Pro in Training
cutepinkbunnies 4 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.