Answer Questions
JeffGraves TextBlock without space
Hi, Is it possible to have a TextBlock without the space arround the text (the space from the LineHeight etc.) What I am interested in is to display a text on one line and the bounds to exactly contain the content text. Thank you, Valentin Valentin, Correct, in this case you're probably best off implementing your own custom layout. Filipe Hi, I need a control in which the text just "fits". TextBlock contains sp ...Show All
lufa Could not load type 'Microsoft.VisualStudio.Shell.Interop.SVsSmartOpenScope'
Hi Everyone, I have just installed the "Visual Web Developer 2005 Beta 2" on my XP Professional machine. After I create a .aspx page, when I click on "Design" button I am not able to see any control on "Design" mode, but simply a blank page (I have added few controls in "HTML" mode) and get following warning... ------------------------------------------------------------------ Warning 1 Could not load type 'Microsoft.Vis ...Show All
Gareth Osborne Generate documentation under .Net 2.0?
I really need to generate some documentation under .Net 2.0. I know that this issue has been raised in a previous post few month ago, but no explicit solution has been provided. Also the NDoc project seems dead (as suggest the broken wiki). Does anyone has a practical (even minimal) solution to generate documentation for .Net 2.0 Thanks in advance, Joannes By the way, just in case you or other NDoc users we ...Show All
Ken Alexander MSDN Subscribers - Feedback Requested!
Hi Everyone - There are a few of us here looking at plans for the MSDN Quarterly library releases that will follow the last release in the Whidbey train (Visual Studio Team Foundation). We need your feedback! If you subscribe to MSDN and receive media for MSDN Quarterly releases, and use it, can you please respond to the following questions 1) Do you uninstall previous quarterlies when installing the latest release 2) Do you remove ...Show All
jesus_ Add Active Directory users as Source Safe 2005 users
Greetings, I added a couple users to SourceSafe and assigned them the same user names as their ActiveDirectory User names. Does VSS try and detect if Active Directory exists and checks for users that match the users it's got and manage it that way I'm asking this because I noticed that these users didn't have to put in a password sometimes to access the source Safe DB once they're logged in to their machines. If this is not the case, is there s ...Show All
Mikaelm dot.net 1.1 app not working when dot.net 2 installed
Hi I have a application written in VB.Net 2003 which has been working fine for a while however when people have installed the dot.net framework v2 along side 1.1 they are now getting an error System.ArgumentException: Cannot bind to the new display member. Parameter name: newDisplayMember ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) If I remo ...Show All
Perry G. Calculate Event and Changes in Range
Hi, I'm wondering why the change (delete and insert) of Excel.Range will trigger the event handler of WorksheetCalculate I supposed the Calculate event hanllder will only be fired when user enter a function in a cell, but I found it will be fired too if I programmatically delete or insert a Excel.Range ! Thanks, Hi, I'm still struggling with this problem for nearly 1 week ... I searched one and only one rela ...Show All
rusi Specifying a generated CS file as to be not-source-controlled
I'm using integrated source control in a C# project. I recall a Source-Control related feature in the VS.NET 2003 (or 2002 ) IDE that let you identify a particular file as to be not-source-controlled'. I used this feature in the past to indicate that a generated CS file was to not be checked in with the project. I had thought a menu option on File->Source Control let you do this, but I cannot find any such menu option. Is it pos ...Show All
Colin Bowern CodeAnalysis is using the wrong assembly references parameter
The current Codeanalysis tast looks like this: <CodeAnalysis ToolPath="$(FxCopDir)" Assemblies="$(CodeAnalysisInputAssemblyForTask)" RuleAssemblies="$(CodeAnalysisRuleAssemblies)" Rules="$(CodeAnalysisRules)" LogFile="$(CodeAnalysisLogFileForTask)" References="@(ReferencePath)" FilesWritten="$(CodeAnalysisLogFileForTask);$(CodeAnalysisSuccee ...Show All
Cristiano Pimentel Error when using mixed access modifiers on properties
In .NET / C# V2.0 you can have mixed access modifies on a singe property eg. [Column] public string CustomerName { get { } protected set { } } When you use this functionality with DLinq, and run a Customer query, DLinq fails to create the objects and gives an exception on invocation error. In DLINQ, the same thing would happen if it was a read-only property (without a set) ...Show All
NeoNeo Installing VS 2005 as a clean - first time install
I squashed my box and rebuilt it because I could not get vs 2005 to install properly (specifically - SQL 2005 Express) and I'm hoping this will do it. Any advise before I install vs 2005 fresh from the release version of the product that I have marked "Visual Studio 2005 Professional Edition", December 2005 Thanks! If your box is clean (no beta products), the install should go through fine. ...Show All
agarwaga WebForm ReportViewer Drillthrough Datasource
Hi, I am using VWD with the Report Viewer add-in. I am attempting to create a drillthrough report, but keep getting this error: A data source instance has not been supplied for the data source 'DataSet1_DataTable1'. I know you are supposed to handle it with the Drillthrough Event handler, but so far I have only been able to find example of this using .xml files. I created the dataset using a SQL2000 datasource. When I added the repo ...Show All
CNH What happened SourceSafe web service access in Beta 2?
A collegue of mine has just setup a SourceSafe 2005 database and configured it for internet web service access. I have Team Suite installed including SourceSafe 2005, but I am unable to find an option anywhere which would allow me to connect to it. I can connect over a local LAN or over the net via file sharing, but I can't find the web service protocol. I was informed this feature was in Beta 1. Anyone know what happened to it I ...Show All
Brad Peterson SOLVED!!! but "Chapuza"
I use a WindowsForm Reportviewer. C# 2.0 I generate the report and all is OK but when the user try to print (print button in toolbar), the application open the printdialog, I select the printer and press Ok. But the application doesn't generate a document. When I try again, all work fine. If I close the application and restart, occurs the same (first doesn't works, second works, all time works). somebody have any idea Thanks form ...Show All
prashanthmscis1227 Supported projects
I'm doing a brown bag on MSBuild in a week or so and I wanted to make sure I had this info right. VS uses MSBuild for C#, VB and J# (I never install this so I'm not sure) projects. SLN files aren't MSBuild files but MSBuild can parse them and build the SLN as long as it only contains projects of type: C#, VB, C++ and J# C++ works because MSBuild just invokes VCBuild on the C++ project file. Running MSBuild on a SLN file ...Show All
