Click here to Skip to main content
16,017,745 members

Comments by cmanderson (Top 5 by date)

cmanderson 29-Oct-10 13:23pm View    
Make sure to double check the value name contains. Any whitespace may mess it up. Debug into this and make sure the query string is what you expected.
cmanderson 19-Oct-10 13:00pm View    
You should be able to do them at the same time without a problem. Do you have some code you can share so we can see what you have attempted so far? Also are the two queries completely unrelated? You really should try to pull back the data from your DB in one shot instead of making two separate calls.
cmanderson 12-Oct-10 12:07pm View    
Can you clarify? Are you uploading your send mail program to two different servers where the program works from one server but not the other?
cmanderson 20-Sep-10 14:25pm View    
Yeah as Sandeep suggested could be ActiveX script setting issue. I've seen someone mention that they needed to to set "Initialize and script ActiveX control not marked as safe" to enable to get past this error. Enable those settings and see what happens.
cmanderson 16-Sep-10 13:18pm View    
Not currently seeing a way around this. Is that namespace of value to you? If not you could just strip it out before navigating the XPath.