Menu

MagicLocalLibrary

Mike
2005-03-15
2013-04-25
  • Mike

    Mike - 2005-03-15

    do we need to have a license for MagicLocalLibrary to run?  i just downloaded the src from CVS, compiled with no problems, but am getting an Unhandled Exception in MagicLocalLibrary when I try to run it.

    thanks,
    Mike

     
    • Tobin Harris

      Tobin Harris - 2005-03-15

      Hi there

      The version of Magic is the open source version, so no license should be needed. Can you get any more details about the exception?

      Tobin

       
      • Mike

        Mike - 2005-03-15

        you bet.  it occurs on line 14 of MainPresenter.cs:

        public MainPresenter(){
          _mainForm = new GUI.MainForm();  // bang
        }

        with the exception:

        Access is denied: 'MagicLocalLibrary'. at    at SqlBuddy.GUI.MainForm..ctor()
           at SqlBuddy.App.Presenters.MainPresenter..ctor() in C:\Projects\dotNet\SqlBuddy\Alpha_20050315\Application\src\App\Presenters\MainPresenter.cs:line 14
           at SqlBuddy.Launcher..ctor() in c:\projects\dotnet\sqlbuddy\alpha_20050315\application\src\launcher.cs:line 23
           at SqlBuddy.Launcher.Main() in c:\projects\dotnet\sqlbuddy\alpha_20050315\application\src\launcher.cs:line 47

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.