Answer Questions
webwiz52 ReportViewer1 LocalReport SubreportProcessing event doesn't fire
from following two posts, http://groups-beta.google.com/group/microsoft.public.sqlserver.reportingsvcs/browse_thread/thread/e5be66e6f49f9d86/f0191d9dd6e3b558 q=subreport+in+reportviewer+local+mode&rnum=1&hl=en#f0191d9dd6e3b558 http://groups-beta.google.com/group/microsoft.public.sqlserver.reportingsvcs/browse_thread/thread/4e94a8f347b4426d/3cc4e95a2fd850a6 q=subreport+in+reportviewer+local+mode&rnum=2&hl=en#3cc4e95a2fd850a ...Show All
darien_specter Service Identities in February CTP
What exactly is the relation between following identies in the context of a WCF service: System.Threading.Thread.CurrentPrincipal.Identity ServiceSecurityContext.Current.PrimaryIdentity ServiceSecurityContext.Current.WindowsIdentity Are they all referring to the same identity when a service is configured with Windows security Thanks. The ServiceSecurityContext.WindowsIdentity will provide you with the id of the calling client (assuming ...Show All
Jens K. Suessmeyer SVCUTIL only generates config, no proxy class
First, let me set up my scenerio before I ask my question, because my approach to the scenario may be wrong to begin with: I have my Service Contract (interface) in a seperate DLL (MyContract.dll) than the Service implementation (MyService.dll) because I wanted to deploy the interface with the client (as well as the service) so that I can have the option to bypass the WCF Framework if my service is running on the same machine as the clien ...Show All
DrunkenProgrammer Cast problems writing Add-Ins in C++.
I know, maybe it will not be a new question, but for the moment I wasn't able to find a real good answer. I was writing some Add-Ins for Visual Studio, and I chose to write them in C++; what a big mistake! Microsoft really hates people trying to use this 'old fashioned' language. You can understand it just looking at all those code samples around: nearly all Visual Basic or C#... So actually I found a solution to my problem, ...Show All
MSRez Changes to the ProjectName from a Wizard is ignored
Hey GAT team! I have a fairly simple project template that is running a recipe that helps the developer build the ProjectName for the new project. (among other things of course ;-) The recipe contains the ProjectName argument, ie: < Argument Name = " ProjectName " > < ValueProvider Type = " Evaluator " Expression = " $(AppNamePrefix).Entities " > < MonitorArgument Name = " AppNamePrefix " /> </ ValueP ...Show All
WDLI Extending VS2005
Hi all, I have a custom tool pane to aid in the documenting of our source code, but i have no idea how to read the line where the cursor is at in the editor, i need this to see what Methode or type i have selected.. Could anyone point me in the right direction Greetings Thanks this was exactly what i was looking for, i am going to try it out! If i have any questions ill be sure to let you know! Greetings ...Show All
JawKnee LINQ lambdas in C++?
Hello, When will the lambda support from LINQ be available to C++ Thanks, Alex. Microsoft created C++/CLI, released with Whidbey, so they're actively working on the language. As far as calling DLinq functions, you'd have to manage the creation of ExpressionTrees, not merely Funcs. I personally suspect the lack of motivation from the C++ team reflects their relative priorities and customer base. Linq in any form isn't likely to impa ...Show All
Stefan Hinterscheid Pivot table using c#
Hi, I am trying to create PivotTable in Excel from c#, I get to the point of creating the table but I am not able to specifi what will be the RowField or ColumnField etc. and format those data, I have written it earlier in VBA but I want to convert all my application into VSTO using c#, is there any example code for creating Pivot Table using C# by opening up an instance of Excel and then a particular workbook and then a particular worksheet in ...Show All
TaylorMichaelL <?Mapping?> fails after upgrade to beta 2
To use a custom panel Foo.Bar.CustomPanel in XAML, I do the following: < Mapping XmlNamespace="foo/bar" ClrNamespace="Foo.Bar" > <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:foobar="foo/bar" ... <foobar:CustomPanel .../> After updating to WinFX beta 2, this no longer works. I get the fol ...Show All
Amernath Error connecting to VSS test database
I have VSS 2005 July CTP installed on a Windows 2000 Server and I had success setting up a test database. When I tried to connect to this database using HTTP access on a Windows 2000 Pro system I got this error: --------------------------- Visual SourceSafe Internet --------------------------- Cannot contact the Visual SourceSafe Internet Web Service or cannot access the specified database. The server returned the following error: A connect ...Show All
Template Guru to Be Create a simple text editor using Expression Interactive Designer
http://spaces.msn.com/viliescu/blog/cns!A7CD34FAB0459777!251.entry Nice, you shot the gun a little bit early than me:-) I also plan to write a text editor as my next agenda, I want to add syntax highlighting, numbering, folding and unfolding capabilities to my text editor. Sheva That's great! My sample is very simple and probably there are many people asking for a suitable text editor in Avalon. ...Show All
Fatih Boy Slow Debugging with Template Inline Functions
Our entire team is experiencing very poor performance debugging a large VC++ 2005 application (43 projects) when stepping into inline template functions that have many different instantiations at the same time the automatic variables window is open. Examples of this include stepping into CComPtr<> and STL template classes with a wide range of different instantiations (probably on the order of >1000). For example, it can take 30 seconds ...Show All
Al Pira Accessing watch window
Hi, Can i access watch window within a Visual Studio (.NET 2003) addin or is it accessible only via VSIP SDK I am currently developing a LUA (a scripting language) debugger and one convenience that i want to give to the user is to add LUA variables to the regular Visual Studio watch window and watch their values. I have already developed a seperate tool window where i let users watch variables but i think that is not a good idea since it does ...Show All
ravisvasan Problem with Cider and Sparkle on Vista Build 5342
hi there. I just got Vista Build 5342 and tried to build up a designer toolset on the new OS with Visual Studio, Cider and Sparkle. After a hard time fixing installation of WinFX RunTime Components (Feb CTP), Visual Studio 2005 Team Suite, Windows SDK, Sparkle March CTP, I got all works done useless. XAML Designer in Visual Studio doesn't show anything without any error neither ExprID.Exe shows up even a single pixle and just allocates som ...Show All
Andy Davis about richtext
Hi I'm new to avalon and i've a small doubt on richtext box. Here i'm entering some message in rich text box and i dont know how to save that message also how to load external file(.rtf) into current richtext box. thanx Nagu those are static functions provided in the blog :) as for alignment you could set the TextAlignment property on the FlowDocument of the richtextbox ...Show All
