Answer Questions
T-LIANGS how to allow paging, group tree selection and exporting
I've got a .NET web app that has a report, and every time I click the paging or export button, the report refreshes to the parameter prompt. Same thing with clicking on the group tree. I'm using version XI. I've got the DB credentials fine, since my two Crystal XI books tell me how to do that....but I haven't found anything about paging and exporting. Thanks! Duh...had to use: If not page.ispostbac ...Show All
Yorik Visual Studio Debugger Crashes after Exception Thrown
While in debug mode in a particular ASP project, Visual Studio will hang after any exception is thrown. This happens if the error is handled or not handled. The above stated problem won’t occur on a new ASP project. The problem project has approx 40 aspx files. Business classes are maintained in a separate class project. To shut down VS I need to “End Process” from Task Manager. Note: VS is usually using 85%+ ...Show All
dmsmsdn Using Message Contracts With The Chunking Channel
The chunking channel download includes two applications demonstrating use of the channel, a client application and a corresponding service application. The applications work as expected with regard to the first operation defined by the contract: [ ServiceContract ] interface ITestService { [OperationContract] [ChunkingBehavior(ChunkingAppliesTo.Both)] Stream EchoStream(Stream inboundStream); } Switching to a mess ...Show All
polmau WCF Custom Channel for SQL Service Broker
I want to ask if microsoft has provided a custom transport channel to utilize the SQL Server Service Broker Messaging Platform. Wonder hows the status now. im interested. Last summer at TechEd, the SQL Service Broker team announced that they plan to implementing a WCF transport channel for SSB. They have not yet announced their schedule. ...Show All
404 Joe I want to add additional documentation to VS help system.
I have VS 2005 installed and it comes with a set of documentation which you can filter via drop down box, which is great. But I am doing some sharepoint development and I really don’t want to switch between the two systems or more if I have other SDK docs I need to look at, can I add the sharepoint SDK or any .chm file to the VS help system which should be automaticly searched via dynamic help also. I think I am asking for the impossible. ...Show All
Nick V. Variables in XAML
Hi All, I would like to have a style definition with references to variables ( at this time the variables are resources with x:Key and the references are {StaticResources mykey}. Now, I would like to change the values of the variables at runtime. Is it possible to change theese values at runtime with a Trigger Thx!! {StaticReference x} is resolved when the XAML is compiled so you can not change wha ...Show All
btanveer Practical questions
Hello all, For as far as I can see, LINQ offers key features that belong to the data access layer. (Not like the current features from System.Data in .NET 2.0.) LINQ is all about replacing existing data access layer code with LINQ code, I think. So is the true advantage that we don't have to write SQL code anymore If so, would the LINQ code be placed on the database server (stored procedures) or on the application side Would data access layers ...Show All
MortenFraMoss Hi All: How to extend a built-in language service?
For example I want to change some behavior of original C++ language service's intellisense, what should I do To create a new language service or to reuse the built-in one Thanks You'll need to create an add-in to Visual Studio to perform what you want. As Sean mentioned in his earlier post, there are very few extensibility points for customizing IntelliSense so you'll need to parse the code and provide the completion lists o ...Show All
Kim Madsen crystal reports in c# / disable parameter prompt
Hi everyone, is there a way to disable the parameter prompt of the crystal report viewer in c# (2005 beta2) I've got a simple report viewer, which doesn't have the smart tag to disable the parameter prompt as apparently the viewer for asp.net does, I'm loading a simple report with a parameter at runtime where I also set the parameter in the code, but still it'll prompt me for that anoying parameter and use the one from the prompt!! I didn' ...Show All
thaoula Blog based on WPF - updated for Beta 2
http://www.valil.com/Valil.Blog/Valil.Blog.xbap I'm always impressionned by seeing your work Valentin :) Thank you very much ;) BTW, do you planned to share the source ...Show All
WaveyDavey Smart rendering of large amounts of geometries
An old blog entry I found - http://www.eightypercent.net/Archive/2003/12/02.html#a158 - mentions an interface called IRetainedRender, which is related to smartly rendering a subset of a potentially large amount of data (think of a 'map' control displaying a viewport onto an underlying dataset of millions of polygons etc): I can't find this interface anywhere in the documentation, so does anyone know what it's been replaced with ...Show All
Antzz Add a control to PowerPoint slides
Is there a way to programmatically add a control to a powerpoint slides In a simplest situation, create a new presentation, and add a new slide with a control object, say, a flash. How to do this I didn't find any method or property that's related. Thanks. This is a wrong forum for the question. Please try this newsgroup instead: http://groups.google.com/group/microsoft.public.powerpo ...Show All
Axerion Is there a way to get MSBuild to use .sln files but determine dependency order for builds?
I was thrilled to start playing with MSBuild to automate building our projects. We have several solutions which build anywhere from 1-2 projects up to 50-60 projects. One problem I've noticed however is that MSBuild doesn't seem to respect the dependencies to provide the proper build order when an MSBuild task loads a solution. This sort of defeats the purpose of allowing the MSBuild task to load a solution if the build order i ...Show All
JairoScz How can I map the fields of infopath form to a webservice?
Hello Friends, I have created a form in Microsoft office Infopath . I want to attach a webservice with this form. So how can I map the fields of Infopath form to the webservice Input fields and how can I see the response of webservice Pls tell me what could be the soloution for this Thanks and regards. Ram Krishna Tripathi ramkrishnatripathi@gmail.com Hi Ram Krishna Tripathi, It is helpful to remember th ...Show All
StillRockin Keyboard event capturing
Hi, I am currently developing an add-in for debugging LUA (scripting language) code from within the visual studio environment. However, i cannot seem to find any way to capture keyboard and mouse events, can someone please tell me how to do this because i need to provide the default F10 key for stepping through the LUA code within the VS environment. In addition i would also like to know the type of object that represents the left window pane ...Show All
