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

Software Development Network >> viki's Q&A profile

viki

Member List

stift2
SarikaPK
Alvis
johnof
Jalil Vaidya
lan yu
Sutha Thiru
Dmitriy Nikonov MSFT
JaredK
KennyLee
Reactive
traynor
Mike Schetterer -- MS
Marin Chanev
Monitor
Qadeer Ahmed
chanmy8
Zueriva
Carney
nigeldude
Only Title

viki's Q&A profile

  • Visual Studio MSDN Installation target directory

    Hi, I need to create an unattended installation of MSDN and I need to put the files on an other disk (i.e. D:\MSDN\). I was unable to find the MSI variable to use to change the target directory. At one point I used "TARGETDIR=D:\MSDN\" and it only created the folder without copying anything to it. It put everything in "C:\Program Files\MSDN\". Can anyone help me with this Regards. Tr ...Show All

  • Windows Forms how to clean out the dataset.tables("xxxx")

    I have to clean the dataset.tables("myTable") using dataset.tables.clear(). It works fine when that table has data. However, if the table is empty, there is run time error. So, how to check if the dataset table is empty or not. In VB6, you ...Show All

  • SQL Server Sharepoint integrated mode in SP2

    Hi, I listened to the first half of Mr. Welcker's Reporting Services Management and Security webcast yesterday, which was great. (First half because a meeting came up: I will listen to the rest when it comes out as a WMV). However, he made a few references to a SharePoint integrated mode that will come out with SP2 later in the year, that he'd talked about earlier at TechEd. However I'd like to know more about what this involves. I'm guessing th ...Show All

  • SQL Server SSIS Requests...

    May be it's too late, but I think this requests could be scheduled at least for a SP1 if it's not possible for the RTM. 1) Execute Task without debugger: it would be very nice to be able to execute a single task without going in debugging mode. Just as you would ask "Start Without Debugging CTRL+F5" but for a single task 2) Customize default properties for task and component: when you drag a task on the package you get a default value for the ...Show All

  • Visual C++ Spaces instead of tabs in auto-generated code for MFC projects

    Does anyone know whether it is possible to let VS use spaces instead of tabs when generating code for MFC applications I changed the 'Tab' settings under Tools/Options/Text Editor/All Languages/Tabs to insert spaces but, as expected, that only affects the editor itself, not the code generator. As I want to use an external editor, I would prefer 3 spaces instead of tabs being used in the auto-generated code. Regards, Siggy ...Show All

  • Visual C# c# tutorial

    is there anywhere i can get a free ebook on the c# language. thanks in advance... Just an idea, but Microsoft have some good documentation on the C# Language. http://msdn.microsoft.com/vcsharp/programming/language/default.aspx ...Show All

  • SQL Server Problem: Reporting using Report Model

    I'm having a reporting problem when using the report model as my data source. I was able to duplicate the problem by trying to create a report dataset using the ModelTutorial (based on the AdventureWorks database) as my data source. For example, say you wanted to get all products which have illustrations. The query shown below would retrieve the 23 rows as expected (don't worry about duplicate products for this example). SELECT P.ProductID ...Show All

  • Visual J# Adding a single char to a String

    How is that done. I have in the code String str char op and I wan't to add op to str. There are a number of ways you can do this. In general, using a StringBuffer is the best approach if you are going to do lots of manipulations (as opposed to just one). The string class has a Concat function but it doesn't handle value types like char so you end up having to convert op to an object. Still, Concat would be a good choice if op ...Show All

  • .NET Development Listbox.Items.RemoveAt question/problem - possible solution

    I'm just starting C# programming (am/was a c++ guy). I'm sure this is a simple problem on my end, but I've not seen any other posts that address/solve the problem. My target is a smart device (CE). I've created a list box, and have populated it with several items.  When I go to delete an entry using RemoveAt(int x) I get a NullReference exception. I've validated x < Items.Count Regrettably I can't step into the RemoveAt method (what' ...Show All

  • .NET Development ExecuteNonQuery is not returning no of rows affected (Oracle Provider)

    Hi , I am using Oracle provider for data access.But the ExecuteNonQuery  of Oracle command is not returning the no of rows affected properly.Its always returning 1 while deleting records. (I tried to delete a junk id from database,at the time also its returning 1) Could you pls help me to sort it out. This is the snippet which i am using, Dim Cmd As OracleCommand Dim retVal As Integer Cmd = New OracleCommand ...Show All

  • Visual Studio Express Editions Memory Leak

    Hello people,         i am a new bie in vc++ programming. My projcet preformance is degraded because of memory leak. It would be a great help if ypu guys help me pur with my school project. th following code give me a memory leak ---------------------------------------------------------------------------------------------------------------------------------- void CMemoryLeakDlg::OnBnClickedOk() { // Me ...Show All

  • Visual C# Visual C# express edition help

    Hi, I downloaded Visual C# express edition . I can get only Help for some things. All the time I typed F1 to get help for certain thing, I get: Information not found. It seems that the help files arn't complete, eventhough I installed the nvironment perfecly. How can download the complete help, to use it as local help... Please help. Regards...  There was a fix for the Help system released after the Beta 2 r ...Show All

  • Visual Studio Team System Load test results database could not be opened, even after fix.

    I am unable to run my load tests. "Error occurred running test. (Computer XXXXX) 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...." After some research I tried this script: SQLCMD /S localhost\sqlexpress /i loadtestresultsrepository.sql to re-create the local sql express database. I was hoping that would solve my problems, but alas I ...Show All

  • Visual C# Digital signature

    Hi all, I'm looking for materials and links about digital signatures. Also tutorials dealing with this topic. Please help... Although not written in C# (it's written in cross-platform compatible C), it would probably be worthwhile to look at the source code and docs for Gnu Privacy Guard (GnuGP) , which is a free version of PGP. Years ago, PGP (Pretty Good Privacy) , developed by Phil Zimmerman,&nb ...Show All

  • SQL Server Recognition of Cube in Catalog

    We have an application that uses MSADOMD classes to access Cubes in a catalog. There are total of 4 Cubes on the catalog and we coudl see all the 4 cubes when accessed through the sample MDX application. When when we access through our application which uses MSADOMD, only three Cubes are being shown. The following method call CubeDefs cubes =m_catalog.getCubeDefs() ;     m_Cube = cubes.getItem(new Variant(sInCubeNa ...Show All

©2008 Software Development Network

powered by phorum