Installation :: Vbproj Cannot Be Opened Because Its Project Type Is Not Supported

Feb 11, 2010

I am running MS Vista with the 3.5 Framework. I just loaded VS2008 Express and VB 2008 Express. I was able to create a ClassLibrary project (vbproj) in VB2008. However, when I try and open that in VS2008, I get an error : vbproj cannot be opened because its project type is not supported. The thing is that I cannot create any projects in VS2008 excecpt for Blank Solutions, because there are no templates available to choose from when I attempt a FileNewProject in VS 2008.

View 3 Replies


Similar Messages:

Installation :: Vs2010 - Project Type Not Supported By This Installation

Apr 23, 2010

So bit the bullet and installed vs2010 finally. However, when loading an existing vs2008 project, I am getting this error: "The project type is not supported by this installation." the only thing special about this project is that it's a "web application projects" type. what I've tried so far are these steps, but none of these solve my problem:

(1) run "devenv /setup"
(2) regsvr32.exe "%ProgramFiles%Microsoft Visual Studio 10.0Common7IDEProjectAggregator.dll"

View 1 Replies

Error: The Project Type Is Not Supported By This Installation?

Mar 18, 2011

I am trying to open telerik Q1 MVC examples in Visual studio 2010 and I am getting an error

C:Program FilesTelerikExtensions for ASP.NET MVC Q1 2011SourceTelerik.Web.Mvc.ExamplesTelerik.Web.Mvc.Examples.csproj : error : The project file 'C:Program FilesTelerikExtensions for ASP.NET MVC Q1 2011SourceTelerik.Web.Mvc.ExamplesTelerik.Web.Mvc.Examples.csproj'
cannot be opened.

The project type is not supported by this installation.Do I need to change anything in my web.comfig file in order to make this run. Below I pasted my web.config file.

[Code]....

View 2 Replies

Installation :: Unable To Read Project File 'abc.vbproj.' In The VS2005/Windows 7?

Jun 14, 2010

I used to develop web application in the XP with Visual Studio 2005.Now I have moved to the Windows 7 environment. The .Net web application works fine in browser, but I have problems to open the project in the VS2005 SP1. I have already installedService Pack 1 for Vista and Update to support Web Application Projects updates. I surelly have IIS running on my Windows 7. I'm running VS2005 as adminI get error from VS that "Unable to read project file 'abc.vbproj'. The Web Application Project ABC is configured to use IIS Web Sites, you must install all of the following Windows components.- Internet Information Services- IIS 6 Metabase and IIS 6 Configuration Compatibility- ASP.NETIn addition, you must run Visual Studio in the context of an administrator account etc.

View 2 Replies

C# - How To Determine Which Page Opened A Class In Another Project

Sep 13, 2010

I use a separate project for my data layer and call one class within it clsData.cs. I'd like to know which page from the Presentation Layer (in another project within the solution) has referenced it from the clsData side, if that's possible.

View 3 Replies

Controls :: Adobe Reader Could Not Open PDF Because It Is Not A Supported File Type

Dec 10, 2012

I am using the code from: [URL] ....

Everything seems to work, expect when I try to open the PDF file Adobe Reader says:

"Adobe reader could not open 'filename.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded)."

I tried opening it in Adobe Photoshop and was not able to there either.

View 1 Replies

Visual Studio 2008 - How To Manually Override The IIS Directory For An .Net Project Opened By VS2008 But Created On Another Machine

Feb 25, 2011

I have an ASP.Net project created by a team member on another computer. The project references a virtual directory that exists on my computer but under a different localhost location.Currently, the following error occurs when I try to open the project:

The local IIS URL http://localhost/foo/default.aspx specified for Web project foobar has not been configured. In order to open this project the virtual directory needs to be configured. Would you like to create the virtual directory now?[Yes] [No]

So, there are two options: select yes: It creates the virtual directory that it thinks I need, which I don't want to do. I already have a virtual directory somewhere else.

select no: This isn't an option, as the project opens, but without all the bells and whistles I know and love.


Where is the virtual directory location (in my case http://localhost/foo/default.aspx) specified within the project? Can I change this manually, say in a configuration file within the project, either before or after I open it? A configuration change seems more ideal than manually opening IIS to override a virtual directory path.

EDIT (solution): Buried in the comments below is the following answer (Thanks @Thyamine)This can be configured in the foo.csproj file for the project. Look for the lines:

<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{F00-000-000}"> [code]....

View 1 Replies

C# - Converting A Website Project Type To A Regular Project

Jun 20, 2010

I've created a new vs.net project and added all the files from an asp.net website project.

When I compile, it couldn't find a reference to a class.

In the AppCode the class was defined, but without a namespace.

So I added a namespace, and then on the default.aspx.cs (this is where the error was originating) I added the using statement.

The using statement was not picking up the namespace.

View 3 Replies

Installation :: Run .net Project In The Browser Other Than IE ?

Mar 1, 2011

i'm working on a project (ASP.NET). When i run my project it runs on IE6 because i'm using windows xp. I want to run it on other browsers like firefox, opera etc. can any one tell me how to do this. I've set the default browser as opera frm control panel but it didn't worked.

View 3 Replies

Installation :: Moving Project To Another Computer?

Feb 15, 2011

I am developing asp.net web application on visual studio 10. I want to move this project to another machine running visual studio 10. I have databases and style sheets with my project. Whats the best way to copy this project to another machine preserving all dependencies.

View 2 Replies

Installation :: Web Project Doesn't Run On Win7

Aug 26, 2010

i installed windows 7 and visual studio 2008 and sql server 2005 Now when I run my web projects, internet explorer opens but it says "internet explorer can not display the webpage", albeit when I put only "http://localhost" in browser it displays a page with iis picture.firefox didn't work when i had windows XP this problem never occurred.

View 10 Replies

Installation :: Install The Web Application Project?

Feb 25, 2010

when i install the setup ,i want to install whereever i want That means ,i want to browse the mycomputer folders

View 2 Replies

Installation :: Add Third Party Package To Project?

Jul 7, 2010

I am having a silly beginners problem with ASP.Net/Visual Studio 2010. I would like to integrate a number of third party packages into my asp.net MVC app (e.g. CKEditor, TinyMCE.) During the prepwork I sooner or later end with instructions to the order of "copy the package into your project/scripts directory". Sounds easy but I still can't figure out how to do it.

For the time being I trick visual studio into adding the package by adding a blank directory, then go to windows exporer to copy files into the directory, then go back to visual studio to add them one by one. That works for a few javascripts but not for a more complex package. Clearly there must be a better way to add a third-party hierarchical structure to a project, right?

View 4 Replies

Installation :: How To Copy And Paste Project/website

Jun 30, 2010

i have developed simple login form as my web application. I wanted to connect it with database to add some more features. However, my VS 2008 was unable to connect with SQL Server 2008 on my laptop, I thought, I should copy and paste my entire web application folder into my web space provided by university. I have done that through ftp. However, when I have tried to debug my application (through remote desktop connection on my university server) I got some weired error.

Furthermore, when I have tried to debug my application on my laptop, it gave me an error that "Web.config file has been renamed, changed or deleted........."

So, my question is, "Is it possible to copy and paste your project simply like you do with your other files (songs, movies or photos etc...) and can debug (source as well as destination) without doing any further editing or chages?"........If no, what are the other alternatives?......

View 1 Replies

Installation :: How To Create A Setup Project For Web Application

Jan 17, 2011

I want to ask about how to create a setup project for asp.net web application

In a way that the .cs files didn't appear when executing the setup

Like when you publish a web site only the aspx files appear and the dlls no cs files

View 2 Replies

Installation :: Converted Project From 2005 To 2008?

Jun 29, 2010

I just completed converting my vs 2005 web app to Vs 2008. Question:After I make changes to the app and before I move the changes out to our web server, what must I consider for the web server?1) During conversion I allowed the project to convert from 2.0 framework to 3.5. On the web server, I assume it needs to be upgraded to 3.5 as well. Can I upgrade directly from a site or would you recommend I install VS 2008 on the web server as well (which comes with 3.5)? 2) Do I need to change the application name or virtual name on the web server or can I keep it the same?

View 3 Replies

Installation :: Customizing The Address In Web Setup Project?

Feb 28, 2011

I have a web app and a web setup project in VS2010. By default, when I install my web app using my web setup project, in the Installation Address folder dialog window, the default Application Pool is DefaultAppPool. It has been stated in the MSDN documentation that we can change this default TARGETAPPPOOL, say to "ASP.NET V2.0". Here is the excerpt from MSDN... "The Application Pool list shows the available application pools on the target computer, and the default setting is named DefaultAppPool. To change the default application pool in your Web setup projects, you can use a post-build action to update the name of the application pool in the MSI." Is there anybody in the group knows the syntax on setting the TargetAppPool to another pool that exists in IIS, e.g., ASP.NET V4.0 CLASSIC?

View 1 Replies

Installation :: Set Project To.NET 3.5 Version - Using VS2008 Under WINXP?

Apr 23, 2010

I am using VS2008 under WINXP, I have a project which the ASP.NET version is set to 3.5.

The code: Response.Write(System.Environment.Version.ToString) prints out 2.0.50727.3603

After checking in http://en.wikipedia.org/wiki/List_of_.NET_Framework_versions I found out that the ASP.NET version is 2.0 SP2.

How can I set my project to ASP.NET 3.5 ?

View 9 Replies

Installation :: Change Virtual Directory Using Web Setup Project?

Oct 14, 2010

I made Web Setp Project for a web application, I need to change virtual directory property for the web application.

This virtual directory is linked to TARGETVDIR property which is disabled in the property grid.But I need to control it, I searched for this and I found that the only way is to use orca.exe and change msi using it.

Can I amke another solution to avoid making modification on nsi after build???

View 1 Replies

Installation :: How To Deploy Crystal Runtime Libraries With The Project

May 5, 2010

CRRedist2008_ia64.msi installs the crystal reports runtime dlls in the GAC.

However, I would like to install these dll in the bin directory of my .NET project and deploy. I copied all the Crystal Reports dlls which gets installed by CRRedist2008_ia64.msi in the GAC ino the in directory of the project and referenced these dlls in my project. However, I still get the following error message.

Is there a way to not install the runtime but copy the dlls manually?

Server Error in '/***_net' Application.

An error has occurred while attempting to load the Crystal Reports runtime.

Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.

install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required. [URL]

Description: An unhandled exception occurred during the execution of the current web request. review the stack trace for more information about the error and where it originated in the code.

Exception Details: CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: An error has occurred while attempting to load the Crystal Reports runtime.

Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.

install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required. [URL]

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

View 3 Replies

Installation :: Error While Trying To Run Project - Unable To Start Debuging

Oct 17, 2010

I installed vs2003.net on sbs2003 with IIS6 (.net framework 1.1) I created my first app, put a label on webform1 and run the project (debug)

1 - messagebox: "Error while trying to run project: unable to start debugging on the web server. The project is not configured to be debugged (I did a lot of searching, found tons of so-called solutions, but neither works)

2 - run the project from the menu Start without debugging. I got a server-error: <authentication mode = Windows in web.config)

Two questions:

a. when the app runs under VS.2003 it uses IIS ?

b. if not, why doesnot run the app ? if so, which website it uses in the IIS-manager (is that the Default website or other ?). What happens when I delete all the websites in IIS-manager and run the app in VS2003 ?

View 3 Replies

Installation :: Unable To Open MVC Project In Visual Studio 2008

Apr 20, 2010

I started working on an Asp.net MVC website using Visual Web Developer Express 2008 a while ago. Just recently, I managed to get my hands on a copy of Visual Studio 2008 Professional (through DreamSpark ). I installed the Service Pack, and also the MVC2 files for Visual Studio.

However, now I can't open my project anymore. When I try to open the solution in Visual Studio, it tells me that the project type is not supported. Does this mean that I have to resort to using VWD Express again? Is there perhaps some way that I can edit the project file so that it will load and compile correctly?

Note: I installed MVC2 through the Web Platform Installer, and it says that it installed successfully. However, I notice that MVC references in my unit-test project don't seem to be resolved either - is this perhaps because MVC2 isn't actually installed properly?

View 2 Replies

Installation :: Sql Server 2008 Reporting Services What Type Of Restrictions Will There Be

Jan 15, 2010

Question on installing SQL Server 2008 reporting services.

I have Visual Studio 2008 express edition installed, with the corresponding SQL Server 2008 express edition installed. Is it practical to use SQL Server 2008 Reporting Services with the express edition, or is it just to restrictive with the express edition to be practical? Keep in mind I just need to use it with my local database connection. What type of restrictions will there be, i.e. what can I and what can't I do with express edition? What would be the more ideal setup and what would the costs generally look like?

View 1 Replies

Installation :: Add Business Intelligence Reports Project In Visual Studio 2008?

Mar 8, 2010

I wonder how to add a project template called Intelligence Reports, something like that, to Visual studio 2008. I have SQL 2008 installed. Do I need to install some updates to get Intelligence Reports template to Visual studio 2008 ?

View 1 Replies

Installation :: Don't Have Publish Or Add A Deployment Project In Visual Studio Express 2008?

Jun 15, 2010

Why I don't have publish or add a deployment project in my visual studio express 2008?

View 7 Replies







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