473,396 Members | 1,748 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

quickstarts with Visual Studio 2005 February CTP -- Professional Edition (English) ?

jmd
Hello.
I have downloaded and installed Visual Studio 2005 February CTP -- Professional Edition (English) from msdn.
All works fine (with a few bugs) except the Quickstarts.
The Quickstarts install without problems.
I have 2 questions :
1. When I launch the Quickstarts, I only see :

--------------------------------------------------------------------------------

Microsoft .NET Framework SDK QuickStart Tutorials

The QuickStarts are the fastest way to understand what the .NET Framework technology has to offer leading-edge developers. Inside you will find information about compelling features of the .NET Framework and you will find out how to put them to work for you.

ASP.NET 2.0 QuickStarts
Common Tasks QuickStarts
Web Services Quickstarts
--------------------------------------------------------------------------------

Where are the Windows Forms QuickStarts ?

2. When I click on any one of the lines above (ASP.NET 2.0, Common Tasks or Web Services QuickStarts), I receive the following error screen :

--------------------------------------------------------------------------------


Server Error in '/QuickStart' Application.
--------------------------------------------------------------------------------

Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0116: A namespace does not directly contain members such as fields or methods

Source Error:


Line 1: VSLAB PROXY


Source File: d:\vsnet2005\SDK\v2.0\QuickStart\Code\TypeSharingS ervice.cs Line: 1

Show Detailed Compiler Output:

C:\WINDOWS\system32> "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50110\csc .exe" /t:library /utf8output /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Mobile\ 2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__ b03f5f7f11d50a3a\System.Web.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0 __b77a5c561934e089\System.Xml.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Service s\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dl l" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Configurati on\2.0.0.0__b03f5f7f11d50a3a\System.Configuration. dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b7 7a5c561934e089\System.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.EnterpriseSer vices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseS ervices.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0 .0.0__b03f5f7f11d50a3a\System.Drawing.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0_ _b77a5c561934e089\System.Data.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50110\m scorlib.dll" /out:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50110 \Temporary ASP.NET Files\quickstart\992e7ab3\913cb43b\__code.mrd5ryyo .dll" /debug- /optimize+ /w:1 /nowarn:1659 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50110\Tem porary ASP.NET Files\quickstart\992e7ab3\913cb43b\udndcshm.0.cs" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50110\Tem porary ASP.NET Files\quickstart\992e7ab3\913cb43b\udndcshm.1.cs" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50110\Tem porary ASP.NET Files\quickstart\992e7ab3\913cb43b\udndcshm.2.cs" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50110\Tem porary ASP.NET Files\quickstart\992e7ab3\913cb43b\udndcshm.3.cs" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50110\Tem porary ASP.NET Files\quickstart\992e7ab3\913cb43b\udndcshm.4.cs"
Microsoft (R) Visual C# 2005 Compiler version 8.00.50110.28
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50110
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.

d:\vsnet2005\SDK\v2.0\QuickStart\Code\TypeSharingS ervice.cs(1,1): error CS0116: A namespace does not directly contain members such as fields or methods



--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50110.28; ASP.NET Version:2.0.50110.28

--------------------------------------------------------------------------------


The file d:\vsnet2005\SDK\v2.0\QuickStart\Code\TypeSharingS ervice.cs contents one line with : VSLAB PROXY

Can someone helps, please ?

Thank you.
Jean-Marie.

Nov 19 '05 #1
1 1502
jmd
ok.
I have downloaded Visual Studio Team Edition Beta 2 & all is working now.
"jmd" <no******************@iesn.be> wrote in message news:%2****************@TK2MSFTNGP15.phx.gbl...
Hello.
I have downloaded and installed Visual Studio 2005 February CTP -- Professional Edition (English) from msdn.
All works fine (with a few bugs) except the Quickstarts.
The Quickstarts install without problems.
I have 2 questions :
1. When I launch the Quickstarts, I only see :

------------------------------------------------------------------------------

Microsoft .NET Framework SDK QuickStart Tutorials

The QuickStarts are the fastest way to understand what the ..NET Framework technology has to offer leading-edge developers. Inside you will find information about compelling features of the .NET Framework and you will find out how to put them to work for you.

ASP.NET 2.0 QuickStarts
Common Tasks QuickStarts
Web Services Quickstarts
------------------------------------------------------------------------------

Where are the Windows Forms QuickStarts ?

2. When I click on any one of the lines above (ASP.NET 2.0, Common Tasks or Web Services QuickStarts), I receive the following error screen :

------------------------------------------------------------------------------


Server Error in '/QuickStart' Application.
------------------------------------------------------------------------------

Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0116: A namespace does not directly contain members such as fields or methods

Source Error:


Line 1: VSLAB PROXY


Source File: d:\vsnet2005\SDK\v2.0\QuickStart\Code\TypeSharingS ervice.cs Line: 1

Show Detailed Compiler Output:

C:\WINDOWS\system32> "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50110\csc .exe" /t:library /utf8output /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Mobile\ 2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__ b03f5f7f11d50a3a\System.Web.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0 __b77a5c561934e089\System.Xml.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Service s\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dl l" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Configurati on\2.0.0.0__b03f5f7f11d50a3a\System.Configuration. dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b7 7a5c561934e089\System.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.EnterpriseSer vices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseS ervices.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0 .0.0__b03f5f7f11d50a3a\System.Drawing.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0_ _b77a5c561934e089\System.Data.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50110\m scorlib.dll" /out:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50110 \Temporary ASP.NET Files\quickstart\992e7ab3\913cb43b\__code.mrd5ryyo .dll" /debug- /optimize+ /w:1 /nowarn:1659 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50110\Tem porary ASP.NET Files\quickstart\992e7ab3\913cb43b\udndcshm.0.cs" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50110\Tem porary ASP.NET Files\quickstart\992e7ab3\913cb43b\udndcshm.1.cs" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50110\Tem porary ASP.NET Files\quickstart\992e7ab3\913cb43b\udndcshm.2.cs" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50110\Tem porary ASP.NET Files\quickstart\992e7ab3\913cb43b\udndcshm.3.cs" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50110\Tem porary ASP.NET Files\quickstart\992e7ab3\913cb43b\udndcshm.4.cs"
Microsoft (R) Visual C# 2005 Compiler version 8.00.50110.28
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50110
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.

d:\vsnet2005\SDK\v2.0\QuickStart\Code\TypeSharingS ervice.cs(1,1): error CS0116: A namespace does not directly contain members such as fields or methods



------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50110.28; ASP.NET Version:2.0.50110.28

------------------------------------------------------------------------------


The file d:\vsnet2005\SDK\v2.0\QuickStart\Code\TypeSharingS ervice.cs contents one line with : VSLAB PROXY

Can someone helps, please ?

Thank you.
Jean-Marie.

Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Daniel A. Thomas | last post by:
License required Maybe you don't have this but have one of the products that qualifies for the upgrade such as ... Visual Studio .NET 2003 Professional Visual Studio .NET 2003 Professional...
4
by: Andrew Robinson | last post by:
My main dev machine has WinXp and VS2005 (pro). 1. I need to install VWD Express Edition so that I can do some instruction on this. Any issues with both on the same machine. Installation order?...
2
by: Progman | last post by:
I have Visual Studio 2005 Standard edition. Is ti the same thing as the Express edition or Standard is more?
5
by: Erland | last post by:
Hello all, I have Windows XP home edition running on my box, my question is --Can I install Visual Studio 2005 professional edition on Windows XP home and do Web Development ? I will...
8
by: WT | last post by:
Is it normal that Visual Studio sets the PreInit handler for a Page from the OnInit code ? No chance to fire it as OnPreInit is run befor OnInit. ??? CS
4
by: =?Utf-8?B?ZGF2aWQ=?= | last post by:
We have to upgrade our Visual Studio .NET 2003 enterprise edition to .NET 2005. However, there is no enterprise edition for Visual Studio .NET 2005. There are 4 versions available for visual...
5
by: Anil Gupte | last post by:
I am trying to decide between buying Visual Studio 2005 Professional and Standard versions. As far as I can tell, there is not a whole lot of difference, but the price for Professional is almost...
7
by: Anil Gupte | last post by:
I am trying to decide between buying Visual Studio 2005 Professional and Standard versions. As far as I can tell, there is not a whole lot of difference, but the price for Professional is almost...
1
by: Dr T | last post by:
Hi! I downloaded MS Visual Web Developer 2005 Express Edition, MS .NET Framework SDK v2.0, and MS SQL Server 2005. Subsequently, I bought MS Visual Studio 2005 Professional Edition. 1) Are...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.