Answer Questions
Luke Van Diest Customizing "Search Page" in Document Explorer 8
Hello, if you use the search functionality in Document Explorer, you have the possibility to restrict the search by selecting attributes from three categories: Language, Technology, Content Type. First question: Is it possible to add a fourth category with a number of different attributes Which modifications do I have to make Second question: If first solution is not possible, can i extend one of the existing categories with a new ...Show All
Delphyne getting System.ExecutionEngineException error when i tried to run Add in to access Outlook using c#
Hi, i got the error 'System.ExecutionEngineException' when i debug the Add in to access Outlook by using interop assembly. can any body help me how to resolve the problem. when iam tring to add a button to Outlook toolbar it is giving the error example: this .toolbarButton = (CommandBarButton)commandBars["Standard"].Controls["Attachment"]; thanks Sivaji Hello Sivaji S ...Show All
JonAkaJon VS 2005 and SourceSafe 6.0c
I've been using VS 6.0 for years and this all worked so seamlessly, so I'm really disappointed that I'm having such a hard time with this. In VS 2005 (from my workstation), I create a new website on my development IIS server. I want to add the entire site into SourceSafe, but when I do, it says: Microsoft Visual Studio cannot add FrontPage Web Sites to source control. Use Visual Studio to save all Web Site files. Then from th ...Show All
DennisWang "Office document customization is not available" error
This error happens very frequently when an Excel VSTO project is built and run within VS. The Excel file will open, but this error will occur. The way I deal with it is to close the Excel file and restart it within VS again, or and again, or and again, or and again, .... The error usually will disappear after rerunning the application once, or twice, or thrice, ... Sometimes, I do have to close VS and restart the whole thing. Could anyone ...Show All
Raja Annamalai ReportViewer control - protected memory error when printing
Hello, When me or my users try to print from the Windows Forms ReportViewer control to a specific printer (using PCL), the following error appears in the ReportViewerControl client area: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. It is only happening with the one printer of that type. The error appears after choosing the printer to print to and selecting "P ...Show All
Davidkapp Rendering a report inside a PrintDocument
Is it possible to use an embedded report to render on to a Graphics object, like the one that is given in the PrintPage event of the PrintDocument class Graham Yes, export the report to EMF format. You get one EMF stream per page, which can be rendered to the Graphics object in the PrintPage event. ...Show All
donald_hodges StoredProcedure, parameters not working in Crystal .Net loading
I use Visual Studio 2005, I create some basic stored procedure on my SQL server 2000. Then i create web project and dynamcli create ReportDocument and fill parameter @id with some value crReportDocument.SetParameterValue(0, 6); or crReportDocument.SetParameterValue("@id", 6); when i load report crReport.ReportSource = crReportDocument fails with error Failed to open a rowset. Details: ADO Error Code: 0x Source: Microsoft OLE DB Provider for ...Show All
Ilya Tumanov DataContracts & svcutil & generated proxy oh my!!
First off, I am still learning and this question may be way off because of my lack of knowledge of web services and WCF. I have a class and I am wanting to create a data contract. For example, I have my WCF service in one namespace and then I have a class in another namespace and I want to pass this class to a WCF method. My question is where does this class need to reside Should it be included in the same namespace as the service co ...Show All
ShâD Excel Active Cell change event?
I am new to developing for excel and I need a little help. I can't find if there is an event for when the active cell changes. I want to be able to run a C# add-in every time the row changes, but because I can't find the event, I can't think of the best way to do this. I may just be looking in the wrong place, but any help would be appreciated. An example of what I'm trying to do would be this: Address information is added in on a row. The user ...Show All
ctlogistics Launching an application from my Add-In (sometimes Word)
Hi; I need to launch an application from within my Add-In (it's a Word Add-In). 1a. When I launch Word, I get the MessageBox "You cannot close Microsoft Office Word because a dialog box is open.\nClick OK, switch to Word, and then close the dialog box." 1b. When I click OK, I then have two instances of Word, but the one I launched is under the one I launched from (want it over). 2. When I launch another app (like IE), it comes up und ...Show All
mme0927 Anonymous Interface Implementations
Now that we have anonymous methods and anonymous types, how about extending this with anonymous interface implementations in C# The actual scenario I am thinking of is for WPF code. As discussed by John Gossman back at the PDC in his talk on writing Microsoft Expression, you can data bind your buttons etc. to IComand typed properties of your data objects. The end result is that your data objects look something like, public class MyTextEdit ...Show All
chiefmsb versioning in WCF?
Is versioning, according to this article: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnservice/html/service10152002.asp the recommmended (up to date) practice for versioning service contracts for web services headed to WCF I have a chance to create a versioning strategy, right now, for our WSE2 (later, WSE3 & WCF) web services. I appreciate any help. Thanks. The guidance is sim ...Show All
bubixMister How do I access child ui elements of a ListBoxItem
Is it possible to get the child UIElements from a ListBoxItem created via a DataTemplate The Context property in this case is set to the bounded data object. Another scenario, for which I need to recover the inner controls in the datatemplate ... My DataTemplate is composed by a custom control I made. Each time the ListBoxItem is selected I need to start the animation of my custom control. Even ...Show All
veluci loadbaml/xaml: where do things stand?
hi all, I need to load dynamic content into my canvas. Application.LoadComponent seems not to be an option, because the content is created separately from the loading app. If loading baml is faster than loading xaml, I'd much rather use the binary format. What are my options, what is the recommended way and is there a clear tested C# code snippet for doing this (thanx etc.) Use XAMLReader: using(FileStream strea ...Show All
litugol MessageContract Deserialization error with IIS hosting
Hi, I'm having a strange problem. A simple operation with a simple MessageContract works just fine when the service is self-hosted. But when the service is hosted in IIS, I get the strange exception below. public class FooParamsIn { public long ID; } public class FooParamsOut { & ...Show All
