Answer Questions
IS dude Error occurred when undo (Ctrl+Z) operation done
Hi, We are working on Word Customization using VSTO, in the some of the XML tags we are inserting label control inorder to show some read only content for understanding pupose. If user deletes the XML Tag and does undo operation (Ctrl+z) the following errors come one after the another, 1. System.ArgumentException crossed a native/managed boundary Message="cookie" Source="Microsoft.VisualStudio.OfficeTools.Controls.Co ...Show All
Adam Smith MS GetCanonicalName() Error
Hi I am getting the following error, is there any way to find out which type it cant find in the map as i have a lot of types but when i drill down into the map through the debugger they all apear to be there i think. if this should have been posted elsewhere please let me know cheers. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Collections.Generic.KeyNotFoundException: ...Show All
Andy_Paul Unit Tests for Custom Tasks
I'm developing some custom tasks and would like to write some Unit Test cases to make it easier to test them during development. The only problem I've run into thus far is logging. Because I'm not setting the BuildEngine property on my task before calling Execute(), all of the Log statements throw exceptions. I haven't been able to locate any information on how to go about setting this property. Any help would be appreci ...Show All
leiaduva Odd exception new to Nov bits
I have a custom control that is a subtype of MenuItem. I am getting an odd exception that an element already has a parent. The stack trace is well within MS code in creating the popup. The odd part is that a control is regenerating its logical children in the middle of a measure pass while creating the popup window. My guess is that the popup window is trying to display the same elements that are in the logical tree holdi ...Show All
SteveInMA VS 2005 - Crystal - SetParameterValue()
Hello, I'm trying create a report using VS 2005, Crystal Reports and DataBase SQL. But I need to pass parameters to my report and I have this error: COMException was unhandled Invalid Index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX)) My code to pass parameter: Private Sub BTImprimir_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTImprimir.Click Dim Relatorio As ...Show All
-Roel- How to set Crystal Report Viewer Export Dialog Box Path
Hi, When i click Crystal Report Viewer Export button , the Export Dialog box opens with the default location (Last accessed path). How to set this Path to my own. I.e i want to set it to application path ...Show All
sandy_patil Propating explicitly specified targets from master to sub-builds
Any real world product of any size that uses msbuild.exe (apart from the VS project systems) will end up with many .*proj files which get chained together using the MSBuild task. There must be some way to propagate specified targets from parent to child. I have seen some suggestions on doing this and they look absurdly combinatorial in approach. There has to be a simple way for a parent *.proj file to pass along the target list that it was in ...Show All
Crobat WinFX beta 2 is there
Go and get it http://msdn.microsoft.com/windowsvista/downloads/products/getthebeta/default.aspx Well with WinFX there isn't really any notion of "upgrade". It's really just "uninstall (the old) and reinstall (the new)". Yes, you should definitely uninstall .358 and then install 3.0.03906.22 (aka Beta 2). The WinFX version number can be seen in the Version value beneath HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ ...Show All
RLPV On Demand Report with Push Mode
Hi I work in Push mode (create a dataset with VS2003 and push this dataset to the Crystal report), with On Demand Subreport, placed in the Detail section of the report. When I click on a Detail Subreport, how is it possible to know the fields identifying the detail corresponding, to be able to seek, in the database, the corresponding data using this identifier (to push them in the on demand subreport) Thanks Hi GGus Maybe what I'v ...Show All
Nayan Mansinha IDE crash after unhandled runtime exception + memory corruption error (WinFX involved)
This problem may be related to other threads I've read such as http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=102399&SiteID=1 however I have a specific repro program, described below. Summary: During an uncaught runtime exception with WPF, depending upon the user's response the VS IDE closes without warning, sometimes with or without a Watson report dialog. Installed: Visual Studio 2005 Team Edition for Software Developers WinFX runti ...Show All
Kakktus What has replaced TextFlow?
Noticed that TextFlow is gone now whats the equivalent replace for TextFlow (just want to use Paragraphs/Floaters etc) cheers FlowDocument has replaced TextFlow. -Derek ...Show All
keajatthew Focused control
Hi How can I find currently focused control Best regards, Thomas Andersen Keyboard::FocusedElement HTH, Drew Thanks, perfect :) ...Show All
Axoren Controlling the animations for an array of objects
I have a panel with an array of UIelements in there, I can start them moving from left to right with a rendertransform animation, but i can't seem to stop said animation on them when i need to. What would be the best way to animate (and control the animations) of a series of objects accross a canvas (I'm trying to create a sort of ticker) Have a look at the CompositionTarget feature introduced ...Show All
Rogas Document Explorer crashes
Thought I'd start a new thread, since I'm using Visual C# Express, rather than full VS2005. Windows XP Pro SP2, Visual Studio 2003 Pro, SQL Server 2000 Developer Edition, Visual C# Express, Visual Web Developer Express, SQL Express 2005, MSDE. I also have Virtual Server 2005 SP1 beta installed. Problem just started this weekend. Whenever I click on any topic in the Index, Document Explorer crashes. I've tried Repair on Visual C# Express, Visual ...Show All
Jaldert How to change the selected tasks category?
My addin adds new tasks to visual studio "Tasks List" window. However, my tasks are not immediately visible to the users. They have to select the "Add-ins and Macros" category from the drop down box in the "Tasks List" window before they can see them. Can I make this selectoin programatically from my add-in Hi, This should do the trick http://blogs.msdn.com/chetanc/archive/2005/11/08/490233.aspx Ady. ...Show All
