Tanya Radeva's Q&A profile
Visual Studio Team System Winforms and others
1. Our application is being developed using Win forms, Visual Studio 2005, Web services & SQL Server 2005 technologies. Can i use VSTS Load test tool for Performance testing / Load testing on Win forms applications Or VSTS Load test tool can be used for only web applications Please let me know. 2. I have completed the Web test. I have added transactions. I want to measure the server response time after click on link ...Show All
.NET Development Convert MSXML2.DomDocument to XMLNode
Hi all, I have been trying to convert an MSXML doc to .NET system.xml.xmldocument in order to eventually get the document to a node. However I am not having any luck loading the MSXML doc to system.xml. Example: Dim xDoc As New MSXML2.DOMDocument() xDoc.loadXML("<Root><Element>Text</Element></Root>") Dim xDocNew As XmlDocument xDocNew.LoadXml(xDoc.xml) 'ERROR xDocNew.Save("C:\SAVED.xml") ...Show All
SQL Server Self refrencing tree hierarchies and CASCADE actions
I've already filed a bug on this but it hasn't been picked up yet, so I'd like to get at least some discussion and feedback. I mean doesn't anyone think this is something usefull to have quote me: I've had a possibility to see SQLServer 2005 on a MS developer's PC and I made him try to create a table that can't be created with MSSql2000. As this kind of tree rappresentation (I think it's called adjacency list) is the most common way in Operati ...Show All
Visual Studio Team System Opening an Excel Document from Sharepoint Services - takes a long time
Hi, I uploaded a 2.5 Mb document (excel) in my document library on the Sharepoint Services server, when a user tries to open it - it takes a very long time over 1 minute to open a document. If it's a small sized document say 500 kb, it's pretty fast.. Any suggestions... The database I am using right now is MSDE. Do you think moving to SQL Server may help. thanks. Nope it''s just a simple ex ...Show All
Visual Studio Team System newbie in build automation.
Hello, in my company, we develop the software and for example after 1 week we have a release nr1 for testing, the second week release nr2 for testing, and so on. All this have to be done manually. I would like to have a way tro tack each version, in case I need to install the version from the last week. Is this possible with build automation Or its a matter only of source code version control I guess Team Build doesnt make installer bu ...Show All
Visual C# Casting an arraylist as a class
Hi all, I am new to C# and am trying to cast an arraylist from my DAL to a class called ClientInfo(a business object). Both of these objects are very simple... I don't know how to get the arraylist into this class for me to use in my UI. I think I have to cast it somehow but I have been unable to get that to work. I got the idea from the TaskVision demo app but of course it was written in VB.net I have the accomplished the same thing us ...Show All
Visual Studio Team System app.config for UnitTest project?
The UnitTest project is in general a class library. In Data-Driven UnitTest scenario, I could use app.config to specify the DataSource and database connection strings. However, since it's a class library project, it that app.config will effect It seems app.config is only effect in executable projects(*.exe) Lei, For Test Projects we recognize App.Config files, just add App.Config file to your project and you should be fine. If you have is ...Show All
Visual C++ Problem in MFC AppWizard(exe)
my code is like this: void CRrDlg::OnGetText() { CString kk; int f; CRrDlg* pEdit=(CRrDlg*)GetDlgItem(IDC_EDIT7); { f=22; kk=f; pEdit->SetWindowText(kk); } } I cant show 22 as output and i don't want to use kk.Format() to display. Is there any way to put variable f as variable kk Example on GetDlgItemText and Append: #include <stdlib.h> CString Data, ConvNum; int Num = 100; char ...Show All
Visual C++ Linking problems about MFC and others
Dear all, I meet some linking problems as follows. I have added afxwin.h in the head file. Also, I use these libs: strmbasd.lib Quartz.lib strmiids.lib winmm.lib msvcrtd.lib Kernel32.lib oleaut32.lib vfw32.lib advapi32.lib version.lib largeint.lib user32.lib gdi32.lib comctl32.lib ole32.lib olepro32.lib uuid.lib WSOCK32.LIB log.lib Could you please give me some ideas about that thanks Linking... StdAfx.obj : error LNK2001 ...Show All
Software Development for Windows Vista DirectShow and MFC vs ATL
I would like to use DirectShow in my DirectX application that use MFC But the sample I have for DirectShow in the SDK seems to be in ATL Do you need ATL to make DirectShow Work Also, I will need to take the *.Lib and *.h file from the DirectShow SDK and Bring them in my Include and Library directory of the DirectX SDK 2005 What are the Lib I need to have to make DirectShow work And what *.h should I bring Any help is appreciated ...Show All
SQL Server Need distributed service broker sample
I'm working with the April CTP of SQL Server and I'm trying to create a proof of concept using service broker. I'm struggling with the "abc's" of it. If anyone has or can point me to a distributed "Hello, World" for service broker between SQL Server 2005 and SQL Express instances it would save me some time and trouble. thx! Niels, The two link http://staff.develop.om/nielsb/code/routing2.zip http:// ...Show All
Visual Studio Team System 2 TFS Servers Integration
Hello All, We've 2 office with very slow network between, and we have a lot of sources. Programmers from both offices must commit sources to the SCS system. What I neet is intergate 2 TFS servers (I've TFS server in every office). As I understand TFS stores sources in the SQL database, so may I use replication to syncronize TFS servers or there is another solution Thanks! The proxy that Brian describes is the c ...Show All
Visual C++ C# array equivalent in C++/CLI
Hi, I'm writing a C++/CLI wrapper for legacy C++ code such that it can be used from e.g. C#. The latter has built-in support for arrays, which even can be jagged. In order for my C++/CLI wrapper to accept these C# arrays (e.g. as member function parameter), I use the abstract System.Array class from which the C# arrays inherit. Is this "the" approach, or are there better approaches P.S. While the MSIL code generated by the C# ...Show All
.NET Development Requests and responses use the same port number (80)?
Hi, If I send out 10 concurrent/simultaneous requests from a client to a web service, will the web service process the requests and send out the responses through the same port number (80), or different port number for different request What I observed is, IIS is using the same port number (80) to send out the response. Well, in this way, the problem is, won't this shared port be a bottleneck for the web service For example, I ...Show All
Visual Studio Team System TF53010 - The build request is not from the configured Team Foundation Server.
I'm getting this whenever I try to execute a Team Build on my build server. This started happening even on fresh generic Team Builds. TF53010 : An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 5/2/2006 8:04:17 PM Machine: TEAMSYSTEM Application Domain: /LM/W3SVC ...Show All
