[Mono-devel-list] unresolved external references

John Bailo jabailo at earthlink.net
Sat Aug 14 04:50:01 EDT 2004


I created this consumer of a web service:

using System;
namespace hks
{
  public class prodClient
  {
    public static void Main()
    {
        Service1 Prod = new Service1();

        Console.WriteLine("Hello World in c#");
    }
  }
}

I compiles fine, but when I go to run it, it says:



jbailo at linux:~/mono/IMSIProd> ./prodClient.exe
could not locate the assembly System.Web.Services/1.0.5000.0
./imsiClient.exe: unresolved external references


How can I correct this ?






More information about the Mono-devel-list mailing list