Answer Questions
slumley How can I tell if KB 907417 & 908002 are installed?
Hi; We need to put a check in our installer that 907417 & 908002 are installed (we have given up on getting them included in our installer - nothing seems to work). The problem is that the only test we have been given is to test that the node HKCR\Interface\{000C0601-0000-0000-C000-000000000046} exists. However, that node has no values and the Microsoft installer has no way to check just for the existence of a node. So, wh ...Show All
d.mac Beta 2 Addin Problem
I built an addin with the wizard and when I pressed run to debug, I rec'd the msg, "Operation cannot be completed. Unspecified Error." I built a setup project, installed it, and the addin is in the addin manager. When I try to connect, I get the same message. I have built numerous commercial addins under 2003, but can't seem to get of the ground in 2005. Thanks in advance for any help. Hi Les, I suspect it's something t ...Show All
oct_ruiz Action Pane Disappear
Hi, I have load a action pane to a Excel workbook, in the mean time, I double click another normal Excel file and then switch back to my VSTO Excel file. I found that the Action Pane disappeared. How can I get it back (The action pane can't be appeared again even I press Ctrl+F1 in Excel 2003) Thanks, You can put it back programmatically using the ThisWorkbook_WindowActivate event. Just check the state of the ...Show All
govdba multiple windows again and again
So, I get this strange error once again. Please give some directions what is the cause of it and how it can be circumvented. I create Word project drag some bookmark controls from my data source and then I create an Actions pane with Binding navigator control in it. The Binding navigator controls is bound to the binding source of the bookmark controls in Word document. Just for the sake of concept proof I make my dataset to be Cac ...Show All
Sasikumar how to delete cancel build task item
Hi, Does anyone succeed in deleting all the "Task List" items after cancelling a build I cancel a build in the "OnBuildBegin" handler. The code I'm using to delete the task list items : Window taskListWindow = ApplicationObject.Windows.Item( Constants.vsWindowKindTaskList ); TaskList taskList = (TaskList)taskListWindow.Object; try { foreach(TaskItem item in taskList.TaskItems) { item.Delete(); } This code is called in the "OnBuildDone" ...Show All
Brad Radaker crystal reports databaselogon
hellow .. i am doing reports in the crystal ... i need to run them on differnt databases , but when i do the report i bind them to the DB server in my computer ... then when i run it on other computers it ask for logon information beacause the server name there is defrent but the same tabels . i know there is a databaselogon command in the vb.net , but it is not working for me .. anyone have suggestion or can offer a sample code thxx HI ...Show All
danieljsamson SQL Server Express that includes a limited edition of Report Server?
Anyone know where I can find more information about a limited edition of Report Server for SQL Express I saw a note to this at the bottom of Rajeev Karunakaran's site at www.gotreportviewer.com . Thanks, Any examples out there that talk specifically about the Express implementation of the Report Manager, or is this all implemented via the report controls http://www.microsoft.com/sql/technologies/reporting/rsfeatures.m ...Show All
Andy_Chen Report preview doesn't work in reportviewer (local mode) - is it a bug?
Hi, I have created a WinApp with a very simple report and a reportviewer control. When I runit, the reportviewer shows the generated report correctly. However, when I click on the print preview button in toolbar, the message "Report is being generated" stays on indefinitely and the report never comes out to be ready to print. I have also downloaded the sample application. When I run it and click the report preview everything works fine. From ...Show All
Umachandar Jayachandran Install Service Pack 6
Hello Tony, it's still the same problem (and error message). Thanks, Ben Hi Ben. I am in the process of validating the http://www.microsoft.com/downloads/thankyou.aspx familyId=a8494edb-2e89-4676-a16a-5c5477cb9713&displayLang=de download. Thanks, Tony Hiya Ben, I have validated that the image on the server is valid. Your error message on the missing file is troubling, as I can not find a referen ...Show All
GeertG User Define Function, Action Pane and Worksheet
Hi, I found the article by Eric about User Define Function is very useful! Moreover, I face a question now is that this class is completely separated from my VSTO2005 project, I mean, this Addin class is more or less like providing few "Helper Functions" only, and I'd like to know how I can create UDFs and work with my custom Business object For example, I've created a DataSet and binded to a DGV in ActionPane, and then now, I'd like to cr ...Show All
sburggsx An existing PeerNode exists for this Uri with a conflicting configuration
I get this error whenever I try to have more than one PeerChannel node in the same App Domain. I am able to have multiple PeerChannel nodes running on the same machine if they are in separate EXEs, each with own PeerChannel node (each specifies the same mesh but a different binding port). That works fine. But as soon as I try to have 2 PeerChannel nodes running in the same EXE, or in the same ASP.NET-hosted container, I get this error (s ...Show All
wpvanv How to get control location in screen coordinate system
I want to show dialog over control. So, I need to get control location in screen coordinate system. Window parentWindow = Window.GetWindow( myControl ); Point point = new Point( 0, 0 ); point = myControl.TranslatePoint( point, parentWindow ); point.X += parentWindow.Left; point.Y += parentWindow.Top; myDialog.Owner = parentWindow; myDialog.Left = point.X; myDialog.Top = point.Y; myDialog.Show(); But this code is not correct because paren ...Show All
Marcelh CrystalDecisions.CrystalReports.Engine.ReportDocument
Hi friends, i have deploy a VB.net application which have crystal report in it. the application is running well but when i open the form with Crystal report its giving me error. Please help See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.InvalidOperationException: An error occurred creating the form. See Exceptio ...Show All
SquidE Office Interop problem with Excel COM add-in
In my test case, I have a minimal COM extensiblity add-in generated from .NET 2003 project template. Inside the OnConnect code, I used IsolatedStorageFile.GetUserStoreForDomain. It failed and threw exception with message "Unable to determine assembly identity". Later I knew that the Interop CCW is through the assembly of mscoree.dll which is not strong-named, so I downloaded the COM add-in shim from Microsoft, hoping the isolate ...Show All
Renuka Non rectangle window in WPF
See this example http://blogs.msdn.com/llobo/archive/2006/02/24/538757.aspx This however does'nt work with XAML files that have class files associated with them. The other issue is that this does'nt fit into the XAML app structure, Application, Window, Page etc. It would make a lot more sense for this to be factored into the Application or Windows\NavigationWindow classes's. I think the main point her ...Show All
