Software Development Network Logo
  • Visual C#
  • Architecture
  • VS Team System
  • Windows Forms
  • Visual J#
  • SQL Server
  • Game Technologies
  • Windows Vista
  • Smart Device
  • Visual Basic
  • Microsoft ISV
  • Visual Studio
  • Visual FoxPro
  • VS Express Editions
  • Visual C++

Software Development Network >> Shobha Santosh's Q&A profile

Shobha Santosh

Member List

Mazen Nahdi
lock
Ian Sullivan
David2482
Casey Shaar
Greg Brady
RajLakamana
updates
HofCompSciStudent
Nagendra123
tracy97214
veryhotsausage
Tom Majarov
jo123
svarma
woodsmith
tonn
Ken Alexander
davros-too
Snehal Ganjigatti
Only Title

Shobha Santosh's Q&A profile

  • SQL Server Row Count

    In Reporting service ,Count of Rows with a specified value from the dataset IDVIEW TPR TPR TOC ANA Then Output should be TPR=2 TOC=1 ANA=1 ...Show All

  • Visual C++ MSBuild in x64 environment with vcproj

    Hello, With a quick search in the MSDN, I did not find the issue I am having. If this is already discussed, I apologize. I just got the latest VS2005, and tried to build 64 bit. It fails to build with MSbuild from command line. I have played just short time, and started with very basic. Still I am not successful. I am using VS2005 version is 8.0.50727.42 Here is the very basic scenario. I have created a new blank project "hello", my default is VC++, and added x64 'platform', then removed Win32 from 'platform' and 'active solution platform' via configuration manager. I add a new item C++ file as "test.c" I typed in the famous hello worl ...Show All

  • Windows Forms Listbox and data link properties in property grid?

    Hi ! I am making custom component in vb.net  I can add properties that show in property grid at design time  that is easy !  1 -  but can any one tell me how do i add  a list box in property grid with  some values in it  so that user can select it    2 - I also want to add custom button when clicks &nbs ...Show All

  • Software Development for Windows Vista How much of WWF designer support in VS is managed by the project system?

    Hello, In order to create a new workflow in VS, one normally selects a template from the Workflow node of a C# or VB.NET project type in the New Project dialog.  I tried creating an empty C# project (not of the workflow variety), copying the .cs and .Designer.cs files to this project, changing the namespace, and adding the same references to my empty project system that are present in the one created explicitly from the C# Workflow template.  Everything built fine, but when I tried to display the editor, it failed with an error message about ''System.Workflow.ComponentModel.Design.IMemberCreationService'&nbs ...Show All

  • Visual Studio Express Editions Is The OOP Microsoft.VisualBasic.IIf Equivalent To the Procedural If Then?

    so I guess the thread was locked due to thinskinned vb'ers, unfortunately bronco has a fantastic question in his last post and it certainly warrants discussion. . . This Particular Microsoft.VisualBasic.IIf Is extremely important to me.... If Microsoft.VisualBasic.IIf is Equivalent to the Procedural "Classic" If then.... If it is Equivalent I can Transist to Pure OOP by using Descision Tables, Boolean Algebra and other CS techniques First, iif and If/Then have nothing to do with OO. Iif is a conditional assignment function . .. necessary because VB lacks a conditional assignment operator. if / then is typical ...Show All

  • Visual Studio 2008 (Pre-release) who know the winFX's roadmap?

    thanks in advance Can you provide a little more context as to what you are looking for As for shipping the first version of the WinFX Runtime Components -- it will ship at the same time as Windows Vista -- 2nd half of 2006. -Arik ...Show All

  • Visual J# connection to the remote computer by socket

    the computer which i want to access from my home is the computer of mine in the company. and i want to do this with socket programming.i will execute a java program listening the port 5101 for example. my intranet IP is 10.10.20.84 so how can i create the socket Socket clientSocket=new Socket("***.***.***.***",5101); // public IP or Socket clientSocket=new Socket("10.10.20.84",5101); // private IP in the company which one i will use to create a socket Hi, you should give the ip of the machine which you want to connect to. Make sure that the machine is accessible from outside n/w. Thanks, Jaiprakash ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. LoaderLock was detected

    Hi, I have installed DirectX 9 SDK (October 2005) and Visual Studio 2005 RC1. When I try using directx classes for capture audio, I have a problem. The code i have wrote is: Dim d As DirectSound.Device Dim ds As DirectSound.CaptureDevicesCollection ds = New CaptureDevicesCollection For Each d In ds           Me .ListBox1.Items.Add(d.ToString) Next When I run the application I get error when creating new instance of CaptureDevicesCollection. The error is : LoaderLock is detected. The MDA message is: LoaderLock was detected Message: DLL 'C:\WINDOWS\assembly\GAC\Microsoft.DirectX ...Show All

  • .NET Development Crystal and ASP and Webservice

    Hi, i will be crasy!!and I didn't find the solution, My problem is next:I want to publish my reports in web, my rpt files are existing and only i want use it with ASP, I try added like web services or like report with crystal report controler, the idea is that anybody can see it in web, I did the test using web service and I can, but now I have other problem , my question is if  do I need to make one webservice for every one rpt file or can I use parameters to send the rpt name and path to webservices   and if can I do send parameters report  too Helpme please, I have about 1 month with this problem and I can'd ...Show All

  • Visual Studio Express Editions Moving Data Into Access

    Newbie question here.... I am creating an application with many different fields for the user to put information in to. The ultimate goal here is to get the user to click a submit button and the information will be sent to an Access Database. I have created the fields (First Name, Last Name etc..) and created the Access database with the columns named the same as the fields. I have two questions. 1) How do I get all the info to go to Access by clicking on a Submit button 2) How do I tell the field to send data to the correct column Thanks Stephen Hey, 1) Using ADO.NET; if you are unfamiliar, you might want to check a ...Show All

  • SQL Server Single Database w/ Multiple Subscribers Merge

    I am attempting to have a single database with multiple subscribers. I am running into limitation when attempting to use a single database to perform a merge replication on behalf of a user (hostname) where the user changes for each call. I am using Microsoft SQL Server  2000 - 8.00.2039. The reason for doing this is to support a device that does not support SQL Server CE and providing a mechanism for merging data from the device into a database (subscriber) and then performing a merge with the publisher for that user. It is understood that the upload will upload any changes that occur on the subscribing database, regardless o ...Show All

  • SQL Server Linked Tables

    I currently have a SQL Database with 1 Table. I have connected to the SQL table via MS Access 2003 via Linked Tables. I can import records from either an XLS or CSV file to the Link Tables all day. However, I cannot update nor delete records. I have given my account full DBO access to the SQL Database and Table but still cannot make any modification from within Access. Is this even possible for what I am attempting to do within Access If so, please tell me what I need to modify within SQL. Thanks in advance! I created linked table using ODBC datasource with SQL Native Client provider, it works fine in updati ...Show All

  • Visual Studio Express Editions Can I install Web Developer Express along with Visaul C# Express?

    Hi all. I already installed Web Express, and want install Visual C# Express side by side with Web Express on the same computer. But MS instruction manual says I need remove all "previous versions" , including  "Microsoft SQL Server 2005 Express Edition" and other componets that I've installed. MS did not define what "previous versions" are,  and when I run autouninstall, it wants me to remove Web Express componets. Seems like that each language tool in Visual Studio Express 2005 are mutually exclusive Are they not Any suggestions for me to install both without much hassle Thanks. ...Show All

  • SQL Server How to connect to SQL server 2005 from C# after default installation?

    Hi everyone, I just installed Visual Studio 2005 and SQL Server 2005. However, I`m not able to connect to the database. When running this C# code, I get a SqlException. using System; using System.Data; using System.Data.SqlClient; class Program { static void Main( string [] args) { SqlConnection connection = new SqlConnection (); connection.ConnectionString = "Data Source=(local)\\sqlexpress;Initial Catalog=X;Integrated Security=True;" ; connection.Open(); connection.Close(); } } I get the following error message: Cannot open database X requested ...Show All

  • Visual C++ C++ Configuration Disabled?

    Hey guys, I have been using Visual Studio.Net 2003 for a while, and suddenly I noticed that when I make a project, and view it's settings, I no longer see a C++ folder, where the C++ settings would be. If anyone knows what I'm talking about, I'd greatly appreciate it if you could help me out, making it available again. Thanks. Right Click on your project, select properties. You should find the C/C++ folder under "Configuration Properties"\C/C++. Thanks,   Ayman Shoukry   VC++ Team ...Show All

©2008 Software Development Network