Web Forms :: Visual Studio 2008 Professional Not Giving Option For Creating New Website?

Mar 29, 2010

I am currently using VS 2008 Pro for an ASP.Net class. I got VS from school as part of MSDNAA program. It is version 9.0.21022.8 with .NET framework 3.5 SP1.

My problem is that when I start it up, it does not give me the option to Create or Open a Website. It only gives me the option to Create or Open a Project. So, when I start my homework or in-class assignments, I have to press Shift+Alt+N to Create a Website.

Where the problem comes in is after I start working on the website, I hit Save and it changes it to a Solution. This seemed to have caused a problem with BIND commands being lost in my last homework assignment. Is there something wrong with my install or a setting I can change? I'd rather not reinstall it unless I have to since it is such a pain to uninstall it in the first place.

View 2 Replies


Similar Messages:

Visual Studio :: Unable To Install Visual Studio 2008 Professional Edition?

Aug 8, 2010

I downloaded Visual Studio 2008 Professional Edition via torrent.

It was working fine for months & i formatted my comp & when i tried to reinstall it is not getting installed !

It shows the following error !

and the error log file seems to be like this...

BUT.,

I'm able to use Visual Studio & i'm able to work in it....

I'm re-installing since 2 days for more than 4 times...

View 1 Replies

Visual Studio :: Unit Test Visual Studio 2008 Professional Edition?

Mar 1, 2010

I have VS 2008 Professional Edition.....I want to test a function like this:

public int getIdByName(string name)
{
var item=from x in DATAB
where x.name=name
select x.id;
.
.
return idValue;
}

now I test end I have:

[TestMethod()]
public getIdByNameTest()
{
string name="Bob"
int expected = 1;
int actual;
actual = ClassGET.getIdByName(name);
Assert.AreEqual(expected, actual);
Assert.Inconclusive("Verify the correctness of this test method.");
}

The error in "test run" is:

Failed ......[Class]....... Test method threw exception: System.ArgumentException: The specified named connection is either not found in the configuration that is not for use with the EntityClient provider or thought is invalid

View 7 Replies

Visual Studio :: Trying To Attach A Database In Sql 2008 Express Created In 2008 Professional?

Jan 19, 2010

I been trying to attach a database in sql 2008 express created in VS 2008 Professional. I have been getting error message and codes which there is no support for once you click the link in the message whats up with that? to my most recent memory it had something to do with permissions... but I was logged in as adminstrator so that confuses me.

View 2 Replies

Visual Studio :: Running Website Windows 7 Professional 64 Bit / On Loading Up A Website Project Getting Error?

Mar 6, 2010

I have a new development machine running windows 7 professional 64 bit. On loading up a website project Im getting this error

'The Web Application Project 'websitename' is configured to use IIS. To access local IIS websites, you must install IIS components:

IIS 6 Metabase and IIS 6 Configuration Compatibilty

ASP.net

Windows Authentication

In addition you must run Visual Studio in the context of an administrator account

As far as Im aware, I am an administrator of my own pc and I have the .net framework installed.

View 4 Replies

Visual Studio :: Debug Option In Vs 2008 IDE?

Feb 3, 2010

My VS 2008 IDE does not show "Debug" option in menu. Also F5 dosen't work and start button is disabled by default.

View 1 Replies

Visual Studio :: Uninstall 2008 Express Edition And Use Professional Edition

Dec 3, 2010

Both visual studio 2008 express edition and visual studio professional setup's are install in my system, i like to uninstall visual studio 2008 express edition, and use professional edition. is there any problem arises in visual studio professional edition, if i uninstall visual studio 2008 exp edition

View 2 Replies

Visual Studio :: Activate The Toolbar With The Website Option?

Nov 5, 2010

I know this is a simple question. How do I activate the toolbar with the Wesite option? For example, I want to select Website -> Add New Item.

View 1 Replies

Visual Studio :: 2003 - 2005 And 2008 - Doesn't Show Business Intelligence Option

Jun 11, 2010

I have VS.NET 2003, 2005 and 2008, when I use VS.NET 2005 and clic on new project, this doesn't show me the business intelligence option, this only work with .NET 2008, what sould i do?

View 1 Replies

Web Forms :: Not Able To Run The Website From Visual Studio 2008?

Jan 25, 2010

what would i have done wrong in IIS setting because of which when i make website with VS 2008 and try browse then say "Internet can't display web Page".If i try to make webapplication and run then it works fine.I have vs2005 also on my machine....and with that all works fine...its just the "website" with VS2008 , i am not able to run...

View 6 Replies

Visual Studio 2008 - Website Running In IIS - Point The Website To Use Cassini?

Feb 7, 2010

My client gave me this web solution, in it various projects, and the problematic project (for me) is the Web Site.

I've copied the code to test web server (2008) and installed VS 2008 so I could step through the code on the server due to some weirdness.

Anyhow, when I open the solution locally on my personal computer, it runs on Cassini [URL] because I'm not on a server OS. However, when I run the app on the web server, when I hit F5, it runs oh [URL].

When I'm running the code on the server, how do I point the web site to use Cassini?

View 1 Replies

Web Forms :: How To Add DLL Reference In Visual Studio 2008 Website Application

Dec 27, 2012

How to add ASPSnippets.SmsAPI refrence in MS Visual Studio 2008, becuase i tried in add reference option but it is not available.

View 1 Replies

Want To Buy Visual Studio Professional?

Nov 21, 2010

I have a freind who is in a country where she is not sure where can she finds Visual Studio to buy, she lokked arround in PC shops and did not find that. Is there a way that she can buy it online? or is there a category in Microsoft site that shows shops in countries the sell Visual Studio?

View 3 Replies

Want To Add C# To Visual Studio 2005 Professional?

Jan 5, 2010

I'm used to working with visual studio 2005 team version which included C# and j++ as part of the install suite. I'm now at a new company and their professional version has only the Business Intelligence Studio for SQLServer installed. Is there a way for me to download the web development, C# and asp.net support into this visual studio instance? I'm limited to 2005 due to licensing restrictions.

View 2 Replies

Visual Studio :: Creating A New Website The Design Mode Is Not Working

Jul 3, 2010

I installed Visual Studio 2008 in my machine. Both c# and vb.net are working properly, but my problem is asp.net is not working. If we are taking a new website project there is no design mode in default.aspx means at the bottom there is no design, source, split. If we go to View->Design then one error message is popup that there is no editor available for this Default.aspx. Again in Tools->Options->Html Designer will shows that an error occurred loading this property page. My OS is Windows Xp Professional 2002, IIS is also checked on .I don't know what to do.....

View 1 Replies

'Add Config Transforms' And One Click Publish Option Not Working When Upgraded From Visual Studio 2005 To Visual Studio 2010

Jul 28, 2010

I just recently upgrade my asp.net web project from visual studio 2005 to visual studio 2010. The upgrade was successful with no problems however im missing some features with this project. The One Click Publish feature(which is greyed out) in the header area of Visual Studio 2010 and the Add Config Transforms feature which is no where to be seen when you right click on web.config. When i create a new web project straight from visual studio 2010, these options work fine.

View 1 Replies

Visual Studio - What Is Best Option In Visual Studio 2010 To Sync Project Files Between Home & Work Computers

Feb 14, 2011

Im working on a website project with Visual Studio 2010 from 2 different computers (home & work).
In Dreamweaver Im used to FTP to upload/download files to/from a webserver to syncronice my files on the current computer Im working on.What is best option in Visual Studio 2010 to sync project files between home & work computers? I have seen there is a built in FTP, but seems only it can upload files, limited functionality?

View 1 Replies

Visual Studio :: No Css Intelesence 2010 Professional RTM?

May 17, 2010

I have the full version I get intelesence for everthing else but no intelesence for CSS has anyone else run into this

View 1 Replies

Visual Studio :: Like To Buy 2010 Professional With MSDN Essentials?

Jun 4, 2010

my company would like to buy Visual Studio 2010 Professional with MSDN Essentials,What's its Microsoft product key (XXX-YYYYY)? Or where can I find its Microsoft product key (XXX-YYYYY)?

View 6 Replies

C# - How To Publish An Website With Visual Studio 2008

Sep 4, 2010

I've created an asp.net website with VS2008, how can I publish it in VS2008?

P.S: I've used Right Click -> publish but, I've used a Database in my project, but VS2008 doesn't publish it.

P.S: I'm using SQL Express 2008

View 4 Replies

Visual Studio :: Start Debugging Option Is Shown In The Visual Studio 2005 IDE?

Feb 9, 2011

I run the start debugging option...it runs successfully. but still is shows start debugging option is shown in the Visual studio 2005 IDE. And one more problem is ::I applied break points in one page and run the application. but those break points are not detected....

View 1 Replies

Like To Purchase Visual Studio 2010 Professional Upgrade Edition?

Jan 5, 2011

My current Web Based Application is developed in .NET 2.0 framework using Visual Studio 2005 Standard edition tool and SQL Server 2005 Standard edition, Is it possible to convert to .NET 4.0 Framework using Visual Studio 2010 Professional Upgrade edition tool.I would like to purchase Visual Studio 2010 Professional Upgrade edition.

View 8 Replies

VS 2008 - How To Make A Forum In A Visual Studio Website

Mar 21, 2011

how i could make a forum in a visual studio 2008 website , or any software that i could use .

View 13 Replies

Visual Studio :: Unable To Create .net Website (VS 2008)?

Jan 17, 2010

Even After successfull installtion of ASP.Net, I am not able to create ASP.net website.

It gives me error in image.I tried giving permissions to my account but no use.

Comp mgmt event log shows:
=============================================
Event Type: Error
Event Source: ASP.NET 2.0.50727.0
Event Category: None
Event ID: 1334
Date: 1/17/2010
Time: 11:53:34 AM
User: N/A
Computer: SUMEET-3019DBCB
Description:
Failed to initialize the AppDomain:3ebaf6e5

Exception: System.NullReferenceException

Message: Object reference not set to an instance of an object.

StackTrace: at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters)
at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters)

View 6 Replies

Visual Studio :: Convert Web Application To Website In 2008?

Sep 16, 2010

I have to integrate web application into website. What are the changes i have to do. I need information very urgently.

View 6 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved