Guys,
Quick question. I'm writing a quick .NET application that will have to call an API from a COM component. So it is pretty simple to setup on the development machine. Running and compiling on the DEV machine, everything works well.
Once I move the code to a QA region it does not work. Now my thinking is that the difference between the two is that between the two boxes, the COM component has a different path. PROD machine is also a 2000 server vs. an XP box for development (I tried adding aspcompat="true" and that didn't work).
My question would be first, if this would cause a problem? If so, how do you handle this if you don't have access to VS on a PROD box to compile with the correct COM Reference path?
Thanks,
Brooks Yates
Quick question. I'm writing a quick .NET application that will have to call an API from a COM component. So it is pretty simple to setup on the development machine. Running and compiling on the DEV machine, everything works well.
Once I move the code to a QA region it does not work. Now my thinking is that the difference between the two is that between the two boxes, the COM component has a different path. PROD machine is also a 2000 server vs. an XP box for development (I tried adding aspcompat="true" and that didn't work).
My question would be first, if this would cause a problem? If so, how do you handle this if you don't have access to VS on a PROD box to compile with the correct COM Reference path?
Thanks,
Brooks Yates