Problem when creating Web Service
        Posted  
        
            by Polaris
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Polaris
        
        
        
        Published on 2010-05-20T10:04:05Z
        Indexed on 
            2010/05/20
            10:30 UTC
        
        
        Read the original article
        Hit count: 402
        
I am using Visual Studio 2008 SP1 and framework 3.5 sp1 on Windows XP sp3. I have Java service which I consume in my .NET application. When attemp to add web service I get next error:
The operation could not be complited.An attempt was made to load a program with an incorrect format
But on another machine everything works fine. There is not any error in Java service. I think error in VS. Is anybody have seen this error before?
© Stack Overflow or respective owner