CreateInstance("Msxml2.XMLHTTP.4.0") fails
-
Hi All, while doing CreateInstance("Msxml2.XMLHTTP.4.0"); it thows exception. In my local system it is working fine but when i deployed it on server it thows me exception, any suggestion would be helpful for me.....
Thanks A Ton Ash_VCPP walking over water is just knowing where the stones are.....
-
Hi All, while doing CreateInstance("Msxml2.XMLHTTP.4.0"); it thows exception. In my local system it is working fine but when i deployed it on server it thows me exception, any suggestion would be helpful for me.....
Thanks A Ton Ash_VCPP walking over water is just knowing where the stones are.....
Ash_VCPP wrote:
...but when i deployed it on server it thows me exception, any suggestion would be helpful for me.....
Does it exist?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
Ash_VCPP wrote:
...but when i deployed it on server it thows me exception, any suggestion would be helpful for me.....
Does it exist?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
Hi All, while doing CreateInstance("Msxml2.XMLHTTP.4.0"); it thows exception. In my local system it is working fine but when i deployed it on server it thows me exception, any suggestion would be helpful for me.....
Thanks A Ton Ash_VCPP walking over water is just knowing where the stones are.....
-
Hi David, Thanks for the reply... but i didnt get you... about what you are asking? is it msxml dlls in system 32 or what...please make the point clear.
Thanks A Ton Ash_VCPP walking over water is just knowing where the stones are.....
If the ProgID does not exist on the machine (i.e., MSXML has not been installed),
CreateInstance()
is obviously going to fail, hence why I asked if it existed."Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons