Answer Questions
emari How to use HideDuplicates
I am in the process of converting reports from Crystal Report to ReportViewer. I hope somebody can let me know how to use the HideDuplicates property in ReportViewer. SuppressIfDuplicated in Crystal Reports is much easier to use i.e. just enter True or False. I sorted it out. My rdlc file was corrupted. ...Show All
JohnE5 Determining current node based on selection
Hi I have wired up an event handler for the SelectionChanged event. Within this handler, I want to determine what my current node name is. Any idead on how to do this If you are creating a Visual Studio 2005 Tools for Office project, each node when added to the document has an XML Node control added and then XML Node control has a Select and DeSelect event that could be used to determine when the ...Show All
Andrew D How do you create & deploy ASP.Net web application to DFS in cluster environment?
How do you create & deploy ASP.Net web application to DFS in cluster environment We are currently using DFS server as a central depository of files and web pages to syncronize the contents to nth number of web servers (Windows Server 2003, IIS6) in a cluster envrionment. I am having difficulties in creating an ASP.NET Web application project using VS 2003 on to the DFS Server. VS.Net does not recognized DFS as a web server and I cannot ge ...Show All
N.D Dynamic IP
I write Client and Server in Wcf and i have problem with base address. The Server take the base address from other source ( dll config i write ) Uri baseAddress = TakeBaseIP(); // Create a ServiceHost for the CalculatorService type and provide the base address. using ( ServiceHost serviceHost = new ServiceHost ( typeof (General Service ), baseAddress)) // Open the ServiceHostBase to create listeners and start listening ...Show All
Steve X Fu how can i make my custom DataSource ToolWindow
Wonder if anyone can help me out with this issue. i had created a custom tool window fine just use CreateToolWindow2 method...actually i want place some controls into this tool window, so the addin user can drag-drop these controls into their real winform / webfrom designer face. everything is just like the 'DataSource Window' in VS 2005... so my problem is how can i do that i am wonder which interfaces or something else  ...Show All
tycobb Print PaperSize?
Hi, How are we supposed to set the paper size when printing a LocalReport with the windows forms ReportViewer I mean the Printer PaperSize, at printing time, not the Report's Layout size. Thanks, Juan If you are asking about the toolbar, there will be a Page setup icon in the final version of ReportViewer. If you are asking about the API, you can pass paper size via deviceInfo when exporting t ...Show All
Neil Clark WebForm ReportViewer Drillthrough Datasource
Hi, I am using VWD with the Report Viewer add-in. I am attempting to create a drillthrough report, but keep getting this error: A data source instance has not been supplied for the data source 'DataSet1_DataTable1'. I know you are supposed to handle it with the Drillthrough Event handler, but so far I have only been able to find example of this using .xml files. I created the dataset using a SQL2000 datasource. When I added the repo ...Show All
oh_maestro problem deploying a new project type
I've created a new project type for the Pascal language. I have deployed and registered the VSPackage in the target computer, along with the project files, but, when trying to create a new Pascal project, I get the following error in a popup dialog: value cannot be null parameter name: type In my development machine, which contains VS SDK, the error doesn't occur... Can anyone help me please Thanks, -- AFurtado I doubt this woul ...Show All
ShadowD Mouse hover event over a range of cells in Excel using VSTO
Hi I have placed a similar thread to this previously but have not had too much success. I thought I would put it up and maybe word it differently. Neither VBA nor VSTO provides a mouse over or hover event. I need to be able to capture this event in VSTO within the office application and determine when certain users are hovering over a cell with the mouse. I am also an accountant who has turned to the dark side of programming. So if ...Show All
jwp118 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
Viral Thakkar OperationContext additional Data
Hi, We want to pass additional data via each call we make. Data such as user tokens for all kinds of registrations. Searching for ways to do so, we found: 1. Using IExtensions 2. Using OperationContextScope and MessageHeaders (Incoming and Outcoming). What do you thing is the best way to pass that data Using the above ways Another way Thanks in advance. Guy Guy, Other choice is using an ...Show All
Jonas Lundberg can't generate proxy class
Hi I tried to generate a proxy class for my application with SVCutil.exe in the sdkshell but i couldn. it displayed "svcutil.exe has encountered a problem and needs to close. We are sorry for the inconvenience" when i tried to debug using JIT debugger it throwed an Exception "Could not load file or assembly 'System.Runtime.Serialization, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one ...Show All
levous editting the sql?
I have a VS.NET solution, and I've added a report to it. I went through the report wizard, and it's mostly what i want, but I need a little more granularity than the wizard provides. For example, I need to concatenate my select statement, ie "SELECT a||b||c FROM..." I just want to tweak the SQL, and I can't figure out how to do that in VS.NET. In standalone Crystal, I believe I would right click on my data source and go t ...Show All
Speedipus The Metadata Explorer
I wrote a little utility called the Metadata Explorer. It visualizes the available endpoints of a running service. This is done using metadata exchange and the MetadataResolver class. Metadata Explorer simply visualizes the information returned and is very useful in seeing what a service has to offer without resorting to development tools. Here is a screenshot: http://www.idesign.net/idesign/images/mexexplorer.JPG Think of it a ...Show All
jsena How to set custom properties at runtime?
How can I set custom properties (at runtime) in the domain model For example, I have a DSL and created a class called "Field" with a value property "Name" of type string. // set f to reference Field PropertyInfo p = f.GetType().GetProperty("Name"); string s = (string)p.GetValue(f, null); How can I *set* this property at runtime I tried p.SetValue(f, " new value", null ); but this fails with a System ...Show All
