Search found 4 matches

by Jens
Fri Mar 02, 2012 5:53 am
Forum: Developer's Forum for Windows
Topic: C# Process and CATIA
Replies: 6
Views: 15433

After some investigations, I found the Problem. My Application needs for some Task Admin rights. So I add a Manifest to my Application requestedExecutionLevel level="requireAdministrator" uiAccess="false" this is the Problem. When I Change the Line above to the following all work...
by Jens
Thu Mar 01, 2012 11:36 pm
Forum: Developer's Forum for Windows
Topic: C# Process and CATIA
Replies: 6
Views: 15433

Hi,

Yes I See an Empty CATProduct when I Start CATIA from my Application.
I have Enabled my Application in thw Windows Firewall, but the problem is still the same.

Kind regards

Jens
by Jens
Thu Mar 01, 2012 3:40 am
Forum: Developer's Forum for Windows
Topic: C# Process and CATIA
Replies: 6
Views: 15433

Hi NGomes

Ok, I will try to explain the Problem. I have a C# Windows Application with a Form. On the Form there is a Button. In the Button Click Event I do the Following string CATDLLPath = @"C:\Program Files\Dassault Systemes\B19_SP09\win_b64\code\bin"; string EnvironmentName = @"Catia_B19_SP0...
by Jens
Wed Feb 29, 2012 3:06 am
Forum: Developer's Forum for Windows
Topic: C# Process and CATIA
Replies: 6
Views: 15433

C# Process and CATIA

Hello all,

I have the following Propblem.
If I Start CATIA via a Process from a C# User Form, the Space Pilot did not
work. Any suggestions

Kind regards.

Jens