Rank: Member
Joined: 7/28/2006(UTC) Posts: 79
|
Hi
I'm getting a compiler error for
Namespace Orders <Serializable(), DataObject(True)> _ Public Class Order Inherits CustomizableBusinessEntityBase
It says 'Order' is not valid as an identifier.
If I place [] around it the error goes away. But, since this is working code how did you get Visual Studio to be happy with it without changing the source?
Does anyone inc BV team, have an out of the box solution zipped up we can have. We have to manually setup a new solution and its not working. I'm sure its a config option but so far I cant find it.
I'm using Microsoft Visual Studio 2005 Version 8.0.50727.859 (vsvista.050727-8500)
It also has .net 3.0 and c# 3.0 extensions installed.
|
|
|
|
Rank: Member
Joined: 7/28/2006(UTC) Posts: 79
|
Looks like the Linq language extensions are using 'Order' as a reserved keyword (its calling it VB9 when the studio starts up)
Off to test with VB8, to prove it
|
|
|
|
Rank: Member
Joined: 7/28/2006(UTC) Posts: 79
|
Fixed, Visual Studio had VB9, uninstalled Linq CTP and the project compiled clean as a whistle.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.