Question: Developing BPM custom code in Visual Studio?

10.2.200.16 here…
I’m having a devil of a time trying to set up a Visual Studio project in which to drop some BPM code I have for Intellisense checking and refactoring. I’ve downloaded the DirectiveWrapper project mentioned here and unpacked it, but I’m getting a lot of errors on Ice DLL references. Has anyone developed a VS project just for checking BPM code, or can you tell me what’s wrong in the project? Any help would be greatly appreciated!

Make sure you have the correct reference paths. If you use the App Server, you’ll need have access to the Bin and Assemblies folders. But I just copied the files locally so I don’t have to be connected to the network to develop. If you have problems with a reference, remove it and re-add it. Also, make sure you don’t copy them locally when you build.

image

image