Robert W. Anderson's Q&A profile
Visual Studio Team System TF30162: Task "WITs" from Group "WorkItemTracking" failed
I got following exception during project creation after TFS installation. Here's my configuration OS : Windows 2003, SP1 TFS: Beta 3 Refresh Single Server Installation (Server is PDC as well) Here is the log: 2/22/2006 7:03:29 PM | Module: Wizard | Retrieved IAuthorizationService proxy | Completion time: 0 seconds 2/22/2006 7:03:29 PM | Module: Wizard | TF30227: Project creation permissions retrieved | Completion time: 0.0312508 seconds 2/22/2006 7:03:29 PM | Module: ELeadServiceMediator | Team Foundation Server proxy retrieved | Completion time: 0 seconds 2/22/2006 7:03:29 PM | Module: ELeadServiceMediator | The template information for Tea ...Show All
SQL Server problem reading tab delimited flat file source with missing tabs
I have a tab delimited flat file with say 60 columns. All columns can have null values. The file contains a blank tab for nulls. Now, if a row has null value for last 10 columns, ideally, there should be 10 blank tabs padded to the end of that row. But, this is not the case with this file. There is line break after 50 columns of that row, in the above example. Extrapolating this behavior, most of the rows have null values for last 'x' columns where 'x' is variable for each row. When I try to customize a flat file connection for this file, SSIS is not padding up the missing tabs. In the example above, it should insert ...Show All
Visual Basic Reading characters from a line
I was wondering (DESPERATELY) how to read only certain characters from a line of text and how to define where the code will start reading and how far into the line the code will read. and lastly - is it possible to store these specified characters in a variable I've been messing around with "Mid()" but its not doing exactly what I need it to. THANX Mid is going to strip your string, but you can also look into using regular expressions to look for patterns in a string, and return them. ...Show All
Windows Forms DataGridView how to bind to a textbox
I have a DataGridView on my form binding to an Access table showing all the contents How can I make it just return the value in TextBox1.Text If someone has a simple example they could show in VB I would realy apreciate it I am not sure if I understood the question. But if you want to know how to bind the textbox'x text  ...Show All
SQL Server fatal error 7105
hi guys, does anyone know what would have caused this error happened: [microsoft][ODBC sql server driver][sql server]warning:fatal error 7105 i have check with microsoft technet and it said: Page %S_PGID, slot %d for text, ntext, or image node does not exist. thanks. best regards, kharulli Hi, these datatypes are stored as pointers. It seems that your pointers are pointing to orphanded pages, so you can 1. Check the SQL Server log to see what happened. 2. Run DBCC CHECKDB to check the concistency of your database. (or run DBCC CHECKTABLE on single tables). DBCC should find the error in your tables. HTH, Jens Suessmeyer. --- http ...Show All
Windows Forms Advice Appreciated : Building new Control Similar to TabControl
Hi, I am developing a Control which is very similar to Microsoft TabControl, only it does not have tabs on the top. The control is called PanelControl and contains PanelPages. Looking at the TabControl and TabPage Controls using Reflector, I discovered the inheritance for TabControl and I have created my controls likewise. I am using VS2005 RC1 (Sept.)Whidbey, Please suggest any of the new designer feature in Whidbey.I plan to implement a PanelControlDesigner, and SmartTags once I get control working good. Please offer any advice you have. Can someone answer the following questions. 1. Should my PanelControl inherit from ContainerCont ...Show All
.NET Development Updating multiple ListView items into Sql DB table
Is there a way of sending datatable or dataview as variable and update multiple records in SQL DB table If it's not possible, I want to learn a better way to update multiple records at once instead of updating each record at a time. Thanks in advance, Oscar This link may help you.. http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfSystemDataDataSetClassTopic.asp ...Show All
.NET Development Trouble with XPath expressions.
I am trying to return a count of a the StudentID element that has a specific value (in the example below, a value of 5). I cannot get it to work. In fact, the only expressions that I've tested that return any nodes are "/*" and "//*". Dim docRdr As XmlReader Dim xDoc As XmlDocument ' Initialize reader and document. xFile is a form-level variable containing the path to the xml file. docRdr = XmlReader.Create(xFile) xDoc = New XmlDocument xDoc.Load(docRdr) Dim navMain As XPathNavigator = xDoc.CreateNavigator Dim xpr As XPathExpression = XPathExpression.Compile( "Student[StudentID='5']" ...Show All
.NET Development Trouble registering from config
Hi, I'm trying to create my first simple remoting demo. I have this in the config file of my hosting app < system.runtime.remoting > < application > < service > < wellknown mode = " SingleCall " type = " AppServices.OfficeService, AppServices " objectUri = " OfficeService " /> </ service > < channls > < channel ref = " tcp server " port = " 8080 " /> </ channls > </ application > </ system.runtime.remoting > When I configure it using this: RemotingConfiguration.Configure( "H ...Show All
Visual Studio Express Editions All functions
Were can I download all the functuions that are available in VB.net eg(if, endif, else, and ,or ,eg), I want to print it out and keep in file, as I do not have internet at home, and I l have to do it form home. hi hendrikbez, I did not get you if,endif,else are not functions they are keywords used for branching and to execute depending on the condition. Apart from this , I think you must have a PC at home so you can buy a MSDN subscription which includes all the functions and everything you needed with examples. and if this one is not good buy one printed book of Visual basic.Net like Ms V ...Show All
Visual Studio 2008 (Pre-release) Any good Books on using WCF in SOA
I have read through Dave Pallmans book on Indigo. Its a good introduction, but tends to focus on RPC, ratehr than WSDL and Message orientated SOA solutions. Anyone suggest any decent books (apart from MSDN) which go into the depths of true contract first (WSDL) and Message orientated SOA - To help Interoperability with other Platforms. Thanks Julian Hello Richard, In your post here you imply that SVCUTIL can create a service-skeleton from WSDL, but have read the SVCUTIL docs and played with it, I can't figure out how to do this. Could you elaborate on how a WCF service skeleton can be auto-generated ...Show All
Visual C++ Visual C++ 2005 MFC support
Hi, When will 2005 C++ be available with MFC support If the answer is never, what are my options to compile a C++ program with MFC now and in the future Please do not tell me Microsoft is now having home developers (like myself) puchase the full blown Visual Studio 2005 just to compile a MFC C++ application. Brian you are using the wrong book written for an old version, probably vc++ 6.0, really old. Find another book or the version the book was written for. ...Show All
Visual C++ nmake problem
Hi, all, I use nmake command to compile qualnet source code. It throws me an error: makefile-common (188) : fatal error u1034: syntax error: seperator missing stop. Your help pls. Victor anybody who can solve this problem... makefile<27> : fatal error U1034 : syntax error : separator missing stop. The makefile is given below: # Makefile for Windows/Visual C++/DirectX 9 version of EDrive 0.1 - a # multiplatform driving simulator # # Written by Evan Alexander Weaver # Last modifed: 31 May 2004 edrive.exe: edrive.obj graphics.obj error.obj car1.obj car2.obj input.obj terrain.obj sound.obj cl /MT edrive ...Show All
Windows Forms TaskVision server 1.1 install fails on Windows Server 2003 Enterprise
After RTFMing the TV Server install doc at http://microsoft.com/downloads/details.aspx FamilyId=53C3B52C-0544-4A03-A79B-ECE6D500B8A7&displaylang=en and making sure that everything is as prescribed there (at least I think so) I'm still getting the error "The parameter is incorrect." in an MB_OK messagebox with the title "TaskVision Server." Then I get the Fatal Error msi dialog and&nbs ...Show All
Visual Studio 2008 (Pre-release) [BUG] BitmapEffect clipped output
I reported this to the feedback center as well. THe following XAML shows clipped output for the element with a bitmap effect applied. The size of the element is smaller than it should be at higher scale factors. The problem does happen without animation as well. <Page xmlns=" http://schemas.microsoft.com/winfx/avalon/2005 " xmlns:x=" http://schemas.microsoft.com/winfx/xaml/2005 " > <Canvas> <Border Canvas.Left="100" Canvas.Top="100" Width="200" Height="100" BorderBrush="Black" BorderThickness="2"> ...Show All
