Answer Questions
Daren Fox Unable to Debug Stored Proc in Visual Studio
I'm unable to activate debug on any stored procs in Visual Studio 2005. I'm doing the following: Establish a connection to the database in Server Explorer. Navigate to the Stored Proc, double-click it to open it. Right-click the Stored Proc's name gives me several options but they don't include "Step Into.." When I click into the procedure code pane a Debug Menu item appears on the Menu bar but all it contains is one ...Show All
diane martin Publish and Subscribe Callbacks. Client Notification of Server Crash.
I am writing a program that uses the Subscribe and Publish pattern with WCF callbacks. I am concerned that if the server shuts down (crashes) the client will still think he is subscribed to the service and waiting for notifications. Does anyone know of a way for the client to be notified that the service not longer has his subscription Let me know if you need any more information. John Scott, Thanks f ...Show All
dpatel duplex contracts behind a loadbalancer
Hello, Just starting to work on some duplex communication samples. Can someone confirm that this will work behind a loadbalancer Regards, Ruurd Boeke The nature of the connection depends on the binding you are using. A TCP session would be based on the TCP connection that you have from the client to the service. In that case the callbacks just go on the return path that TCP gives you and you need to make sure that there's load b ...Show All
jcdotcom VSS 2005 Option not appearing in the VS 2005
Hi, I just have installed visual Studio 2005. I have been able to convert an existing VS 2003 code to VS 2005. The project was consisting of several projects under one project. The project resides on a development server where VSS 6.0 server is installed. When I converted the code, the system gave a message that the project appears to be under source contol but the binding is missing and converted the code successfully. I then tried to add ...Show All
redfox70 VSS extremely slow over internet
hi. i have a setup with several local clients to the database and a remote client that is connectected over a 2mbit dsl line. now, i know that 2mbit isn't _that_ much, but is it really necessary for a 'get latest version' to take up to 20 minutes the ss database is only 10 mb in size... what options do we have in order to make this thing a little faster WM_THX thomas woelfer http://www.die.de/blog Hi, That ...Show All
Khurram Aziz Office Document Customization is not available
Hi , I need to create this small app to generate XML from an excel sheet. Using VSTO 2005 I tried creating an active worksheet before moving ahead . When I run this in debug mode , it throws and exception at activeworksheet = CType ( Me .InnerObject.ActiveSheet, Excel.Worksheet) The error message which I am getting is : The customization assembly could not be found or loaded. Details: Unable to cast transparent proxy to ...Show All
Gig@Byte Conflict between Word and Outlook
Hi, I hope you guys can help me with this problem: I have a couple of VSTO customized Word Templates that create Outlook objects as part of their normal functionality. When I close and reopen this templates, the logic in the document behaves in a really weird way: Some controls won't work, some initial events are skipped, basically the action pane becomes useless... I have seen this kind of problem before, caused by the Word instance th ...Show All
wayneg AngleGradientBrush or something like that...
How can I do an "Angle Gradient Brush" (or Radial Sweep) effect with WPF brushes Is possible Or Has WPF some support to do this task Radial Sweep effect sample: http://www.dizteq.com/images/GDradsweep.jpg Thanks in advance! I don't know much about Avalon, but I have achieved a similar effect by combining two linear gradient brushes in VB. Hope this little demo helps. The third circle is created by painting the second one on top of ...Show All
Daniel21 How to make text markable
Is there any way to make the text on a TextBlock or Label markable with the mouse Thanks! lester - MSFT wrote: You could change the template of these controls. The other way is to use a readonly textbox. How would I go about changing the template of a TextBlock to make it's content markable Thanks the template would be basically be similar to tha ...Show All
sinan m al dabagh Bug in RichTextBox
Calling ClearValue for the background does not update the RichTextBox <Window x:Class="BugRichEdit.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" > <StackPanel> <Button Click ="ClearColor">Bug, should clear the background color</Button> <RichTextBox Name ="edit"> <F ...Show All
exo_duz VSS 2005 RTM setup failes on Win2k
Attempting to install on Win 2k Pro and recieving error "Setup.exe - Entry Point Not Found" This is a fresh OS install and only Office XP and SQL Client tools have been installed. All windows updates have been installed including .net 2.0 and 1.1 with all subsequent updates. I cannot find anything on this error at all. It installs on another Win2k computer here in the office, but not mine. Any thoughts on a solution When check ...Show All
ash927 WCF and objects with events
I have a class witch implements INotifyPropertyChanged. How do I send that through WCF When eventhandlers are hooked I get: “Error while trying to serialize parameter http://tempuri.org/:customer. Type 'System.Windows.PropertyChangedEventManager' has neither Serializable attribute nor DataContract attribute” Best regards, Thomas Andersen WCF sends only data part ...Show All
Carsten Herrmann Very large file size for .rpt files
My application has a couple of simple .rpt files that I have created with the Crystal Reports bundled with Visual Studio 2003. These reports read from an Access database file and contain a single 12kb image in the header. My concern is that the .rpt files are 3.5mb in size each and I cannot find an explaination. Has anybody else encountered this problem before Any suggestions on how to trim the fat from my report files ...Show All
Washoe Tech control template question
If I have the following template, how to refer to 'sv1' when the button is clicked < ControlTemplate > < Border CornerRadius = " 10 " Height = " 300 " Width = " 200 " > < StackPanel Orientation = " Vertical " > < RepeatButton Style = " {StaticResource upbtn} " /> < ScrollViewer VerticalScrollBarVisibility = " Hidden " HorizontalScrollBarVisibility = " Hidden " x:Name = " sv1 " > & ...Show All
anomolous Presentation Host has encountered a problem and needs to close.
Hi, I am creating a Avalon Express Application and I have one button which has the click event and I am writting the code in the respective page.cs file. < TextBlock DockPanel.Dock = " Top " Margin = " 15,10,10,10 " > < Button Width = " 60 " Height = " 30 " Click = " btnSave_Click " >Save </ Button > </ TextBlock > The application is loading, but when I am clicking the button it says that "P ...Show All
