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

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

mapradeepkumar

Member List

Jazzbo
The Pict
Carolann
kotte
Wa-gee
Disconnected David
TerminalReality
ChristopherN
Cyrus1985
wpf314
BioSlayer
HerbertHerbert
Will Pearson
Peediaj
DarkOmen
Adrian A Alonso
thompsond392
wbstvnsn
Barry Andrew
Sayeed
Only Title

mapradeepkumar's Q&A profile

  • Visual Studio Express Editions WINDOWS CONTROL LIBRARY FOR VISUAL BASIC 2005 EXPRESS

    Visual Basic 2005 Express Edition does not contain a Windows Control Library template. Is it possible to download one I feel sad... If it's not with Express, then it's not avalable because the software is licensed. However all of the products are available for download and time trials. Team suite has a six month trial if you want. ...Show All

  • Visual Studio Team System Web Test - Accesing values from a Datasource

    Hi, When you use some values extracted from a Datasource (for User ID, Password or other parameter) you specified the Database, table and field. How are rows managed I mean which is the criteria to chose a record from this table (always the first, randomly or another criteria). How does it works when you include this test in a Load Test Does it change the rows from the table randomly Thanks LucasC There is not a custom access method.  There are just three: Seqeuntial, Random and Unique. ...Show All

  • Microsoft ISV Community Center Forums code in visual basic to convert decimal to hexadecimal and vise versa

    i need help to write code for visual basic to convert convert decimal to hexadecimal and vise versa can anyone help This is from methods in VBA but they should be in VB. The Hex(number) method returns a string representing the hexadecimal of the number. It only works with whole numbers in VBA, it should be the same in VB. There is no hexadecimal value for 10.45. See what the help file says about the method. To convert hex to number you use &H, its easier to demonstrate with an example. Dim value As Integer Dim hex_val As String hex_val = hex(10) 'converts 10 to A MsgBox hex_val value = CInt("&H& ...Show All

  • Visual Studio Team System Failover design for TFS deployment (was What data lives on the app tier)

    Anyone have a walkthrough of failover design with TFS if there exists any I'm in the midst of trying to design a distributed development system with TFS dual server layout in the backend and 2 different proxy servers and need more information. /Andreas Documentation for AT failover and DT clustering is not available yet, but should be included with the documentation update in the upcoming RC release. TFS supports high-availability at the data tier using SQL clustering. When thinking about the hardware for a high-availability deployment, the MSCS cluster is going to be the area that requires the most pla ...Show All

  • Visual Studio Team System Single Machine setup with DC on same machine

    I've been having so many issues with this setup that it's just not funny (Single machine for TFS & DB with the DC on the same machine). I followed the latest setup instructions to the letter to only later find out that they assume that you have the DC on a separate machine. I was constantly getting errors when trying to create projects - "Insufficient permissions on the Windows SharePoint Services at XXXXXXX to create a new site." - I ended up just giving the TFSSERVICE user Administrator access (even thought the install instructions say to give just user access) which got rid of that error message. Now I am getting the "Ex ...Show All

  • SQL Server DTSSQLIMPORT error

    We are rec'ving the following error when we try to run a pkg from a remote machine and the pkg has been created while logged onto the Server machine. any ideas   thanks in advance. -dinzana [Dest tblBSIXData [506]] Error: An OLE DB error has occurred. Error code: 0x80040E14. An OLE DB record is available.  Source: "Microsoft SQL Native Client"  Hresult: 0x80040E14  Description: "Could not bulk load because SSIS file mapping object 'Global\DTSQLIMPORT              ' could not be opened. Operating system error code 2(The system cannot find the file speci ...Show All

  • SQL Server Calculated Measure error

    Hi. I am working on a cube for schools, precisely analysing student absences. I have two measures belonging to two measure groups where each measure group is linked to all the dimensions. These measure are : count of absences ,number of periods. The calculated measure i'm trying to do is : (count of absences /number of periods )where number of periods != 0. case when [measures].[number of periods]= 0 then 0 else ([measures].[count of absences]/[measures].[number of periods]) end in the browser with school,class,student dimensions as rows and both [absence count] and [number of periods] as measures, the data is display ...Show All

  • Visual Studio Team System VTS Beta 3 is a ".IMG" file, not ".ISO" - How to burn it?

    So I was expecting the VTS Beta 3 file to be the normal ".ISO" file, but it's a ".IMG" file. What application should I use to burn it I already have Nero, but that won't touch it! I hope I don't have to purchase another burning package... But I have a feeling that ".IMG" files are made by CloneCD. Any ideas anyone Well, to answer my own question: I just had to rename it to ".ISO"... ...Show All

  • Visual Studio VSS and virtual websites

    Could someone provide some guidance on how to support virtual websites within a VSS/VS environment We are supporting multiple websites, and prefer to do these within virtual websites. We use VSS for source control, and from what I've heard, there are some "tweaks" that need to be done in order to get VSS to work correctly. Apparently it has something to do with the idea that VSS thinks that every ISS project is supposed to be placed in the inetpub/wwwroot directory.  I'm wondering how people go about doing this   We had a 3rd party originally set this up, and I'm trying to understand what they did, which they say is standard practi ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. frames per second benchmark for games

    Hello all,       I'm John, a newbie to real-world apllication development.  My experience so far has been in the classroom working with C/C++, no DirectX knowledge yet.  I would l ike to write a program that will allow users to benchmark games by analyzing frames per second (FPS).  My main hurdle at this point is retrieving the FPS information from the games.  I believe the answer lies in understanding DirectX programming.  Here's a brief summary of what I want to do in my program: - allow the user to start/stop benchmark process. - while benchmark is running    - gather d ...Show All

  • SQL Server Subfolders

    I know you can create sub folders in report manager, and then move reports into them. Is this a good idea since report designer cannot deploy to sub folders, and then you are left with deleting and moving, which throws off your subscriptions. Am I missing something Thanks! You have several options: - report designer supports deployment in a specific folder - you can move reports around (not delete/recreate) which keeps subscriptions, etc.. - you can automate deployment scripts using the SRS script host - rs.exe, look for more details in MSDN or Books online Hope that helps Tudor Trufinescu ...Show All

  • SQL Server ADOMD.NET 8.0 dependencies for connecting to both AS 2000 and AS 2005

    I've got a C# application developed with Visual Studio .Net 2003 which uses Adomd.net (8.0) to access cubes on SQL Server 2000 Analysis Services as well as SQL Server 2005 Analysis Services. In the MSDN reference page I noticed that I can set the connection parameter "ConnectTo=Default", and now, after installing the SQL Server 2005 Client Connectivity components, I can make connections to both AS2K and AS2K5 from my development machine (XP SP2). However, I can't figure out the dependencies to make this work on other systems. On another XP SP2 system (pretty bare-bones), if I install either the SQL Server 2000 or 2005 Client Con ...Show All

  • Windows Forms Adding controls at design time

    Hello! If i place a tab control on a form and fill it with tab pages, code is automatically generated to create these pages. I'm currently developing a user control that's quite similar to the tab control (it would contain my custom tabpages). How can i generate code for the newly created controls placed on the user control If i do ((MyTabControl)this.Control).Controls.Add(new&nbs ...Show All

  • SQL Server accessing components and task from scripting task

    Hi, I have to researching of how to accesss package tasks and component using the SqlServer.Dts.Runtime class and so far, I havent found any solution. For example, if you package has a scriptiong task and a data flow task(<- which contains a data source component). Is it possible to use the scripting component to access the data source component in the data flow task and manipulate its properites like sqlcommand etc. Emmanuel An easier and more direct way to do this is to store the sqlcommand for the datasource in a package variable and set the variable value in the script task or even at the time of executing the package. ...Show All

  • Windows Forms A working Terrarium with v1.1 framework?

    Okay, first off, it was annoying that this ".Net" site does not support the .Net Passport that I already have and required me to create yet another login. What's up with that ! On to the issue... I noticed they (the keepers of this site) have made available the latest known working terrarium.   That's great, but what does a v1.1 user do   ...Show All

©2008 Software Development Network