vaishali.mspp's Q&A profile
SQL Server SSRS 2005 Connecting to data on 2000
Hello, I 'm building the reports on SSRS 2005 and connection to a 2000 DB, every thing seems to go ok, except when i try to see the reports on the web browser. At that point i got the following error. An error has occurred during report processing. (rsProcessingAborted) Cannot create a connection to data source 'BI_IVN_RELACIONAL'. (rsErrorOpeningConnection) For more information about this error navigate to the report serve ...Show All
Windows Forms Obtaining IP addresses
Doing a Dns.GetHostByName just gives me my ethernet address. Is there any way I can obtain the other addresses such as the VPN address For e.g. If I am connected to the internet via say Cable Modem, and I use a VPN over it, is there& ...Show All
Visual Studio Team System User Accounts Required for Team Foundation Server Setup
According to the VSTS installation guide: Single-Server Deployment To set up and configure Team Foundation Server using a single-server deployment on a computer joined to an Active Directory domain, you will need three Active Directory domain user accounts as outlined in the table below. To set up and configure Team Foundation Server using a single-server deployment on a computer that is a member of a workgroup, you can use local user account ...Show All
Windows Forms Databinding problem
Hi everybody. I have a form which contains a user control. When the form loads, I'm populating some DataSet, and assigning the dataset refernece to one of the control properties. The control contains other control that are bound to various paths on that dataset, adding new rows, modifying, etc. Now, I want to update the changes back to the database with dataadapters. I can put a Update button on the control itself, or in the form containing ...Show All
Visual Studio Team System how to create a Project in VSTS server using Integration services of VSTS.?
how do i create a new project in VSTS using APIs. Vikas ...Show All
Visual Basic please I need help in Tree View
please I need help in Tree View I want to get the SelectedNode Key how can I get IT The key corresponds to the Name node. So the following would get the key: TreeView.SelectedNode.Name ...Show All
Visual Studio 2008 (Pre-release) An unhandled exception('System.Runtime.InteropServices.COMException') occurred in Xws_reg.exe[2572]
When I installed "winfxsetup-Runtime-3.0beta2-September(CTP).exe", it was blocked by this exception"An unhandled exception('System.Runtime.InteropServices.COMException') occurred in Xws_reg.exe[2572]". Would someone tell me what has happened and how to fix it Thanks a lot! My PC details: WinXP sp2 (Simplified Chinese ) .Net Framework 1.1 &nbs ...Show All
Windows Forms Unable to cast object of type 'X' to type 'X'
The actual projects structure is: + MyServerFramework |---QueryComponent.cs ... + MyServerFramework.Design |---QueryComponentDesigner.cs ... The MyServerFramework.Design project has a reference to MyServerFramework, and is compiled alone in its own solution which also contains MyServerFramework, and then placed in a folder that is referenced the SOFTWARE\Microsoft\.NETFramework\AssemblyFolders key so the IDE c ...Show All
Windows Forms Program only works on my computer...Why?
I am just a newbie with vb7, but I just finished a program that acts as a front end to an Access database on the server. Used OleDbConnection, OleDbDataAdapters, Dataset bound to a Datagrid control as the output. The program works, I can ...Show All
SQL Server SQL Server 2000 DTS Tools Web Download
Is the Web Download to install SQL Server 2000 DTS tools available yet If so where Thanks Darren If I answer my own question, at least I'll get one right. SQL 2000 DTS tools are now available as part of the - Download details: Feature Pack for SQL Server 2005 Nov 2005 ( http://www.microsoft.com/downloads/details.aspx familyid=D09C1D60-A13C-4479-9B91-9E8B9D835CDC&displaylang=en ) The direct link to the MSI- http://www.microsoft.com/dow ...Show All
Visual C# Hex convertion to string in C#
I have a string variable in Hex format which I need to convert to a standard ASCII string ; eg "48656C6C6F20576F726C64" should convert to "Hello World". I can't seem to find anything in the help files which actually helps with what should be a fairly common requirement. If anyone can throw light on this (and indeed the reverse conversion) I would be very grateful. I don't know if there is a be ...Show All
Visual Studio Team System Error 28704.Unable to connect to the Analysis server.
I just can't figure this one out - two tier installation where I have followed the setup manual to the letter (i think). Analysis service is in fact running, I can even connect to it from a mgmt studio installed on the application tier. I tried watching the network traffic to see where it might be getting confused, but the servers were talking via soap, and then encrytped the conversation so I couldn't diagnose anything in particular. I would gu ...Show All
Windows Forms How to Wrap column header text in DataGrid ?
Hi Friendz, I am using .Net Frame work 1.1 DataGrid. I want to warp the header text of columns. Any pointers Thanks. ...Show All
.NET Development Strange behaviour when calling a sql function using SqlCommand
Hi! Have a very strange problem when trying to call a sql function from my .NET code using SqlCommand. In my sql function I'll do a check if a table exists before doing anything else in that function CREATE FUNCTION [dbo].[a_function] ( @param1 int ) RETURNS bit BEGIN IF NOT EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'<MYTABLE>') AND type in (N'U')) BEGIN RETURN 1 END <more logic> END When I run ...Show All
Visual Studio 2008 (Pre-release) How to get the value of the color in some position of a LinearGradientBrush?
Hi everybody,I have a problem about LinearGradientBrush. Here's the code: <Canvas Name="MainCanvas" Height="20" Width="200" Margin="0,0,0,0"> <Rectangle Name="rectLegend" Width="200" Height="10"><Rectangle.Fill> <LinearGradientBrush StartPoint="0,0" EndPoint="1,0"> <LinearGradientBrush.GradientStops> ...Show All
