This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello, See attached solution. Go to the lightspeed model and select Run migrations. Observe that the Visual Studio 2010 prematurely terminates. The migration is targeted towards MySQL Server 5.5.9 running locally on Windows. I noticed that MySQL Connector/Net 6.4.3 has been made available on MySQL, and that LightSpeed only embeds 6.3.6. The database had no tables when the migrations started, and only DbVersion remains after the the crash. Thanks, Werner
|
|
|
I'm not able to reproduce the crash when running it here against a newly created MySQL database. The tables are correctly created. It's possible this is a MySQL versioning issue. Do you have any versions of the MySQL Connector/Net installed? 6.3.6 or a more recent version? |
|
|
Below is what is registered in VS 2010. I have also added MySQL 6.4.3 via NuGet which is used by some solutions. At some point I was also running ReSharper 6, but after it crashing one time too many, I reverted back to v5. Not sure if that was the case when I filed the bug. Thanks,
Microsoft Visual Studio 2010 Version 10.0.40219.1 SP1Rel Microsoft .NET Framework Version 4.0.30319 SP1Rel
Installed Version: Premium
Microsoft Office Developer Tools 01021-532-2002102-70361 Microsoft Office Developer Tools
Microsoft Visual Basic 2010 01021-532-2002102-70361 Microsoft Visual Basic 2010
Microsoft Visual C# 2010 01021-532-2002102-70361 Microsoft Visual C# 2010
Microsoft Visual C++ 2010 01021-532-2002102-70361 Microsoft Visual C++ 2010
Microsoft Visual F# 2010 01021-532-2002102-70361 Microsoft Visual F# 2010
Microsoft Visual Studio 2010 Code Analysis Spell Checker 01021-532-2002102-70361 Microsoft Visual Studio 2010 Code Analysis Spell Checker
Portions of International CorrectSpell™ spelling correction system © 1993 by Lernout & Hauspie Speech Products N.V. All rights reserved.
The American Heritage® Dictionary of the English Language, Third Edition Copyright © 1992 Houghton Mifflin Company. Electronic version licensed from Lernout & Hauspie Speech Products N.V. All rights reserved.
Microsoft Visual Studio 2010 Team Explorer 01021-532-2002102-70361 Microsoft Visual Studio 2010 Team Explorer
Microsoft Visual Studio LightSwitch 2011 01021-532-2002102-70361 Microsoft Visual Studio LightSwitch 2011
Microsoft Visual Web Developer 2010 01021-532-2002102-70361 Microsoft Visual Web Developer 2010
AppFabricWCFHTTPService 1.0 Information about my AppFabricWCFHTTPService package
Automated Build Studio 2.0 Automated Build Studio Team Explorer Integration Package
Automated Build Studio AutomatedQA Automated Build Studio for Visual Studio
Coded UI Test Editor 1.0 Enable editing of a UITest (*.uitest) file
Crystal Reports Templates for Microsoft Visual Studio 2010 Crystal Reports Templates for Microsoft Visual Studio 2010
Devart Template Editor 1.0 Editor for T4 and Devart template files with syntax coloring and IntelliSense.
Feature Extension Runtime Pro 1.0 Enables feature extensions to run on Visual Studio Pro and above.
Hotfix for Microsoft Visual Studio 2010 Premium - ENU (KB2565057) KB2565057 This hotfix is for Microsoft Visual Studio 2010 Premium - ENU. If you later install a more recent service pack, this hotfix will be uninstalled automatically. For more information, visit http://support.microsoft.com/kb/2565057.
JetBrains ReSharper 5 Full Edition build 5.0.1659.36 on 2010-04-13T02:19:06 JetBrains ReSharper 5 package for Microsoft Visual Studio. For more information about ReSharper, visit http://www.jetbrains.com/resharper/. Copyright © 2003–2011 JetBrains, Inc.
LightSpeed Designer for Visual Studio 2010 af67eb34-a276-4aad-9e7a-9a672c30f1f1 LightSpeed Model Designer for Visual Studio 2010 (c) Mindscape 2010
Microsoft Team Foundation Server 2010 Power Tools 3.2.40301.0 Power Tools that extend the Team Foundation Server integration with Visual Studio.
Microsoft Visual Studio 2010 Premium - ENU Service Pack 1 (KB983509) KB983509 This service pack is for Microsoft Visual Studio 2010 Premium - ENU. If you later install a more recent service pack, this service pack will be uninstalled automatically. For more information, visit http://support.microsoft.com/kb/983509.
Microsoft Visual Studio 2010 SharePoint Developer Tools 10.0.40219 Microsoft Visual Studio 2010 SharePoint Developer Tools
Microsoft Visual Studio Process Editor 1.0 Process Editor for Microsoft Visual Studio Team Foundation Server
MySQL Connector/Net 6.3.6 Data design and management tools for MySQL. Copyright © 2007-2009 MySQL AB
NuGet Package Manager 1.4.20701.9038 NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.
Windows Installer XML Toolset 3.5 Windows Installer XML Toolset 3.5.2519.0 Copyright © Microsoft Corporation. All rights reserved.
Automated Build Studio For more information about Automated Build Studio Team Build Integration, see the website at http://www.automatedqa.com/products/abs Copyright (c) AutomatedQA |
|