Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / August 2006

Tip: Looking for answers? Try searching our database.

The project type is not supported by this installation

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Juan Dent - 24 Jul 2006 23:32 GMT
Hi,

I downloaded the VS 2005 SDK last friday and I am testing out one of the
samples - an MFC sample.

I can compile it, but when I try to compile an add-in, I get:

--------------
The project file 'C:\ShapeAppSamples\ShapeAppBasicMFC\Sample
AddIns\CSharp\AppLevel\ShapeAppMFCAppAddIn.csproj' cannot be opened.
The project type is not supported by the installation.
--------------
What did I not install?
Signature

Thanks in advance,

Juan Dent, M.Sc.

Dmytro Lapshyn [MVP] - 26 Jul 2006 08:32 GMT
Hi,

Judging by the project file extension, you didn't install C# :-)

Signature

Regards,
Dmytro Lapshyn [MVP]
http://blogs.vbcity.com/DmytroL

> Hi,
>
[quoted text clipped - 9 lines]
> --------------
> What did I not install?
Juan Dent - 29 Jul 2006 00:50 GMT
Hi,

No, the thing was the project generated by VSTA had a strange Project Type
GUID and lacked Version and another tag. I corrected this and was able to
open and compile.

Thanks anyway...

Juan Dent, M.Sc.

> Hi,
>
[quoted text clipped - 13 lines]
> > --------------
> > What did I not install?
DanielRabe@gmail.com - 01 Aug 2006 13:40 GMT
hi there Juan

I have exactly the same problem, what is it exactly that you corrected?

regards

Daniel Rabe

> Hi,
>
[quoted text clipped - 9 lines]
> --------------
> What did I not install?
Juan Dent - 01 Aug 2006 20:18 GMT
Hi,

You need to remove the ProjectType element that has a GUID - its usually the
first entry under the first PropertyGroup.

Then you need to add these elements:

----------------
   <ProductVersion>8.0.50727</ProductVersion>
   <SchemaVersion>2.0</SchemaVersion>
----------------

just below the removed element.
Hope it helps!

Juan Dent, M.Sc.

> hi there Juan
>
[quoted text clipped - 17 lines]
> > --------------
> > What did I not install?
jason - 02 Aug 2006 00:05 GMT
I had this issue moving a web application to a new machine today.  If
you are using a "Web Application" project type, it seems that the
"real" fix is to install:

WebApplicationProjectSetup.msi  (for more info see:
http://webproject.scottgu.com/)

Apparently MS removed that from the default VS installation and you now
have to install it separately.  Unbeknownst to me someone else had
already done this on the other machine.

Note that you may first need to install VS80-KB915364-X86-ENU.exe for
the WebApplicationProjectSetup.msi to install correctly.

jason

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.