Florian Rakic's Q&A profile
Visual Studio Team System Team Explorer Beta 3 issues.
I have 4 machines with Team Suite RC, and one machine with only the Team Foundation Client, and am running Team Foundation Server B3 (single machine install): On two RC machines, where both users are set as "Project Administrators". In Team Explorer, the Reports folder shows "Reports (working...)" and never expands and never finishes "working". However, these users can do Team/Show Report Site, and that works... Further, if ...Show All
.NET Development vb.net to c#.net
Greetings All, i need to convert a functin from vb.net to C#.net here is the vb.net function, when i convert the function using converters i am getting few problems. my main problem is ReDim and ReDim Preserve. these function are not available in C#, how can i convert to C# accordingly. can any body pls provide me a solution. thanks in advance Protected Function GetRowsList( ByRef oReader As SqlDataReader, Optiona ...Show All
Windows Forms DataGrid column with a different..
..embedded control on each row. I know a column can be created that will show a combobox, then all rows of that datagrid will have a combobox in that column. BUT... Is it possible to have a column that will allow you to show different controls& ...Show All
Visual Studio Is Exec task asynchronous ?
I've written an MSBuild project to create web service proxies by Exec'ing WSDL.exe to create .cs files within a target. The problem is my CSC task seems to try to run before the files are available on disk, so I get a compilere error that there are no inputs. If I immediately run it a 2nd time, it now has the files available. Is the Exec task asynchronous or is it the WSDL.exe command doing this How can I ensure the *.cs files have been regen ...Show All
Visual Studio ItemGroup Include gives zero items
Hi all, In our build script we have the following construct: < PropertyGroup > < FilterTables > **\Create*\*tables.sql </ FilterTables > < FilterSchemas > **\Create*\*schema.sql </ FilterSchemas > </ PropertyGroup > < PropertyGroup > < CreateDatabaseScript > $(SolutionRoot)\DbCreateTun.sql </ CreateDatabaseScript > </ PropertyGroup > <!-- Get a list of all database projects und ...Show All
Visual Studio Tools for Office Setting data source programmatically for Pivot table
Hi, Does anyone know if a worksheet has a Pivot table, how can I set it data source programmatically via VSTO Is there any sample code Watcher VSTO doesn't have databindable pivot table control. So you will need to use the Excel object model to manipulate the pivot table. Paul Stubbs Program Manager ...Show All
SQL Server Tricky Grand Total on Column Needed
OK, I've created this query so far: Select Distinct CustomerName, CustomerNumber, FGoal AS FG, FSched, ...Show All
Visual Studio My VSIP task provider is broken on Whidbey Beta 2. Help!
I have a managed VSIP package that I've developed on VS.NET 2003. It works fine on VS.NET 2003 and used to work fine on Whidbey Beta 1 and all previous CTPs. Something appears to be broken on Beta 2 though. Here's what I have. My class implements IVsTaskProvider2 on VS.NET 2003 and IVsTaskProvider2 and IVsTaskProvider3 on Whidbey. In class's constructor I load images from the embedded resource and then follow with RegisterTaskProvider(this, o ...Show All
Visual C++ C++ & UNICODE
Dear MSDN C++ experts, I have Visual Studio 2005 Professional installed, I need a help issue about something annoying a bit. My professor in college asked us to make a report how to write in name in Arabic using UNICODE, in fact I was unable to make such a program as it's so hard for me as I'm still a beginner. Here is a code sample I asked someone to make for me, It's UNIX based, the print out is an empty screen in windows: ======= ...Show All
Visual Studio Team System Web Testing - When used in Load Test, nothing written to System
Hi, Pretty beginner question, but unfortunitely I've run out of web-ex's to help me out. I am currently load testing a web site and have written a web test which retrieves data from the data source (10 rows) and inserts these rows into the web site. When run through Test Manager, this works and inserts records into the System. I have now included this test in a load test for 8 users, but I'm not quite sure how this is meant to add data ...Show All
Visual Studio Express Editions Cannot open file.
Okay I click new project , then I click windowed application and then finish. all works fine then I push F5 to build. I get the following information in a dialoge box. ------ Build started: Project: zane, Configuration: Debug Win32 ------ Compiling... stdafx.cpp c:\program files\microsoft platform sdk for windows server 2003 r2\include\windows.h(157) : fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory Project : wa ...Show All
.NET Development Converting between Ver 1.1 and ver 2.0 .net
Howdy, I have just written a small program in VB 2005 in .net framework 2.0, i wondering if there is a way that the executable could still run in ver 1.1 as i have been getting errors (ie not compatible!) The program is very simple, and i dont think i use any new "fancy" parts of 2.0 (I am very new to VB and .net....like today) thanks... Dwayne Ok, I tried a small experiment and Yes, you are correct. ...Show All
Visual Studio Controlling Font
How would you control the font, color, size, bold, italics of text decorators in shapes and connectors Copying Pedro's e-mail reply to the same question here so it's publicly available: These things are not settable in the DD file, but you can write custom code to change the font boldness and color. Add the following code to the shape class that you want to customize (I used the ClassDiagram template for my ex ...Show All
SQL Server Please,please help
CategoryA Description Value Type nbbnbnb jjhdjh hde hjhjjhwjh jdjj j j jjnjnj D ...Show All
Visual Studio Express Editions my.computer.fileinfo
I have been attempting to learn some of the new nifty items in the 2.0 framework, i am trying to search my entire c:\ drive for .jpg files and it throws an exception when it gets to a system directory. I have attempted to set system.securty to the min permissions to no avail, will post code and error when i get home, but if someone else has seen this any help now would be appreciated. code below For Each str As String In My ...Show All
