Windows Vista Beta | WinVistaBeta.com - Message | June CTP problem

November 20, 2008  
Subject: June CTP problem
Group: microsoft.public.windows.developer.winfx.sdk
Date: 7/19/2006 8:17:01 AM
From: =?Utf-8?B?bHNi?= [Email Address Protection]

Hi

I have installed the following:

..Net 3.0 June CTP
Windows SDK June Release
Microsoft Visual Studio Code Name “Orcas” Community Technology Preview –
Development Tools for .NET Framework 3.0 June CTP

I have a program which was running on other machine, which had feb/may
release of these components, now when i run the same program in this release,
following build error is displayed:

The name "innerProxy" does not exist in current context.

Following is relevant code snippet:

public partial class ServiceProxy : ClientBase<IService>, IService
{
.......
public string getRandomName()
{
return InnerProxy.getRandomName();
}
.......
}

Please advise, what i am missing. Thanks in advance.

Back