Message 1 of 7
Lab1 fails to execute

Not applicable
04-03-2007
11:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am working with dotnat 2005 having autocad 2005 installed on it. My operating system is Windows 2003.
I implement the example available with samples names Lab1. In this example, i just call the method ..
_
Public Sub HelloWorld()
Dim ed As Editor = Application.DocumentManager.MdiActiveDocument.Editor
ed.WriteMessage("Hello World")
End Sub
There is No error in runing, Autocad opens when i run the application by F5. I use Netload command and browse dll from debug folder. But nothing happen when i type "HelloWorld" on the command line.........
Why this happen. is it the issue of Operating system, or ????
Please help me.
Thanks
I implement the example available with samples names Lab1. In this example, i just call the method ..
Public Sub HelloWorld()
Dim ed As Editor = Application.DocumentManager.MdiActiveDocument.Editor
ed.WriteMessage("Hello World")
End Sub
There is No error in runing, Autocad opens when i run the application by F5. I use Netload command and browse dll from debug folder. But nothing happen when i type "HelloWorld" on the command line.........
Why this happen. is it the issue of Operating system, or ????
Please help me.
Thanks