Reading custom/configuration specific properties using SolidWorks API

Thought of writing a simple article on how to read custom/configuration specific properties using SolidWorks API.

To get things started I created a console application in visual studio 2013. As project settings I am using .NET 4.0 and any cpu configuration option. I am using a console application just for simplicity.

image

image

image

Now our console app is setup let’s start to work with SolidWorks API

Continue reading

The specified resource name cannot be found in the image file. SAP DI Error after upgrading to PL10

I was doing some integration work with SAP business one and I had to upgrade SAP from SAP 9.0 PL5 to PL10. Upgrade went smooth. I started to run my custom application again and this nasty error keeps on popping up and always failed to connect.

image

Let’s try to fix this, shall we?

Continue reading

Epicor Vista–Using Epicor Business Objects

Let’s see how we can integrate with epicor vista using business objects. let’s get to work.

Prerequisites

  • We need epicor vista installed, configured and ready to use.
  • We also need epicor client installed and working on the machine where you are doing your development work.
  • Visual studio, I am using Visual Studio 2013 and C#. You are most welcome to use VB.NET as well. Approach will be the same

Ok then, lets gets things started shall we?

Continue reading