kielbasa's Q&A profile
Visual Studio Team System Cannot open database 'LoadTest' requested by login
Hi, When I run a load test, I get the following error message: Error occured running test. (Computer computer name ). The load test results database could not be opened. Check that the load test results database specified by the connect string for your Test Controller (or local machine) specifies a database that contains the load test schema and that is currently available. For more information, see the Visual Studio Team System ...Show All
Visual J# InetAddress.getByAddress() missing?
Hi, I'm using Visual J# 2005 Beta 2 and when I try to use InetAddress, I only get 3 available methods: getAllByName(), getByName(), and getLocalHost(), but getByAddress() is missing. Does anyone know why this is How else can I retrieve an InetAddress object with just an IP address Thanks, Yaron Hi, I'm able to get InetAddress object for given IP address by getByName() method. InetAddress ina = InetAddre ...Show All
Visual Studio Express Editions Creating reports in Vb Express 2005
Are there any type of reporting features in VB Express 2005 Tried Crystal 9.0 with no luck. Any help appreciated. John Williams Crystal doesn't come with the Express Editions. If you're using SQL Server, you can use Microsoft's reporting services. I think reports can be added from the new item... menu, and report controls are available on the toolbar. If you're not using SQL Server, you'l ...Show All
.NET Development How to use System.Net.Mail.SmtpClient via SSL and Authentication?
Below is my code, and is just blocked there. There is no any error message. '=============================================> Dim msg As String = "---" Try Dim strAddress As String = " xxx@xxxx.com " Dim s ...Show All
SQL Server How to hide HTML viewer toolbar while viewing reports in IE
I am trying to access the report which I had deployed in the server using Internet explorer. I was trying to view only the report in full screen, by excluding the HTML viewer toolbar (which contains Properties, Subscriptions and Zooming options..etc). For this I have tried by passing URL access parameters..like http://lcs1/Reports/Pages/Report.aspx ItemPath=/flag/Appi &rs:Command=Render&rs:Format=HTML4.0&rc:To ...Show All
SQL Server General database quesion
guys i have a programming question i have table called prerequsites which is like this prerequisite component component a &nbs ...Show All
.NET Development Viewing SOAP packet sent to a vendor's Web Service
We are calling a vendor's web service and under normal circumstances it works without a problem. If our requests are large then the service fails. The vendor would like us to send them a text file containing the actual soap packet we are passing in. Since VB handles all of the soap envelope assembly how can we capture the actual soap packet being passed Any help would be appreciated... Thanks I don't k ...Show All
Visual Studio Visual SourceSafe Internet... ?
Ok... I was just wondering... I need to implement the web pages of the SourceSafe all by myself ! Isn't any default pages for that Hopefully I'm wrong... Please tell me that there is some web-interface with SourceSafe without me having to do it all by myself... ok Moshe. I did install certificate either on the server or on the client. I tried to connect from another client machine and then I've got this error: "The SourceSafe web service ...Show All
Visual Studio Team System Specify Own Build Steps in VS2005 Based Output
All, Does anyone know of a way to specify your own build steps in the VS2005 based output shown after starting a TFS build from Team Explorer For example I am always shown the progress of the "Initializing Build", "Getting Sources" and "Compiling Sources" steps but within these I have declared my own targets and ideally I would like there progress shown. Thanks... Actually I ...Show All
SQL Server RANK without counting null values
Hi all, Is there a way to use the RANK function without counting null values The statement below gives me a rank for each score, but it assigns a rank of 1 to empty values. What I want is that the empty values are ignored. I do want them displayed in the resultset, but with a rank value of null SELECT SubscriberNumber , PINumber , Score , RANK () OVER ( PARTITION BY PINumber ORDER BY Score ASC ) AS Rank FROM tblTem ...Show All
SQL Server sql question
Hi i created a table that has 3 columns and the primary key is ID and has the Identity turned om .. she will increment herself bye 1 every time new row is added my problem is... when i delete a row.. i want all values in the primary key atuomaticly go 1 back.. ( in MySql the auto increment did that) example: ID | Something ----------------------------- 1 | aa 2 | bbb 3 | cccc 4 | dddd 5 | eeeeee command: delete from table where id=3 R ...Show All
SQL Server Management Studio connection to MSOLAP fails after Sept 2005 CTP clean install
I'm sure this is a simple thing that I'm missing, like a setting in the Surface Area Configuration wizard or some such. Please read on... I have an x64 server (Windows 2003 Server) with a clean, named instance (there is no "default instance) install of the Sept. MSSQL 2005 CTP (9.0.1314) - full install all services, all with same "log on as" domain user account. This install of the Sept CTP is the first SQL Server to ever be installed on this m ...Show All
SQL Server Displaying various Time Intelligence calculations at the same time
I created a new calculation for a measure to display Year over Year growth % using the business intelligence wizard which created new calculated members in my time dimension. How can I display the new calculation and the original value at the same time without these two options being columns or rows For example: 2005 Sales Sales Year over Year Growth % Product A $23 1% ...Show All
Visual Basic Exe will not run on network drive
When I try to run a VB.net program I wrote from a Network drive, it receives this error: 'WindowsApplication1 has encountered a problem and needs to close. We are sorry for the inconvenience.'. If I move the exe anywhere on my local machine then it runs fine. Now I have admin rights to the network drive and folders. Any ideas thanks, Dean DeanRIowa, Did you reboot your machine after giving L ...Show All
Smart Device Development Determining the number of lines inside a TextBox control when in wordwrap-enabled mode
For .NET Compact Framework (Version 1.0), I am wondering how to determine the number of lines in a TextBox control when it is in automatic wordwrap mode. Alternatively, how do I detect the minimum bounding rectangle for a TextBox control in order to display all text visibly without clipping I tried to do this, and I can do this under regular .NET but I can't do so on Compact Framework. Are there any workarounds I can do Thanks ...Show All
