Ali Shahzad's Q&A profile
Visual Studio Team System Beta 3 Setup Error: Windows SharePoint Services is not configured as recommended by Team Foundation Server
I am trying to install Team Foundation Server Beta 3 as single server installation and installed all required software components. However, during the installation, it gives me "Windows SharePoint Services is not configured as recommended by Team Foundation Server" error under "Recommened Components" dialog box. I exactly have followed an instruction specified in setup guide for Team Foundation Server Beta 3 for SharePoint services installation. ...Show All
Windows Forms Datagridview complaints editorial issues
Datagridview complaints at EditOnKeystrokeOrF2 Mode once press key in cell find two Letters ,why How to resolve I am sorry, my English is not good I do not know the meaning has not made clear ...Show All
Visual C# Why to use Interface IDbConnection,IDbDataAdapter .Its real time use????
Hi, I could not understand real use of this syntax IDbConnection myConn = new SqlConnection(); IDbConnection myConn = new OleDbConnection(); IDbConnection myConn = new OdbcConnection(); We can also use for SqlConnection System.Data.SqlClient's SqlConnection class . Then why to use Interfaces.... Please give architectural benefit....any example will be more help full. regards ashok Hi As ...Show All
.NET Development [URGENT]Remoting With More Than One Application At A Time....
Hi: I have made an application that is based on client-server architecture. I use remoting for getting the information from the client PC. When ever new client connects to the server, I register the channel for remoting. like that configChannel = new TcpChannel(); ChannelServices.RegisterChannel(configChannel); string url = "tcp://"+ this .ip+":4041/ClientConfiguration"; this .config = (ClientConfiguration)Activator.GetObject( typeof ( ...Show All
Visual Basic Visual basic 2005 Express - DLL/package Question
Hi all, Apologies if this is in the wrong forum. I'm a first time user of VB Express, having decided to take advantage of the year long MS offer for hobbyists to learn the trade. As such, if I try the patience with questions the are potentially rudimentary to some of you, please bare with me. Here's my concern. A while ago I sent some sourcecode for an application that was written in VB6. These include the .vbw/.vbp and whatnot files. I don't ha ...Show All
Visual Basic connecting to a sybase ODBC server
hi I'm a newbie in vb. can I use visual basic to connect straight to an ODBC data source withouth going through MS access and if yes, how do I do that Thx. cheers!! Yes you can take a look at the odbc connection class http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemdataodbcodbcconnectionclasstopic.asp You can find the connection string here http://www.connectionst ...Show All
Visual Studio Express Editions Read line listbox to variable
Hello I have a listbox and i need some of the lines But how can i write them best to an variable,array() I am looking but doesn't found the right code (instruction) Thanks i found another solution But thanks to al who helped me but now i need to write the array to an existing excel file The array must been write to colum A4 to A19 ...Show All
.NET Development How to extract icon from resx file
I've a form with an imagelist filled. I just want to access the resx file of the form to get an image from the imagelist in icon format. Can anyone help me This should help: //Load the resource file ResourceManager rm = new ResourceManager("Icon.frmMain", this .GetType().Assembly); //Get the imageStream from the image list ImageListStreamer strm = (ImageListStreamer)rm.GetObject("imgList.Im ...Show All
Visual Studio Tools for Office Adjusting columnwidth to data in excel
I fill my excelworksheet with data of a datatable. How can I adjust the columnwith to the data in them Because now it doesn't look that good. Thanks! ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Can't Run Any Programs On Others Machine
What I am running: DirectX 9.0c & C# I am trying to run the compiled version of ( http://www.c-unit.com/tutorials/mdirectx/ t=38 ) this tutor on another machine. These tutorials only work in October Version of DirectX I believe. What I downloaded: ---Microsoft .NET Framework Version 1.1 Redistributable Package http://www.microsoft.com/downloads/details.aspx FamilyId=262D25E3-F589-4842-8157-034D1E7CF3A3&displaylang=en --- ...Show All
Visual C# Help me, please !
Hy ! Please help me ! When i try to execute a command such as tasm.exe on the command window in VC#, the messeges that have been created by this command aren't printed in to the filename that Tools.LogCommandWindowOutput had created, onlz the syzstem messeges are. Can I print the messages into the file .log Yupi, io, uraaa, heheehe, thank's, thank's, thank's, thank's, thank's ! It's working ! Thank's ...Show All
Visual Basic Date Sorting issues in DataGridView Column
Hi, I am converting a VB6 program to .Net/VB2005 as a learning experience. I'm testing the DataGridView control to display my data and have some difficulties. My data is in a single disk file with user-defined-data-type fixed length records. The first column in my DataGridView displays a transaction date. All the DataGridView columns are textbox columns. The dates load and display correctly but if I click the column header and use the built in ...Show All
Visual Studio Team System Moving from one TFS to another
I've been running TFS and VSTS for one very large project, and it's been great, except for the fact that our server was a free workstation that really wasn't up to the task. So, we got a new server. Now, I need to move the project from the old server to the new server. It seems like there is no tool, which I'm OK with - if I need to do a lot of manual steps, that is fine. I was just hoping someone had done this, and could ...Show All
Visual Studio constrain the number of a specific shape
hi, i have three different shapes that i could 'drag&drop' from the toolbox: shapeA, shapeB, shapeC how can i constrain if there is already a shapeA within my designer workspace, that a second shapeA cannot be drag&dropped to the designer workspace The constraint should be, that only one shapeA within the designer workspace is allowed. Any ideas Thanks! Hi, I think your best option is to wait for th ...Show All
SQL Server Using Xml data columns in Report Models
I am working on a project where I need to expose some Xml data columns to a user that will be using the columns in Report Builder. I need to give the user the ability to query the nodes within the Xml data column. After creating the Data Source View, then opening up Report Builder - when I try to add the Xml column to the filter, I get a yellow warning icon next to the condition... Does anyone have any ideas on how to accomplish the task Cra ...Show All
