Mono Support Sample project Portal.csproj is not Supported by this installation 

Viewed 17156 time(s), 7 post(s), 4/1/2012 5:02:38 PM - by Hashim
4/1/2012 5:02:38 PM
20 Reputation 1 Total posts

I just download MonoX and when I tried to open sample portal.csproj or ProjectName.sln, it gives message "The project type is not supported by this installation". I am using Visual Studio 2010 Express. Please help me in this regard.

1
4/2/2012 1:11:33 PM
1871 Reputation 252 Total posts

This happens with all versions of visual studio when the differ slightly from the project file.

open up the project file with a notepad..

Here you can change the header information and it pretty much always works to make it support your version.

May have to google, or create your own file with your version of the project file and open that up with notepad..
Then compare the two versions... doing this will allow you to change them to match and make visual studio support your version..

Hope this helps.

2
4/2/2012 1:09:24 PM
1871 Reputation 252 Total posts

I also would like to add, make sure your running your visual studio in Administrator mode..

This also can cause the problem above.

3
5/25/2012 7:03:51 PM
88 Reputation 12 Total posts

Dear Hashim,

I faced the same problem and I'd like to create a new project based on MonoX,
any comment which you can guide me to accomplish this.

Thank you in advance.

4
5/25/2012 7:53:44 PM
15993 Reputation 2214 Total posts

Hi, this can be due to missing deployment project? Let me know if that is the case.

5
5/26/2012 4:15:22 AM
88 Reputation 12 Total posts

Dear Khorvat,

Thanks for your reply.

However, can you please elaborate more regard this statement:
"this can be due to missing deployment project?"

With the solution provided, it doesn't come with the deployment project by default, I herein attached the Portal.csproj file for your perusal.
Thank you.

001.<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
002.  <PropertyGroup>
003.    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
004.    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
005.    <ProductVersion>9.0.30729</ProductVersion>
006.    <SchemaVersion>2.0</SchemaVersion>
007.    <ProjectGuid>{4A623775-2813-4F70-903D-A69964432C61}</ProjectGuid>
008.    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
009.    <OutputType>Library</OutputType>
010.    <AppDesignerFolder>Properties</AppDesignerFolder>
011.    <RootNamespace>ProjectName.Web</RootNamespace>
012.    <AssemblyName>ProjectName.Web</AssemblyName>
013.    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
014.  </PropertyGroup>
015.  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
016.    <DebugSymbols>true</DebugSymbols>
017.    <DebugType>full</DebugType>
018.    <Optimize>false</Optimize>
019.    <OutputPath>bin\</OutputPath>
020.    <DefineConstants>DEBUG;TRACE</DefineConstants>
021.    <ErrorReport>prompt</ErrorReport>
022.    <WarningLevel>4</WarningLevel>
023.  </PropertyGroup>
024.  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
025.    <DebugType>pdbonly</DebugType>
026.    <Optimize>true</Optimize>
027.    <OutputPath>bin\</OutputPath>
028.    <DefineConstants>TRACE</DefineConstants>
029.    <ErrorReport>prompt</ErrorReport>
030.    <WarningLevel>4</WarningLevel>
031.  </PropertyGroup>
032.  <ItemGroup>
033.    <Reference Include="MonoSoftware.Core, Version=1.0.0.273, Culture=neutral, processorArchitecture=MSIL">
034.      <SpecificVersion>False</SpecificVersion>
035.      <Private>False</Private>
036.    </Reference>
037.    <Reference Include="MonoSoftware.LLBLGen, Version=1.0.0.273, Culture=neutral, processorArchitecture=MSIL">
038.      <SpecificVersion>False</SpecificVersion>
039.      <Private>False</Private>
040.    </Reference>
041.    <Reference Include="MonoSoftware.Web, Version=1.0.0.273, Culture=neutral, processorArchitecture=MSIL">
042.      <SpecificVersion>False</SpecificVersion>
043.      <Private>False</Private>
044.    </Reference>
045.    <Reference Include="MonoSoftware.Web.LiteGrid, Version=1.0.0.28870, Culture=neutral, processorArchitecture=MSIL">
046.      <SpecificVersion>False</SpecificVersion>
047.      <Private>False</Private>
048.    </Reference>
049.    <Reference Include="MonoSoftware.Web.Pager, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
050.      <SpecificVersion>False</SpecificVersion>
051.      <Private>False</Private>
052.    </Reference>
053.    <Reference Include="MonoSoftware.Web.Workspace, Version=1.0.0.273, Culture=neutral, processorArchitecture=MSIL">
054.      <SpecificVersion>False</SpecificVersion>
055.      <Private>False</Private>
056.    </Reference>
057.    <Reference Include="MonoX, Version=3.1.1417.35, Culture=neutral, processorArchitecture=MSIL">
058.      <SpecificVersion>False</SpecificVersion>
059.      <Private>False</Private>
060.    </Reference>
061.    <Reference Include="NVelocity, Version=1.1.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
062.      <SpecificVersion>False</SpecificVersion>
063.      <Private>False</Private>
064.    </Reference>
065.    <Reference Include="OpenSocial, Version=3.2.2143.35, Culture=neutral, processorArchitecture=MSIL">
066.      <Private>False</Private>
067.    </Reference>
068.    <Reference Include="SmartThreadPool, Version=2.2.1.0, Culture=neutral, processorArchitecture=MSIL">
069.      <SpecificVersion>False</SpecificVersion>
070.      <Private>False</Private>
071.    </Reference>
072.    <Reference Include="System" />
073.    <Reference Include="System.Data" />
074.    <Reference Include="System.Core">
075.      <RequiredTargetFramework>3.5</RequiredTargetFramework>
076.    </Reference>
077.    <Reference Include="System.Data.DataSetExtensions">
078.      <RequiredTargetFramework>3.5</RequiredTargetFramework>
079.    </Reference>
080.    <Reference Include="System.Web.Extensions">
081.      <RequiredTargetFramework>3.5</RequiredTargetFramework>
082.    </Reference>
083.    <Reference Include="System.Xml.Linq">
084.      <RequiredTargetFramework>3.5</RequiredTargetFramework>
085.    </Reference>
086.    <Reference Include="System.Drawing" />
087.    <Reference Include="System.Web" />
088.    <Reference Include="System.Xml" />
089.    <Reference Include="System.Configuration" />
090.    <Reference Include="System.Web.Services" />
091.    <Reference Include="System.EnterpriseServices" />
092.    <Reference Include="System.Web.Mobile" />
093.    <Reference Include="Telerik.Web.UI, Version=2009.2.826.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL">
094.      <SpecificVersion>False</SpecificVersion>
095.      <Private>False</Private>
096.    </Reference>
097.  </ItemGroup>
098.  <ItemGroup>
099.    <Content Include="App_Browsers\CSSFriendlyAdapters.browser" />
100.    <Content Include="App_Browsers\Form.browser" />
101.  </ItemGroup>
102.  <ItemGroup>
103.    <Content Include="web.config" />
104.    <Content Include="Blog.aspx" />
105.    <Content Include="Default.aspx" />
106.    <Content Include="favicon.ico" />
107.    <Content Include="Login.aspx" />
108.    <Content Include="MonoX\MasterPages\MonoX.master" />
109.  </ItemGroup>
110.  <ItemGroup>
111.    <Folder Include="Code\BaseClasses\" />
112.    <Folder Include="Code\Classes\" />
113.    <Folder Include="Code\Layers\BusinessLayer\" />
114.    <Folder Include="Code\Layers\Repositories\" />
115.    <Folder Include="Code\LocalResources\" />
116.    <Folder Include="Properties\" />
117.  </ItemGroup>
118.  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
119.  <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
120.  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
121.       Other similar extension points exist, see Microsoft.Common.targets.
122.  <Target Name="BeforeBuild">
123.  </Target>
124.  <Target Name="AfterBuild">
125.  </Target>
126.  -->
127.  <ProjectExtensions>
128.    <VisualStudio>
129.      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
130.        <WebProjectProperties>
131.          <UseIIS>False</UseIIS>
132.          <AutoAssignPort>True</AutoAssignPort>
133.          <DevelopmentServerPort>3064</DevelopmentServerPort>
134.          <DevelopmentServerVPath>/</DevelopmentServerVPath>
135.          <IISUrl>
136.          </IISUrl>
137.          <NTLMAuthentication>False</NTLMAuthentication>
138.          <UseCustomServer>False</UseCustomServer>
139.          <CustomServerUrl>
140.          </CustomServerUrl>
141.          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
142.        </WebProjectProperties>
143.      </FlavorProperties>
144.    </VisualStudio>
145.  </ProjectExtensions>
146.</Project>


6
5/26/2012 11:18:35 AM
15993 Reputation 2214 Total posts

Sorry i forgot that you are not using project file version that has the deploy projet. I have answered your other topic that is related to this issue so take a look there amd get back to me.

7
This is a demo site for MonoX. Please visit Mono Software for more info.