Error in VS 2008

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
RobIntechnica
Posts: 33
Joined: Tue 09 Feb 2010 11:42
Location: Manchester, UK

Error in VS 2008

Post by RobIntechnica » Tue 09 Feb 2010 11:48

Hi

After creating an EDML file using dotConnect Oracle, Visual Studio gives the following error:

MSL parsing failed: The attribute 'Name' of tag 'ScalarProperty' has a unexpected value

Upon opening the file again, the diagram is blank.

Just wondered what causes this? I'll try my entity diagram again to see if I'm successful the second time.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Tue 09 Feb 2010 15:17

Is the problem reproducible with the latest 2.80 Beta build of Entity Developer?
We have made some improvements to it.

RobIntechnica
Posts: 33
Joined: Tue 09 Feb 2010 11:42
Location: Manchester, UK

Post by RobIntechnica » Tue 09 Feb 2010 15:43

Thanks.

I'll try the beta.

I was getting this error too with the release version:

http://www.devart.com/forums/viewtopic. ... foreignkey

I think the beta has this fixed looking at the change list, I'll give it a go.

RobIntechnica
Posts: 33
Joined: Tue 09 Feb 2010 11:42
Location: Manchester, UK

Post by RobIntechnica » Tue 09 Feb 2010 15:56

Hmm... the beta seems to crash when you try saving:-

From your log file (I've also submitted this as an error report):-

=========================
Exception Information
=========================
Message: Item has already been added. Key in dictionary: '-221671102' Key being added: '-221671102'
Source: mscorlib
TargetSite: Void Insert(System.Object, System.Object, Boolean)
HelpLink:
Type: System.ArgumentException
Stack:
at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)
at System.Collections.Hashtable.Add(Object key, Object value)
at Devart.Shell.Utils.CommandTargetHelper.RegisterCommandHandlers(String commandName, String commandGroup, CommandHandler invoke, CommandHandler update)
at Devart.Shell.Shell.RegisterCommandHandlers(String commandName, String commandGroup, CommandHandler invoke, CommandHandler update)
at Devart.Shell.Vs.VsDebuggerService.RegisterCommandHandlers()
at Devart.Shell.Vs.VsDebuggerService..ctor(IVsServiceProvider serviceProvider)
at Devart.Shell.Vs.VsShell.CreateDebuggerService()
at Devart.Shell.Shell.GetService(Guid serviceId)
at Devart.Shell.ServiceManager.GetService(Guid serviceId)

RobIntechnica
Posts: 33
Joined: Tue 09 Feb 2010 11:42
Location: Manchester, UK

Post by RobIntechnica » Tue 09 Feb 2010 16:18

RobIntechnica wrote:Hmm... the beta seems to crash when you try saving:-
Hi

I've managed to get round this by deleting all files related to the EDML and recreating.

Post Reply