CADViewX + .NET

Discuss and ask questions about CADViewX (Lite and Pro versions).

Moderators: SDS, support, admin

Post Reply
jgayhart
Posts: 6
Joined: 04 Oct 2006, 01:03

CADViewX + .NET

Post by jgayhart » 10 Feb 2007, 01:08

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>

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Post by support » 12 Feb 2007, 09:49

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

jgayhart
Posts: 6
Joined: 04 Oct 2006, 01:03

Post by jgayhart » 27 Feb 2007, 00:28

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.

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Post by support » 15 Mar 2007, 15:52

Hello!

Unfortunately this problem has not been solved yet.

Sergey.

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

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Post by support » 21 May 2007, 11:34

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

jrrouter
Posts: 2
Joined: 26 Sep 2007, 00:36

Post by jrrouter » 25 Oct 2007, 19:59

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.

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Post by support » 26 Oct 2007, 11:19

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

jrrouter
Posts: 2
Joined: 26 Sep 2007, 00:36

Post by jrrouter » 29 Oct 2007, 23:12

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()

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Post by support » 30 Oct 2007, 16:19

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

Post Reply