We're running Visual Studio .NET 2003 and using the bundled Crystal Report.
The application is installed on a server.The application works fine on PCs with Visual Studio installed. Other PC's can run the application except when the embedded Crystal Reports are accessed. The Error we get is:
************** Exception Text **************
System.Security.Policy.PolicyException: Required permissions cannot be acquired.
at CrystalDecisions.Windows.Forms.CrystalReportViewer..ctor()
at Training_Tracking.MonthRept.InitializeComponent()
at Training_Tracking.MonthRept..ctor(String type)
at Training_Tracking.Main.mmuMthReports_Click(Object sender, EventArgs e)
at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
at System.Windows.Forms.MenuItemData.Execute()
at System.Windows.Forms.Command.Invoke()
at System.Windows.Forms.Control.WmCommand(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&a mp; m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& ; m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Any ideas on how to fix this?
Thanks.
Ben