Thank you.
When I go to save my changes I get this exception. I am an admin on the windows 7 box and started the project with the clr 4.0 bootstrapper.
If I run the bootstrapper as an admin everything work fine and I can save the preset..
Exception information.
LLBLGen Pro version: v3.1. Build: September 30th, 2011
Exception details:
Message: Access to the path 'C:\Program Files (x86)\Solutions Design\LLBLGen Pro v3.1\Frameworks\LLBLGen Pro\Tasks\SD.Presets.Adapter.General2010.preset' is denied.
Source: mscorlib
Stack trace:
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.StreamWriter.CreateFile(String path, Boolean append)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding)
at SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks.Preset.Save(String filename, EncodingType encodingToUse)
at SD.LLBLGen.Pro.Gui.Forms.CodeGenerationConfigurator.SaveCurrentRunQueueAsPreset(Boolean performSaveAs)
at SD.LLBLGen.Pro.Gui.Forms.CodeGenerationConfigurator._savePresetButton_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Inner exception: <null>