"The project type is not supported..."

Posts   
 
    
Posts: 8
Joined: 09-Jun-2008
# Posted on: 09-Jun-2008 22:50:12   

I created my database on Sql Server 2008 (Feb 2008 CTP), added the entities in LLBL, selected "CF .NET 3.5" as the target platform (adapter), and generated the code. When I attempt to open either of the generated projects in Visual Studio 2008 Standard, I get the following error: "The project type is not supported by this installation." Also, I am using the LLBL 2.6 Demo.

Any ideas?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39872
Joined: 17-Aug-2003
# Posted on: 09-Jun-2008 22:58:46   

VS.NET 2008 standard ? Hmm... could you attach the csproj file (not the whole project, just the csproj file) being generated to a post in this thread?

I'm not sure if VS.NET 2008 standard supports CF.NET projects though, have to check...

Frans Bouma | Lead developer LLBLGen Pro
Posts: 8
Joined: 09-Jun-2008
# Posted on: 09-Jun-2008 23:19:02   

sure thing.

Attachments
Filename File size Added on Approval
Common.Datalayer.Payroll.csproj 28,722 09-Jun-2008 23:19.46 Approved
Walaa avatar
Walaa
Support Team
Posts: 14994
Joined: 21-Aug-2005
# Posted on: 10-Jun-2008 08:51:09   

Standard edition doesn't support mobile applications.

http://msdn.microsoft.com/en-us/vs2008/products/bb980920.aspx

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39872
Joined: 17-Aug-2003
# Posted on: 10-Jun-2008 09:30:08   

Walaa wrote:

Standard edition doesn't support mobile applications.

http://msdn.microsoft.com/en-us/vs2008/products/bb980920.aspx

Thanks Walaa simple_smile

Then that's the reason. I already found it strange because generated cf.net 3.5 projects did load properly in vs.net 2008 team system.

Frans Bouma | Lead developer LLBLGen Pro
Posts: 8
Joined: 09-Jun-2008
# Posted on: 10-Jun-2008 15:03:32   

ok, thanx, guys for your very prompt responses sunglasses will there be any samples for SQL Server Compact 3.5?

Currently, we are using LLBLGen Pro v1.0.??? with Sql Server Express. We have a .NET 2.0 app that uses LLBL to generate entities for our various tables, and it seems to work very well; What we would like to do is to get our .NET app to work with SQL Server Compact, as, according to Wikipedia, Compact can run on the desktop:

"Microsoft SQL Server Compact (SQL CE) is a compact relational database produced by Microsoft for applications that run on mobile devices and desktops"

Is this possible to do with LLBL, or will it only work for SQL Server Compact for mobile devices? If it is possible, could you please give me a rough idea of the steps I would need to create such a setup? (it appears, of course that I must at least upgrade to Visual Studio 2008 Pro).

      thanx again for all your help in advance :D 
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39872
Joined: 17-Aug-2003
# Posted on: 10-Jun-2008 15:09:16   

Please read SqlServer specific: SqlServer CE Desktop support

I.o.w.: just select for platform .NET 3.5, and you can use the code directly with Sqlserver CE desktop 3.5. simple_smile You don't need CF.NET, as you're not using the compact framework.

Frans Bouma | Lead developer LLBLGen Pro
Posts: 8
Joined: 09-Jun-2008
# Posted on: 10-Jun-2008 15:17:31   

ok, thanx for your help, Frans simple_smile