Hi,
Trying to install a Bamboo solution for the first time. Decided to choose List Rollup. So, downloaded the trial version. Install the license manager. Now trying to install the List Rollup and go the following during the install. What's the security requirement for installing Bamboo stuff?
Thanks
Ultra
=========================================================
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet) at System.Security.CodeAccessPermission.Demand() at System.Drawing.IntSecurity.DemandReadFileIO(String fileName) at System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement) at CodePlex.SharePointInstaller.InstallerForm.LoadImage(String filename) at CodePlex.SharePointInstaller.InstallerForm.InstallerForm_Load(Object sender, EventArgs e) at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(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)The action that failed was:DemandThe type of the first permission that failed was:System.Security.Permissions.FileIOPermissionThe Zone of the assembly that failed was:Intranet
************** Loaded Assemblies **************mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll----------------------------------------Setup Assembly Version: 1.1.10.0 Win32 Version: 1.1.10.0 CodeBase: file:///Y:/BambooSolutions/Trials/List%20Rollup%20Web%20Part%20-%20Release%203.2/HW24.Bamboo.ListRollup.wsp/Setup.exe----------------------------------------log4net Assembly Version: 1.2.10.0 Win32 Version: 1.2.10.0 CodeBase: file:///Y:/BambooSolutions/Trials/List%20Rollup%20Web%20Part%20-%20Release%203.2/HW24.Bamboo.ListRollup.wsp/log4net.DLL----------------------------------------System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll----------------------------------------System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll----------------------------------------System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll----------------------------------------System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll----------------------------------------System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll----------------------------------------
************** JIT Debugging **************To enable just-in-time (JIT) debugging, the .config file for thisapplication or computer (machine.config) must have thejitDebugging value set in the system.windows.forms section.The application must also be compiled with debuggingenabled.
For example:
<configuration> <system.windows.forms jitDebugging="true" /></configuration>
When JIT debugging is enabled, any unhandled exceptionwill be sent to the JIT debugger registered on the computerrather than be handled by this dialog box.
Hello Ultragc,
Thank you for your interest in our products! With our deployments we use SharePoint calls for the deployment. As a result, in order to add the solution to SharePoint, deploy the solution and run the timer job, you need to login with a SharePoint Farm Administrator and a member of the Administrators group of the server you are logged into, to run the installer successfully.
Also note that you should be running the installer on one of the SharePoint Front End Web Servers, however you only need to run the installer once. If you have more than one front end Web Server, the solution deployment will automatically add the necessary files to your associated Web Servers.
Hope this helps! Let us know if we can be of any further assistance.
**************
Jeff Kozloff
Bamboo Solutions Corporation
ultragc,
It looks like you are running the install from a file share (UNC path or mapped drive).
You must extract the zip file on the server itself otherwise the exe will run partially trusted and you can't install.
For more info read this.
In .NET 3,5 SP1 this behavior has changed
/Jonas