Answer Questions
Tarball Unspecified error when doing Get Latest Version
When I do Get Latest Version from within Visual Studio on a complete solution or project I get the following error: Unexpected error encountered. Error: Unspecified error. File: vsee\lib\path\cvapipath.cpp Line number: 2459 When I do Get Latest Version on an individual source file, it works correctly. When I do Get Latest Version on a project from within the VSS client, it also works correctly. I got the following setup: Visual Studio ...Show All
Eric Jarvi MSFT Passing Parameters to subreport in ASP.Net
My main report has a detail section that contains a subreport. We are wanting to see all parts for a given customer with a good bit of detail for each part (hence the subreport instead of a list). I need to find a way to pass the part number from a dataset in the main report as a parameter to the subreport. I am using ObjectDataSources, because I am having to get my data from an Informix database using stored procedures (Inform ...Show All
SarikaPK C# with Excel -- How to select a sheet?
How do you select a sheet In VB6 it was like .Sheets("Response File Detail").Select How can it be done in C# Anyone ever seen a useful Excel example application. I already checked Microsoft's site. Here is what I have tried (among others): ExcelApp1.Sheets.Select(ExcelApp1.Sheets["IB Report Reconcile Summary"]); // DOES NOT WORK, runtime error ExcelApp1.Sheets.Select("Response File Detail"); // gets COM Exception ExcelApp1.Sheets.Select(3) ...Show All
Chattabaugh WPF Feb CTP: Bug in ComboBox dropdown
Try the following simple XAML code: <Page xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " xmlns:system="clr-namespace:System;assembly=mscorlib" FontSize="{Binding ElementName=FontSizeCombo, Path=SelectedItem.Content}" > <StackPanel Orientation="Horizontal"> <TextBlock VerticalAlignment="Center&q ...Show All
Ashwani146552 Microsoft OutLook Plugin Problems
hi, I am developing a plugin with the help of the document on the following link http://msdn.microsoft.com/library/default.asp url=/library/en-us/dv_vstechart/html/ol03csharp.asp I follow all the steps mentioned in the document and finally build and install . everythings goes smooth till this point . But after this when I launch the outlook my plugin does not appear in the toolbar. Do I require to do some additional steps in order to regis ...Show All
John W. Colby Suggestion to creating a managed way of overriding control's templates
As I've been messing around with control templates I've become increasingly frustrated when I start on a new control simply because of all the things I need to do. Microsoft published a little "how-to" here: http://winfx.msdn.microsoft.com/library/default.asp url=/library/en-us/wcp_conceptual/html/c52dde45-a311-4531-af4c-853371c4d5f4.asp ., but it still doesn't help me for the more complex controls. For example, a Scroll Bar. Sometimes I have ...Show All
Carbonear VSS 6.0d and VSS 2005 Beta 2
Is it possible to install/run VSS 6.0d and VSS 2005 Beta 2 on the same 2003 server at the same time thanks -ka SourceSafe is not a side-by-side product, I would recommend that you install only one version of the product at a time. If you must install them side-by-side, then be prepared to reinstall one version once you have uninstalled the other version. Regards, ...Show All
AtinLango Excel Data Binding Performance
I just updated my Excel VSTO code to use data binding (via ListObject) to a DataSet. Prior to this, I was putting data into a 2-dimensional array and setting it to a range. Now the screen update is significantly slower. We often times will have large DataSets. In one example, I had a DataSet with 10,000 rows, and 20 columns (with floating point data). With data binding, it took close to 1.5 minutes (90 seconds) for the screen to refresh. When I ...Show All
restore Textwrapping in a textblock
Hi, The problem is the following. I've created a textblock with textwrapping property. The text itself wraps, but I can't see see overflow. Scrollbars don't work and scrolling doesn't work either. Here is my code: <TextBlock x:Name="txtblGPSUnitProperties" TextWrapping="Wrap/WrapWithOverflow" ScrollViewer.VerticalScrollBarVisibility="Visible" ScrollViewer.HorizontalScrollBarVisibility="Disabled" ScrollV ...Show All
thaer111111 Will tail recursion be recognized
Do lamda functions diallow side effects Expressions seem to. Will the C# compiler recognize tail recursion or offer a way to generate the .tail IL code ...Show All
Jeff A James Can't go directly to XAML edit
I'm accustomed to right clicking on a file in Solution Explorer an selecting View Code to edit code behind. 1) I can no longer do this, has just not been implemented 2) I'd really like to be able to do it for XAML (espcially because the designer perf. is Beta level and I know its going to crash anyway because of the load limitations. NIK I mean "will not load in the designer" I don't want to reset it b ...Show All
McPhisto77 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. I think case (3) will work best for you. Case (2) will not work because you dont have a typedDataSet. ...Show All
IanG QuickStart Tutorials Setup Failure - Beta 2 (Standard)
I just installed the VS.NET 2005 Beta 2 (Standard Edition) and all went very smoothly until I tried to install the QuickStart tutorials. The installer fails each time with the following info: 1:29:04 PM Tuesday, April 19, 2005: [Info] Config_QUICKSTARTDB_Install: Quickstart Database and User Registration (installing database): ASPNetDB 1:29:25 PM Tuesday, April 19, 2005: [Fail] Config_QUICKSTARTDB_Install: Quickstart Database and User Registrati ...Show All
hane How to import .ical or .ics or .vcard file into outlook programatically
Dear all, Please help me how to import a card file into outlook by using, Application interface. or by using (Ex. MSOUTL9.OLB) Com libraries provided by outlook. As I'm working on a mobile synchronization project, the field names may be different.So parsing field by field and processing is not feasible.Please helpme out. Thanks in advance. -- Raja Pratap K Can you please indicate whether you ar ...Show All
Pete2 Merging Source Safe databases
Hello. Is there a tool to merge 2 VSS databases Considering that a branch is actually another VSS database (same projects structure), does anybody know a tool that can merge 2 branches into one Thank you. Cosmin Nothing was shared. It was like this: 1. one VSS database 2. take latest version of the database into another folder 3. create a new VSS database 4. add all the files retrieved at step 2, same pr ...Show All
