Answer Questions
Ravishenkar CrystalReport (Could not load Assembly) Visual Studio 2005
I have an application in Visual Studio 2005, the crystal report gives the following error 'Could not load file or assembly, "CrystalDecisions.Windows.Forms" Version = 10.2, Culture=neutral, PublicKeyToken = 692.... or one of its dependencies. The system cannot find the file specified.' I have to deploy this app and I need help. It runs on the development machine without error. But on different machine then the error will come and th ...Show All
Ravkumar VSTO Question: Looking for WORD Action Pane example that lists and select contacts from Outlook
Would really appreciate any help or guidence. I want to have an Action Pane in Word that somehow allows the user to select a contact from the Outlook contacts and insert that information in different parts of the document. Are there any examples of integrating contatcs and using the action pane Thanks for any help, VA One other thought... I didnt find any WORD or EXCEL Action Pane articles where it accesses anything in Ou ...Show All
AJ_Developer Duplicating a Project within SourceSafe
Hello- I am new to Visual Source Safe and I have inherited a solution from a previous developer. I would like to create a duplicate or a version 2.0 copy of the solution before I start to modify it - keeping his version unchanged indefinately. Can anyone give me some pointers Thanks. -Dan Thanks Ido! That really helped. Hi Danny, You have a couple of options : 1. Get ...Show All
Bo Cordell Difficulty getting Report Parameter Prompts To Display
Hello, I must be doing something wrong, but I have a report in VS.NET 2005 (Local Report) and the report has expected report parameters, however on the viewer it is not displaying the text criteria boxes for the criteria. Will this work or will I need to create a seperate project and use the report server My code sample is below: Thanks! Dan Kisting this .ReportViewer1. ShowParameterPrompts = true ; this .ReportViewer1.ShowT ...Show All
manou Column value
I followed the code from one of the LINQ lesson as indicated below: public void Linq56() { var scoreRecords = new [] { new {Name = "Alice" , Score = 50}, & ...Show All
Kishore Ramakrishnan HierarchicalDataTemplate, ItemsSource and CollectionViewSource
Hello! Is there a way to specify, in XAML, that a HierarchicalDataTemplate may have it's ItemsSource object to be wrapped by a certain CollectionViewSource (The instance of CollectionViewSource could for instance provide sorting of the ItemsSource collection) If yes, may you provide a hint, please ! Best regards, Henrik Dahl Hi again Bea! Thank you very much, also for your very quick respons ...Show All
Bigcheesegs [BUG] GridSpliter does not respecting MinWidth / MinHeight
I have a window with a grid, 3 panels, and 2 grid spliters. The right/bottom panels have MinWidth/MinHeight set to prevent the spliter from making them hidden, but it is not respecting those values and will make the panels smaller than their respective Min settings. Looking at your code example above, the first think you'll want to do is not have a separate column for the GridSplitter. If you put it in an existing cell, it auto snap ...Show All
lokiprime VS2005 + crystal report
In my project, i'm using crystal report inside the vs2005 and preview the report using crystal report viewer. When i create a setup package and install my system in another pc, i cannot open the form that using crystal report viewer to preview the report. I already instal dotnet framework 2.0. Why i cannot run the programme in that pc but everything running in my developing pc Am i missing any file that is needed when i install the programme in ...Show All
Darrino Cookies
Hi, My report needs to retrieve the value stored in a cookie and pass it to the report. All the report is going to do with it is display it as part of the report title. No data manipulation is required. Is there an easy way to do this Do I need to create a data source in order to pass the information over to the report Thx. Thanks so much. That works beautifully. Never used report parameters before so n ...Show All
jfranks Publishing Problem.....
I cannot publish my VSTO Word Project. I have tried to publish the project to a web server and to a network drive. When I try to open the word document I get a "Office document customization is not available" error. When I try to open the the .application file I get a "Cannot Start Application - Cannot continue. The application is imporoperly formatted" error. I'm on my last rope! Any ideas ...Show All
Gpat Declaratively determining if an action runs, or a item template unfolds
Is it possible to declaratively determine if an action runs, or a template unfolds I would like to be able to use a boolean argument (populated from a wizard) to decide if a common action is run or not, without resorting to code. Is this possible Thanks If you mean to declare what to do when an action fails, then the answer is No. GAX executes all actions in a sequence and ...Show All
azuniga Calling type extension method recursively
Hi, Does anyone of you know if it's possible to call a type extension method recursively. Example public static IEnumerable < RegistryKey > GetSubKeys( this RegistryKey registryKey) { IEnumerable < string > registryKeyNames = registryKey.GetSubKeyNames(); foreach ( string registryKeyName in registryKeyNames) { RegistryKey registrySubKey = registryKey.OpenSubKey(registryKeyName) ...Show All
madfan sugegstions for anonymous types
As it stands, its not possible to create structs using the anonymous type mechanism. Its also not possible to create immutable anonymous types. Id like to suggest the following syntax: // a mutable anonymous class var a = new { X = 1, Y = 2}; // a mutable anonymous struct var b = new struct { X = 1, Y = 2 }; // an immutable anonymous class var c = new readonly { X = 1; Y = 2}; // an immutable anonymous struct var d = new readonly stru ...Show All
Tim T Add projects to VSS
Hi, I installed VS2005 Professional Edition and Team Foundation Client to my computer, and have problem with the VSS. I selected "New Project" from the File menu and wanted to add a new project to VSS though the add to source control checkbox does not appear in the New Project dialog box. How can I add a project to VSS I can check out projects from Team Foundation Server. Thanks ! Al ...Show All
umpate22 New exception in Beta 2 makes no sense?
I do not have a clue on what this exception means. From the stack trace I see none of my code in the call stack. It appears to be a problem with applying a property value that changes the template of an element. Any help would be welcome. "Dispatcher processing has been suspended, but messages are still being processed." at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Bool ...Show All
