Signing .net VS Manifests driving me nuts. Finally a solution.
This worked for me finally. https://stackoverflow.com/a/8341110
This worked for me finally. https://stackoverflow.com/a/8341110
There are so many little steps to keep people safe etc. that I didn’t want to lose sight of theses instructions. Also- it is very useful for others to know. So, whey not blog here about it and help others along. This was made withe good advise of tall the moms and dads on the […]
For some reason, I have never really understood the whole filtered selection sets – it was actually some syntax issues. If you don’t pass the correct types into SS.Select … things go very wrong. Here is some code that works. Note that ClearSelectionSet merely pre-deletes the named selection set. A useful links to shed some […]
Over the past 6 months, I have had to resort to command line options for plugins from CadWorx and others. The one was 2DREPH and I wanted to do it on X viewports. I had these viewports in an array, but how can I make a command line string that would consistently work? Well, it […]
Well if that isn’t handy. Use ‘vbastmt’ on the command line and put VBA with its in-line separator (colon) and bob’s ur uncle. Click here for source.
I am a little tired of looking for this so I thought I would copy it here. Here is the source.
So I am working with CadWorx. I needed a refresher on my Autocad XData – I suspected that is where the data was stored as CadWorx files seem to have a 3D shape and a line grouped together … but why? Well, the line had XDATA attached to it was my suspicion and I was […]
Here are some websites with tips on how to make Restful Services. https://closebrace.com/tutorials/2017-03-02/the-dead-simple-step-by-step-guide-for-front-end-developers-to-getting-up-and-running-with-nodejs-express-and-mongodb
So you want to create a service in C#? well look no further. This article is amazing and will take you through each step clearly and let you know how to make the service. Highly recommend for creating services in the future. http://www.c-sharpcorner.com/UploadFile/naresh.avari/develop-and-install-a-windows-service-in-C-Sharp/
The following are Error codes used by James’ programs across platforms: /// Error Code SE-JEHG-0001 = Programer needs to implement XLVBAInitializer method before running code. /// Error Code SE-JEHG-0002 = User did not provide a destination for StackEm. /// Error Code SE-JEHG-0003 = VBA constructed name for destination of stackem is invalid This list is […]