Naga2k2's Q&A profile
Visual Studio Team System Run settings of a load test
I have recorded a web test. For that web test I have set the property of Number of run iterations as "one run per data source row" through the Edit Run configurations window. Later, I have created a load test for this web test. In the load test I specified the Run duration within the run settings. I gave 10 minutes as the run duration for the load test. My question is which of the above two will take precedence or will be impleme ...Show All
Visual Studio error that pops up when attempting to connect to the VSS via HTTP
"The current source control operation cannot be completed The Visual SourceSafe Web Service returned the following error: VSS Web Service could not open the database." Using the normal VSS client program, I can access the database without error, using the same username I am trying use on the Web Service. We followed the guidelines implicitly from Microsoft and then from Alin Constantin's home page, and still cannot connect ...Show All
Architecture Doing what Microsoft does, not what they say to do… DNA, SOA, Software Architecture, VB.NET, CMMI, Agile Development
Trying to weed through all the marketing driven releases from MS is not an easy task, but in the end it is something that always needs to be done. In this blog I discuss DNA, SOA, Software Architecture, VB.NET, CMMI, Agile Development - Doing what Microsoft does, not what they say to do… I would like to know if you are going through the same problems I gave up trying to weed through Microsoft's patterns an ...Show All
Visual Studio Express Editions Installing VS Express on another drive
I'd like to install Express on another drive (D: Apps), which contains applications and keep it off the system drive(C: Sys). Unfortunately the installer seems to want to install most of it on the system drive (>1GB). Has anyone successfully installed Express on another drive Hi, Express should allow you to install to a different drive, although the .NET Framework would still need to be installed ...Show All
.NET Development beta users for next .net release
I was just curious if there was any avenue for myself as a .net developer to get involved in the next release. Sorry if this doesn't belong in the right place, and I understand if 2.0 isn't going to be replaced any time soon, but I've looked around ms.com and haven't come up with much. You could enroll at http://beta.microsoft.com/ but it is no guarantee. Another path would be if you or your employer are a MSDN subscriber which usually ...Show All
SQL Server Package Configurations not so portable?
I'm still struggling with finding a sound approach to creating configurations that are truly portable. For instance if you use XML files to store configuration information, the path to the XML file that stores the configuration is baked into the package. This would require the same file system structure on all machines that could host the package. Store in SQL server - one key thing that is valuable to configure is Data Sources - bu ...Show All
.NET Development .Net 2.0 and 1.1 ???
I am bit confused about .Net 2.0...my question is: Can i run .Net 1.1 or .Net 1.0 applications using .Net 2.0 and Can i build .Net 2.0 Applications using Visual Studio 2003 thanks Humayun Shabir SourceSystems.net Hi Humayun, in general .NET Framework 2.0 was created to extend the .NET Framework 1.1 and not to change. Although there were certain design issues that resulted in changes to be more consi ...Show All
Windows Forms DataSet change does not update bindingSource.
Hi, I have a DGV with a datasource of a BindingSource. THe BindingSource has a DataSource of a typed DataSet table. These have been linked using the designer. On a button, I want to change the rows that the DataSet table contains, and then have the bindingSource and DGV update automatically (as well as any other controls bound to the bindingSource). Currently, I make the change to the DataSet using tableAdapter.Fill(DataSet.Table) and ...Show All
Visual Studio Express Editions free online book
Just a question it said when i would register the beta i would get the activation key which i did and get a access to free online books, i never got the access to that, how do i get to the free online books cause im very interested in the visual basic 2005 book. See this post: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=3661 ...Show All
Visual Studio Reportviewer and credential
Hi, I would like to create a link between my report server (SSRS 2005) and my ERP But when I compile I have this message : The request failed with HTTP status 401: Unauthorized. I add a network credential as I saw in sample. But I have another if (!IsPostBack) { ReportViewer2.ServerReport.DisplayName = "Text Report Viewer" ; ReportViewer2.ServerReport.Report ...Show All
.NET Development Client Side Proxy Class
I am a newbie to web services and I am using the Visual Web Studio Express edition. I have created a web service that interfaces with Navision and testing shows that it works. When I add a web reference to my client side app that points to this web service the code generated is in C#. How do I get it to generate VB Hello Michael, Not sure if that version of VS.NET comes with the utility wsdl.exe bu ...Show All
.NET Development CDO.Message failure when email username contains trailing dots
I have a SQL2000 SP3 server and a stored procedure similar to this: CREATE PROCEDURE Usp_SendMail @To varchar(100) = '"Administrator"<hi@test.com>', @From varchar(50) = '"Server"', @Subject varchar(50) , @Body varchar(1000) , @Format int = 1 AS DECLARE @object int, @hr int EXEC @hr = sp_OACreate 'CDO.Message', @object OUTPUT EXEC @hr = sp_OASetProperty @object, 'To', @To EXEC @hr = sp_OASetProperty @object, 'From', @Fr ...Show All
Windows Forms Inherited Toolstrips cannot be Designed
When I have a base control with a public or protected Toolstrip, and then inherit from the base control, the Toolstrip acts as if it is locked within the designer. Also none of the properties are accessible from the designer and I cannot use If I manipulate the Toolstrip via code, it is public. I have VS.NET 2005 RTM release installed and I tried this but it didn't work I have the exact same problem... have I ...Show All
Smart Device Development form paint event in C#
I have a thread in C# code that changes the currIndx int value every 5 seconds. But the line on my form remains the same. It is supposed to move every 5 seconds. The messagebox displays the right values but the same is not reflected for the line coordinates. private void Form1_Paint( object sender, System.Windows.Forms. PaintEventArgs e) { Pen skyBluePen = new Pen ( Color .Blue); skyBluePen.Width = 1.5F; Mes ...Show All
.NET Development Returning typed datasets from a Web Service
Hi Guys, Since the webservice design surface appears to have gone between .net 2003 and .net 2005, how do I use dataadapters with datasets to return typed datasets to my client application from a webservice I must admit to being a bit confused as to whether I should return typed datasets anyway. In the past I have used functions like the following to deliver and update data: <WebMethod()> Public Function FillDataset( ByVal s ...Show All
