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.
Error in VS 2008
-
- Posts: 33
- Joined: Tue 09 Feb 2010 11:42
- Location: Manchester, UK
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.
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.
-
- Posts: 33
- Joined: Tue 09 Feb 2010 11:42
- Location: Manchester, UK
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)
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)
-
- Posts: 33
- Joined: Tue 09 Feb 2010 11:42
- Location: Manchester, UK