Answer Questions
Jay_187 There was a failure uloading to url...
Hello, I'm having a problem with the vss webservice. I can 'get' my projects and connect with them when loading a solution in VS 2005, but I cannot check in anything. When I try to check in I get a VSS Dialog stating, "There was a failure uploading to url:" and it gives the url of the vss web site and path down to the vssupload.{guid}.bin folder. "Do you want to try again." Does anyone think I have to re-install v ...Show All
Erin Devoy A few Dlinq bugs
I run into a few issues while testing Dlinq out. Here is a simple program that demonstrates them. Not sure if all of them are real bugs as some could be caused by my mistakes. using System; using System.Collections.Generic; using System.Text; using System.Query; using System.Xml.XLinq; using System.Data.DLinq; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace LINQConsoleApplication { clas ...Show All
laweber3 VSTO download for MSDN Subscribers
Hello, I have a MSDN Subcription ID which begins with MVLxxx so may I download VSTO from MSDN If yes, could you please give me the link, I searched alot in MSDN but I didn't found. (I'm using now VS 2005 Pro) Best regards, If it's in your profile you should find it at: Developer Tools - >Visual Studio 2005 -> English -> Visual Studio 2005 Tools for the Microsoft Office System (VSTO) -> Visu ...Show All
Sorin Solescu How do I stop the debugger from showing code that I haven’t written?
My issue is that I don’t want the debugger to show me code provided in the standard library i.e. the <string> class or the <stack> class ect... It’s so easy to get lost while stepping through the program. I know that I could use the jump over but I'd rather the code never showed up in the first place. Any ideas That didn’t work all the stuff is enabled and it still shows Microsoft library code ...Show All
ashosheh xaml.xsd
where can I find xaml.xsd I haev downloaded the winfx sdk at: http://www.microsoft.com/downloads/details.aspx FamilyId=23A22468-5807-4FF7-A363-CE6FE69B8F04&displaylang=en and the iso image at: http://www.microsoft.com/downloads/details.aspx familyid=64193cc5-d566-402c-a211-ba48b312cf6d&displaylang=en but after installing them I cannot see xaml.xsd anywhere. James Thanks for the reply. Unfortunately ...Show All
br_turnbull Links to the MSDN online lib are wrong
hi, i'm having the following problem some links to the msdn online library don't show the correct pages with it's images and all the things they should show, one example http://whidbey.msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/T_System_Array.asp is there a way to fix the links so they can point to the correct pages thanks! CamonZ Hello - try looking for the documentation on the n ...Show All
Ed__ ReportViewer - Are multiple columns in subreport possible?
I'm new to RDL and I'm using the WinForms ReportViewer in VS2005. I'm trying to create a subreport that has multiple columns, but the data in the subreport overflows onto a new page instead of the next column. The overrall look of the report should look like this: 1) A page header that contains the current page number - this is suppressed for the first page. 2) A page footer that contais copyright information ...Show All
nobugz Overlapping Charts
Can anyone tell me if its possible to overlap charts in the reportviewer control The designer allows me to do it, but the charts don't overlap when rendered. Basically I have two simple bar charts I'm trying to put back to back and even when turning off the text in the axis I can't make them appear flush to each other. Thanks in advance In the case where you just want to show a bar per data row or grou ...Show All
Darkdog Problems compiling C# project from command line after installing beta 2
Previously I have been able to compile a c# project from the command line, using statements like the following or similar: devenv <solution> /build <build> /project <project.csproj> However at beta 2 this has stopped working. Attempting to make such a call produces the message The application for project 'MyProj.csproj' is not installed. Make sure the application for the project type (.csproj) is installed. This is o ...Show All
santosh_nm Practical questions
Hello all, For as far as I can see, LINQ offers key features that belong to the data access layer. (Not like the current features from System.Data in .NET 2.0.) LINQ is all about replacing existing data access layer code with LINQ code, I think. So is the true advantage that we don't have to write SQL code anymore If so, would the LINQ code be placed on the database server (stored procedures) or on the application side Would data access layers ...Show All
HJ Liu VS2005 July CTP under Virtual PC - shortcutCLTDbg32.txt can't be read
I've been trying to install the July CTP of VS2005 Professional under Virtual PC SP1 which is running Windows Server 2003 SP1 and it invariably fails towards the end of the main install trying to read D:\VS\Program Files\Microsoft Visual Studio 8\SDK\v2.0\GuiDebug\shortcutCLRDbg32.txt telling me the file was not found and offering me the choice of Retry (which loops failing with the same message) or Cancel (which does a rollback). That fil ...Show All
JennyGMM What Class Designer?
I've looked up all the information on using the class designer, but I can't find a .cd file in the New Item menu. Assistance would be appreciated. Reuben I am able to do this if I create a new project from scratch. But if I convert an older project I cannot find the class diagram item. So, I am unable to perform step #3. In fact, in a new project when I do Add->New Item... The dialog has a sing ...Show All
Faizel concatenate datestamp to logfile name
I am using FileLogger to log event from msbuild to a file. How can i concatenate datestamp to the logfile name msbuild.exe MSBuildCommunity.proj /l:FileLogger,Microsoft.Build.Engine;logfile=MSBuild.log i want logfile name to be MSBuild_yyyymmdd.log thanks hi simon in case u r interested this is how i did it using Microsoft.Build.BuildEngine; using Microsoft.Build.Framework; using System.IO; namespace MSBuildLoggers { pu ...Show All
UlrichC Calendar Date Range
How can I find out which Outlook Date Range is currently active in Calendar Day, Week, Month … Is there any Property I can ask Thanks, Hi, I understand that you are looking for the active date range. Please post generic Outlook question to the Outlook newsgroups. They will be able to help you more quickly. http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.office.developer.outlook.vba&lan ...Show All
shhh Element Operators: First vs. Single
After perusing the Standard Query Operators doc (available here ), I'm a bit curious about the differences between - [1.13.1] T First(IEnumerable<T> src, Func<T, bool> predicate) and - [1.13.5] T Single(IEnumerable<T> src, Func<T, bool> predicate). At first glance, they appear to be synonymous. Are they the same What motivated the decision to provide two methods which perform the same action Also, as an aside, why is Fun ...Show All
