Page 1 of 1

CADViewX + .NET

Posted: 10 Feb 2007, 01:08
by jgayhart
Hi,

I am currently in the process of migrating from VB6 to Visual Studio 2005. When running the VB.NET demo project (or even just adding the control to an empty form with no code), I get the following two errors when closing the program:

<ul><li>The exception unknown software exception (0x0eedfade) occurred in the application at location 0x7c812a5b</li>
<li>Runtime error 217 at 03CE1036</li>
</ul>

Posted: 12 Feb 2007, 09:49
by support
Hello!

Thank you for the remark. We have found this problem too. We will solve it and inform you about results when update will be available.

Sergey.

Please post questions to the forum or write to support@cadsofttools.com

Posted: 27 Feb 2007, 00:28
by jgayhart
Hi,

I was just checking to see if there is any progress on this problem. This problem is currently holding up the release of a production application. We are anxious to get the problem resolved as soon as we can. Please let me know if there is anything that I can do to help facilitate you.

Thanks.

James "ACE" Gayhart: If at first you don't succeed, call it Version 1.0.

Posted: 15 Mar 2007, 15:52
by support
Hello!

Unfortunately this problem has not been solved yet.

Sergey.

Please post questions to the forum or write to support@cadsofttools.com

Posted: 21 May 2007, 11:34
by support
Hello!

Please try CADViewX v.6.1 beta: http://www.cadsofttools.com/download/CADViewXRL.zip

Sergey.

Please post questions to the forum or write to support@cadsofttools.com

Posted: 25 Oct 2007, 19:59
by jrrouter
Hi,

We're receiving the same errors when our application closes. I've installed v.6.1 beta. The date and time of the .ocx file is 6/28/2007 8:27PM. Please help. Thanks.

Jeff.

Posted: 26 Oct 2007, 11:19
by support
Dear Jeff,

<b>CADViewX</b> package, mentioned above, contains VB.NET demo. Have you tried it?

Sergey.

Please post questions to the forum or write to support@cadsofttools.com

Posted: 29 Oct 2007, 23:12
by jrrouter
I tried the demo a few times and didn't receive an error. There are times I can open our software several times and not receive an error. It seems purely random when it occurs. Sometimes when I receive the error, I'll re-load our software to view the same drawing and I won't receive the error.

This is the code I use to view the drawing:
Me.AxCADViewX1.HScrollBarVisible = False
Me.AxCADViewX1.VScrollBarVisible = False
Me.AxCADViewX1.CtlVisible = True
Me.AxCADViewX1.LoadFile(strMyDrawingPath)
Me.AxCADViewX1.ToolBars.Items(1).Items(4).Action.Execute()

Posted: 30 Oct 2007, 16:19
by support
Why don't you just use the following line:

Code: Select all

CADViewX1.Actions.Item("Fit to Window").Execute()
Sergey.

Please post questions to the forum or write to support@cadsofttools.com