MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

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

Viewed 15498 time(s), 7 post(s) 4/1/2012 5:02:38 PMby Hashim
Hashim

Hashim

4/1/2012 5:02:38 PM
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.
This content has not been rated yet. 
20 Reputation 1 Total posts
shawndg

shawndg

4/2/2012 1:11:33 PM
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.
Rated 4.00, 1 vote(s). 
1871 Reputation 252 Total posts
shawndg

shawndg

4/2/2012 1:09:24 PM
I also would like to add, make sure your running your visual studio in Administrator mode..

This also can cause the problem above.
This content has not been rated yet. 
1871 Reputation 252 Total posts
marcus-tham

marcus.tham

5/25/2012 7:03:51 PM
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.
This content has not been rated yet. 
88 Reputation 12 Total posts
khorvat

khorvat

5/25/2012 7:53:44 PM
Hi, this can be due to missing deployment project? Let me know if that is the case.
This content has not been rated yet. 
15993 Reputation 2214 Total posts
marcus-tham

marcus.tham

5/26/2012 4:15:22 AM
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>


This content has not been rated yet. 
88 Reputation 12 Total posts
khorvat

khorvat

5/26/2012 11:18:35 AM
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.
This content has not been rated yet. 
15993 Reputation 2214 Total posts