Com Interop Errors with Timephased Data

J

jov

Hi all,

after much investigation I've managed to track down an issue only to
find out that its been around for a while and numerous people have asked
for resolutions;
I'm using C# to update actual information and setting the 10th
TimeScaleValue is giving me grief, I get "An unexpected error occurred
with the method".

The only solution I've found is to force garbage collection as per this
post:
http://www.msusenet.com/archive/index.php/t-1870696409.html

but before adopting this rather dirty fix I wanted to know if there was
another way.

thanks,

John
 
R

Rod Gill

Much quicker to use VB.Net!! VB.Net works much better. For example it has
optional parameters so you only need to specify the parameters you want to
pass and ignore the rest. Intellisense also works really well and saves much
time.

Make sure that there is a 10th element in the collection. If there isn't,
you need to use the .add method to add it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top