Ok, so here is the normal part:
Our application, which has not had any issues with this before last week, is suddenly crashing when it is installed on client machines, saying it cannot find sqlserverSpatial110.dll. From reading up on this, it looks like I will need to include Microsoft_VC100_CRT_x86.msm in my installer (WiX). Will this take care of the sqlserverSpatial110.dll, or does that also need to be added into my installer? Will I have to include both the 32 and 64-bit versions, and install them into the System32 and SysWOW64 folders, respectively?
Here is the strange part:
The need for the sqlserverSpatial110.dll isn't consistant. I can have a certain code path that will install and run just fine without it. However, when I change some code in just one routine, or change which method a different method calls, suddenly we get the above errors. None of the routines in question do anything that works with the on-screen map. Any idea why this would suddenly start happening, or why changing code in the form.vb file where the map resides would change the requirement for this .dll?
Thanks,
Dib Oglesby