Gosatu's Q&A profile
Visual Studio Team System Web Test against Classic ASP using Windows Authentication
I'm new at the testing game so forgive me if this is a simple question. I've got a classic ASP Enterprise level app, I need to set up a test that will run against it. However it resides on a separate domain and uses Windows Authentication for entry. How do I add a WA domain\username and password to the test script so I can logon and continue to test the app You can set a username and password ...Show All
.NET Development SQL Question??
I want to set up my button control...so that if my data reader.HasRows then i want it to UPDATE the rows....If my datareader.HasRows is False then i want it to Insert the new information to its new ROW....here is what i came up with any help would be fantastic Private Sub btnSave_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click Dim sqlconn As SqlConnection Dim sqlcmd As SqlComm ...Show All
Windows Forms TextBox and DBNull binding default behavior problem
Hi, This is a long discussed issue. But I have found an inconsistent behaviour in the default implementation. Create a datasource using a SQL server database table that has nullable int field Add a few records to the database table, leave the int field null in some of them Drag-Drop this field as a textbox on your form Drag Drop another field to your form as another textbox Scroll through your records until you are on a r ...Show All
Visual Studio Express Editions What is the maximum number of connections for SQL Server 2005 Express?
If this database is used on a server, then how many people can connect to it from the Internet Thanks. My installation went fine and I have created two databases with all the tables, keys and stored procedures. I sure wish there was an Agent to at least let us run a couple of jobs such as backups automatically. From memory the only limit that is on the express edition is the limit to the hardwar ...Show All
SQL Server SSIS Runtime Object could not be created error:
I am using SQL Server 2005 Version 9.00.1399.06 (Intel X86). Whether I try to start a new Integration Services project in Visual Studio or try to import data into a database I receive the following error: SSIS Runtime Object could not be created. Verify the DTS.dll is available and registered. The wizard can not continue and will terminate. Unable to cast COM of type 'Microsoft.SqlServer.DTS.Runtime.Wrapper.PackageNeutralClass' to in ...Show All
Visual C# Help on Lagging File Seek
I am running a windows 2000 server, and run a C# program that writes to an excel file. The folder that contains all my finalized excel documents exceeds 5gigs, and when not seeked within the last 5 minutes, lags for up to a minute. So when someone tries to download a recent report, if no one has run a report within the last 5 minutes (guessing lost from cache,) they must wait 1 minute for windows to open that folder. Any ideas on a method possib ...Show All
Visual Studio Express Editions How to get caption of active window?
How do I get the text of the currently active window There is an Windows API Function called GetForegroundWindow() , which gets the handle to that window, and a quick search of google (Google is your friend!) turned up: http://www.codeguru.com/vb/controls/vb_shell/article.php/c3053 However it's in VB6 code. Running it through the code converter didn't help, and the sample isn't very easy to understand, anyway, so here it is, sligh ...Show All
Visual Studio Build an ASP.NET App on the Command Line
I want to use Visual Build (a 3rd party product) to automate the building of a project that contains many steps. One of the steps is to build an ASP.NET 2.0 application that was created with Visual Studio 2005 (RTM). The ASP.NET solution builds from within VS2005 just fine. When I try to build this same solution from within the Visual Build environment, it fails with the following errors: FIRST FAILURE C:\WINDOWS\Microsoft.NET ...Show All
Visual Studio Team System FxCop within the Software Dev. Team Edition
I have the integrated version in Team Edition, however I can't see where the classic configurations can be done (e.g. all I can see is <RunCodeAnalysis> and <CodeAnalysisRules>, with the latter being simply a subtraction list from the rule list). In particular where can I configure settings that will be passed to each rule handler, e.g. /FxCopProject/Rules/Settings/Rule TypeName="MyType" {my settings} Is this not an o ...Show All
Windows Forms Reading Excel Cells
Hi, I am trying to read an Excel spreadsheet which is working fine if I specify actual cell locations but each cell in the spreadsheet is named as well (created by someone to look like a form as they weren't conversant with Access or VB). ...Show All
.NET Development Paging Through Large Data
I'm writing an ASP.NET application that uses a SQL Server 2000 database. The application searches in large tables with 500, 000+ Records and then displays the search results, the search results could be easily 20,000 or 30,000 results. Ofcourse i need to use paging to show like 10 or 20 results per page. I can't use the DataSet ofcourse, that would be too stupid from me to get 30,000 records to display only 20 records. On the other hand the D ...Show All
Game Technologies: DirectX, XNA, XACT, etc. capture audio
Hi! REALLY sorry to post this here but didnt know where else! is there a way to capture audio from the sound card I am trying to use directX but the sample I have seen is hard to understand unfortuantly :( How do I capture audio either using DirectX or some other method I want to capture it to a normal wav file Thanks! :-) You should take a look at the Windows Media Encoder SDK. http://msdn.microsoft.com/library/en-us/wmencode/ ...Show All
Windows Forms Distribution Requirements
Wow -- I am very impressed with some of the Host Designer sample Applications I've come across. This looks like something I can use to help post some legacy C code. Question -- on machines I deploy my C# Exe (will be based on the MS DesignHost sample) what is required Does the destination machine have to have .NET 2003 or .NET 2005 installed or just the .NET Framework CLR I have found hundreds of replies: "Inclu ...Show All
Visual Studio "The class diagram service failed to load."
imediately followed by another message: "The operation could not be completed". I got the two messages when I create a new C# project and then choose "View Class diagram" on Form1.cs. After this happens I can't open either code or designer window for Form1! I'm using Visual Studio Team Suite RC (8.0.050727.86) Asim, The solution was not simple. I had to manually delete all references t ...Show All
SQL Server Cannot save my Maintenance plan
I use sa to login to sql 2005. I can save Maintenance plan using wizard, however, when I try to save maintenance plan using the maintenance plan design screen. I received error message "Apply to target server failed for job ...". When I check the job, there is no step in the job. In the Maintenance wizard, there is no maintenance clean up task. I want to create a task to delete my backup file if it is older than certain days. Any ...Show All
