Message 1 of 3
Autocad.net + Helloworld example problem
Not applicable
02-24-2008
11:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hai
i am a beginner for Autocad.net API. i am using Autocad 2007 & Vb.net 2005. when i have debugging helloworld example i put breakpoint in follwing code
Imports Autodesk.AutoCAD.ApplicationServices
Imports Autodesk.AutoCAD.EditorInput
Imports Autodesk.AutoCAD.Runtime
Public Class Class1
_
Public Sub HelloWorld()
Dim ed As Editor = Application.DocumentManager.MdiActiveDocument.Editor
ed.WriteMessage("Hello World") ' Breakpoint in this line.
End Sub
End Class
it shows error message as "The breakponit will not currently be hit. No symbols have been loaded for this document" .Please give a solution to me.
Thanks in advance
regards,
Sithick.
i am a beginner for Autocad.net API. i am using Autocad 2007 & Vb.net 2005. when i have debugging helloworld example i put breakpoint in follwing code
Imports Autodesk.AutoCAD.ApplicationServices
Imports Autodesk.AutoCAD.EditorInput
Imports Autodesk.AutoCAD.Runtime
Public Class Class1
Public Sub HelloWorld()
Dim ed As Editor = Application.DocumentManager.MdiActiveDocument.Editor
ed.WriteMessage("Hello World") ' Breakpoint in this line.
End Sub
End Class
it shows error message as "The breakponit will not currently be hit. No symbols have been loaded for this document" .Please give a solution to me.
Thanks in advance
regards,
Sithick.