Answer Questions
Grant Archibald Can't Edit and Continue
I'd like to figure out why I can't use Edit and Continue on my box. I've tried this with a trivial C# Console app that consists of the following: namespace EditAndContinueTest { class Program { static void Main(string[] args) { int a = 1; Console.WriteLine(a.ToString()); a = a + 1; Console.WriteLine(a.ToString()); } } } I break on the first Writeline and try to edit the line below to a = a+2; a ...Show All
ly4587 wsDualHttpBinding and TimeoutException
Hello, I am trying to develop an WCF service with enabled duplex communication between client and service. WCF service is hosted under Windows Service. Everything works fine if I use client and service on the same machine. If service is located on the remote machine, no calls pass through for services configured for wsDualHttpBinding. All of them end up with TimeoutException. Client and service machines are in the same domain. For testi ...Show All
ralibey Can bookmarks be inserted when exporting crystal reports to word format
Is there any way of inserting bookmarks into word when exporting data from Crystal Reports to word Thanks in Advance Sai Hello Sai, No this is not possible. Keith - Business Objects ...Show All
danfeng Visual Basic Excel Project
Ok, I have posted many times on this forum for this subject, but so far I am yet to find the answer I'm looking for. I am trying to create a very simple application with Visual Basic 2005. I have a number of Excel workbooks and simply want them to be opened from a command button within the application. However, I would also like it to meet the following conditions: 1. The application should open on any computer, ie. the problem i have ...Show All
KNOREUS Using VB Forms in Word 2003
Hi, i have been playing with visual studio in office 2003 - Word 2003 in particular. I am trying to create a user entry form that appears for people to fill in and then submit at the bottom. Once the form has been filled it i would like the system to take the information provided by the user and update it into the word document. Its a letter creator for a small business so they dont have to type out in the standard letter format as this form wil ...Show All
Johan Ahlen Control inside a control
hi, I'm creating a window with a label in it. In that label, I should be able to show a button, and some text, how can I make this work great thanks Why doesn't this work with a canvas Am I missing something here The following gives me the error that a control can only have 1 child <Label> <Canvas> <Button>Click me!</Button> <TextBlock>Some text</TextBlock> ...Show All
Vidit Mittal Toolbox weird behavior!!!
I am using VSTO 2005. I am working on an Excel Template. Suddenly the toolbox becomes disabled and prevents me from adding controls to the Excel sheet but it is enabled in regard to the taskpane. I reinstalled VSTO and it was enabled but now disabled again. Do you have any idea this is very urgent.... Thank you........ Hi, Sorry to hear about your issue; this is the first report that I'm aware ...Show All
GizmoGorilla Bubbling and Tunneling Events
Hi, I'm running the following XAML: < Window x:Class = " Controls.Window1 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " Title = " Controls " Height = " 300 " Width = " 300 " > < WrapPanel > < Button x:Name = " button " PreviewMouseLeft ...Show All
sunspark VSIP SDK : Some of the Context Menu items are missing
I have created a tool through VSIP with the help of VSIP examples e.g. BscPkg, BscPrj, FigPkgs in .NET 2003 Now I am migrating my project to .NET 2005 using VSIP for 2005. I am successful in migrating it but some of the Context Menu items are missing.When I create a project through my tool, it is getting created successfully and all the basic functionalities are working. At Solution level the context Menu does not contain Build, Rebuild, Batc ...Show All
Van Dinh can disable Cider?
Hi Are there any way to disable Cider, and still working with WinFX With last TCP there are a lot of warnings and errors at design time . This errors hide "real" errors in error list panel, and i'm using xaml for the interface. Also, opening a xaml file lasts a lot for nothing, because i'm using UserControls and Cider can't show this element. Thanks. Thanks Andrew. Much better now. ...Show All
RoscoMac How to transfer a VSS db to another network share with different name?
Hi, Is there any article that explains how to move a VSS database from current network share to a new one And also how to redirect clients to new location. Any help would be appreciated, Alan One other thing: answering to other post ( http://forums.microsoft.com/MSDN/showpost.aspx postid=126599&siteid=1 ), it turned out that it's extremely hard to see remote access user ...Show All
Neil Beresford Why is MessageBox undefined after importing System.Windows.Forms?
I am new to Visual Studio. I have VS 2005 Beta 2 installed. I have a simple exercise from a book which Imports System.Windows.Forms at the top and then calls MessageBox to display results. Here is a code snippet: Imports System.Windows.Forms Module Module1 Sub Main() Dim amount, principal As Decimal Dim rate As Double   ...Show All
kamalindia Custom command
I have been trying to implement and use a custom command like this: namespace myns { class Commands { static Commands() { InputGestureCollection inputs; inputs = new InputGestureCollection ...Show All
Charles B Can we add a footer to a Matrix
I want to sum up all rows of a column in Matrix. Can we add a footer to Matrix to show the sum up information Another way of doing this is to add a subtotal on the column group (this is only possible if you actually have a dynamic column grouping in the matrix). Please read the following BOL topic in detail (particularly the sections about column groupings and subtotals): http://msdn2.microsoft.com/en-us ...Show All
rak.chaubey Clear data from excelsheet
Hi I am able to bind ListObject/ExcelSheet control from the database. Now I have created one Button control named as "Clear". When this button clicked the content of listobject should be disappeared (not from database). What code should I write on click event of the button. Thank you. Hi Mohit, Here is the output of all your provided solutions: 1. You Said: " Set the ...Show All
