Advanced Forum Search Results
-
It works, thank You YuriO.
-
Yes it works. But it doesn't work when i launch it through virtual directory.
Did anybody have such issue?
-
pkr2000, i agree with you - it could be a security problem, but actually i don't know the reason.
UAC (User Account Control) is disabled on my machine, so i run every program as administrator.
-
I've tried to create new Silverlight 2.0 app - it doesn't work.
Here is content of my page:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Async="true" Inherits="WebApplication4._Default" %>
<%@ Register ...
-
I've created Silverlight 2.0 web site in Vista (32-bit version). When i trying to navigate it with IE7 i see empty page - silverlight2.0 control doesn't appear. When i launch it with Visual Studio it works correctly.
In WinXP it works fine.
Can anybody help me?
Thanks
-
I'm trying to call web service from Silverlight project.
public partial class Page : UserControl
{public Page()
{
InitializeComponent();
}private void button1_Click(object sender, RoutedEventArgs e)
{Service1SoapClient c = new Service1SoapClient();c.HelloWorldCompleted += new ...