Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Strange problem

Reply
Thread Tools

Strange problem

 
 
Phil Hunt
Guest
Posts: n/a
 
      10-03-2006
I have a VB6 application calling a .NET 20. web service. It is sucessful on
20 of all the workstation. However on one workstation I got this message
"The Operation is only supported on Windows 200 SP3 or higher ...." The
thing is they are all XP Sp 1a machine set up exactly the same. I tried
repair the .Net framewok 2.0 and still got the same message. Does anyone
know what the real problem could be ??

Thanks.


 
Reply With Quote
 
 
 
 
AMDRIT
Guest
Posts: n/a
 
      10-03-2006
Are you simply using msxmlhttp and generating soap requests manually? If
so, then the 2.0 framework on the client side has nothing to do with the
error you are recieving. Also, I think you will find that the issue machine
is not configured exactly as the other 20 are. Look at your calling
statement, are you using late binding (createobject) or have the component
as a reference and using the New statement?

Your target machine may be grabbing a dll that is a different version than
on the other machines. Perhaps it was copied from a Win2K machine and not
an XP build?


"Phil Hunt" <phung1010(remove this)@hotmail.com> wrote in message
news:...
>I have a VB6 application calling a .NET 20. web service. It is sucessful on
>20 of all the workstation. However on one workstation I got this message
>"The Operation is only supported on Windows 200 SP3 or higher ...." The
>thing is they are all XP Sp 1a machine set up exactly the same. I tried
>repair the .Net framewok 2.0 and still got the same message. Does anyone
>know what the real problem could be ??
>
> Thanks.
>



 
Reply With Quote
 
 
 
 
Phil Hunt
Guest
Posts: n/a
 
      10-03-2006
Thanks. But I did think about all the possibility you raised here.
This much I know for sure:
1) All the machines are ghosted from the same image. (they are all legit
machine, it's just too much work to set each up individually)
2) There is no Win2K machine there, it's either NT or XP.
3) I am using early binding, and the exe and dll are all the same. No chance
to grab the wrong dll because it is really the first .Net deployment.


"AMDRIT" <> wrote in message
news:...
> Are you simply using msxmlhttp and generating soap requests manually? If
> so, then the 2.0 framework on the client side has nothing to do with the
> error you are recieving. Also, I think you will find that the issue
> machine is not configured exactly as the other 20 are. Look at your
> calling statement, are you using late binding (createobject) or have the
> component as a reference and using the New statement?
>
> Your target machine may be grabbing a dll that is a different version than
> on the other machines. Perhaps it was copied from a Win2K machine and not
> an XP build?
>
>
> "Phil Hunt" <phung1010(remove this)@hotmail.com> wrote in message
> news:...
>>I have a VB6 application calling a .NET 20. web service. It is sucessful
>>on 20 of all the workstation. However on one workstation I got this
>>message "The Operation is only supported on Windows 200 SP3 or higher
>>...." The thing is they are all XP Sp 1a machine set up exactly the same.
>>I tried repair the .Net framewok 2.0 and still got the same message. Does
>>anyone know what the real problem could be ??
>>
>> Thanks.
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
AVG Email Scanner activating at strange times with strange IP addresses dennispublic@hotmail.com Computer Support 1 08-26-2006 04:27 AM
strange problem John Wireless Networking 4 02-14-2005 05:40 PM
Problem installing modules on redhat 9 - strange connection problem championsleeper Perl Misc 0 01-26-2005 12:19 PM
Strange error! Compiler problem? Or code problem?!!!!!!! Pedro Miguel Carvalho C++ 2 10-25-2004 02:06 PM
Question About Strange 'C' Code Syntax ( Well strange to me anyway ) Harvey Twyman C Programming 8 10-25-2003 05:54 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57