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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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
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