Exception on creating an additional model

Forum for reporting problems
Post Reply
Bruno Campagna
Posts: 0
Joined: Wed Dec 13, 2023 4:59 am

Exception on creating an additional model

Post by Bruno Campagna »

Hello.

I have started working on a C# Win Forms .NET 4.5 application developed previously by some other people. I am trying to upgrade from Kernelcad 4.4 to DGK v7.1. Would it work? I am using the KerCADne.ocx control.

I am asking because I am stack at an issue that code

Code: Select all

	Object objModel = Interaction.CreateObject("KERNELCAD_NET.Model.1");
        KernCADnet.IModelEx iModelEx = (KernCADnet.IModelEx)objModel;
throws an exception without any additional info.

I would appreciate any help.

Prashant Kande
Posts: 121
Joined: Mon Apr 04, 2016 4:55 am

Re: Exception on creating an additional model

Post by Prashant Kande »

Sorry, it took a while, Bruno.
Please get today's 5392 update or later for a fix.
Thanks for your patience.

Post Reply