我正在使用iDesign中关于单向调用的示例。我可以在Vista机器(VS2008)上运行它,但不能在Windows 7机器(VS2010)上运行。
我收到此错误:
HTTP could not register URL http://+:8001/MyService/. Your process does not have access rights to this namespace
ServiceHost host = new ServiceHost(typeof(MyService));
host.Open();
我在host.Open();
行上收到错误。我注意到Windows首先要求一些防火墙,并给予我的许可,但它仍然没有用。我该怎么办?