values not returning to ASP
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
We have some ASP pages that create an in-process COM server that calls an out-of-process COM server. One of the methods that is called from the ASP pages expects BSTR *, that in the IDL for the COM objects are declared as [in, out]. The problem is that the values that are definitely being changed (I've written them out to a file to be sure) are not making it back to the page. What is odd is that the method also has a return value ([out,retval] IDL type] that is being received by the ASP page. Has anyone encountered this? Is there a fix? We need to fix this ASAP, as a multi-hundred-thousand dollar contract depends on this working! things could always be worse...