Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

System.Web assembley reference not found

Discussion in 'Scripting' started by pavees, Jun 9, 2010.

  1. pavees

    pavees

    Joined:
    Jan 1, 2009
    Posts:
    116
    this is the error displayed as i try to call upon this:
    Code (csharp):
    1. using System.Web;
    2. using System.Web.Services;
    3. using System.Web.Services.Protocols;
    4. using System.Xml.Linq;
    how can this be solved to get a web service call possible through the c# script.