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

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

SreeReddy

Member List

lwrich
ChuckD_Duncan
cØrwin
Mr_D
Ashish
jmcilhinney
Michael_SHG
Mike Allen Mc Donogh
Amr Ashraf
f.ritz
Cathay
Alexx4
Mariano_60
Heiner Morales
Venkatesh Kumar S
Gsundi
Zoidberg
Michael Zammuto
Peter Goode
BAB
Only Title

SreeReddy's Q&A profile

  • Visual Studio Team System TFS Beta 3 Refresh: Error 32000 and Error 26204

    Like so many others I experience problems while installing Team Foundation Server (B3R) – after resolving a lot of other problems on my own I get stuck with this one and need some help: “The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 26204”.   I investigated further in the VSMsiLog and found a hell of a lot of “ExecuteSqlStrings: & ...Show All

  • .NET Development which symtol file should I download?

    Now I am debugging my 64bit program with Windbg,I don't know which symbol file I should download from MS's homepage. there are XPsp1,XPsp2,2003Sever,and so on .My OS is Windows XP x64, which symtol file should I download hupo1982@discussions.microsoft.com wrote: > I changed my setup as you says,but I can't set a breakpoint all the > same.When I started debugging,the windbg show that: > > *** ERROR: Symbol ...Show All

  • Visual Studio Team System TFS Crash

    Hi all! We are using single server installation of TFS beta2. Last week it behave just fine, today, when we return from the weekend we found it in the state of total crash. Any atempt to connect to server from any client results in exception: Event Type: Information Event Source: ASP.NET 2.0.50215.0 Event Category: Web Event Event ID: 1309 Date:  8/28/2005 Time:  6:28:08 PM User:  N/A Computer:&n ...Show All

  • SQL Server Date Range Validation in RS

    Dear Anyone, Is there a way to validate a date range (2 date parameters) in RS Thanks, Joseph Sorry, this is not natively supported unless you can define a list of valid values for valid dates (e.g. by using cascading parameters and dataset-based valid value list). Other options include: * use a front-end to do all the parameter verification * use the new VS 2005 report viewer controls to build an application which does the ...Show All

  • Windows Forms Exception Handling in Windows Forms

    All, I want to bring the focus to handling General Windows Forms exceptions.  In ASP.NET we have Global.asax.cs file that has Application_Error() function where all the exceptions that's not been handled for the application bubbles to the function and you&nb ...Show All

  • SQL Server Convert Integer To Time Only In SELECT

    I have stored, as seconds, a duration in a table. I would like to use a SELECT statement to retrieve the contents of the column but display them as a time. For example: 45 = 0:00:45 241 = 0:04:01 575 = 0:09:35 and so on... I have tried using the built-in CONVERT() function but always end up with StartDate + Integer and a time of 0:00:00. Can anyone help please Cheers, Roy Thanks for this. I took your example and ...Show All

  • Visual Studio 2008 (Pre-release) DataGridview with DLINQ

    Using Visual C# Express in a Windows Application I write with ADO.Net: SqlDataAdapter sql_adapter = new SqlDataAdapter("Select * from Customers", "Data Source=.\\SQLEXPRESS;AttachDbFilename=northwnd.mdf"); DataSet ds = new DataSet(); sql_adapter.Fill(ds); dataGridView1.DataSource= ds; dataGridView1.DataMember="Table"; May somebody translate previous sentences used in a WinForm to ...Show All

  • SQL Server Convert Coloumns to rows

    Hi all, I've got a table with the following data: (sample data) Tbl_MachineHrs ASSETID DATE HR23 OPR23 HR06 OPR06 HR07 OPR07 HR14 OPR14 HR15 OPR15 HR18 OPR18 HR19 OPR19 HR22 OPR22 806CD03 11/07/2005 6817.9 116 6824.3 116 6824.9 103 6827.2 103 6827.6 46 6831.1 46 8066584 11/07/2005 5211.3 92 5218.8 92 5219.1 188 5223.8 188 5224.3 107 ...Show All

  • .NET Development default path to web application

    I try to create a trace filter for my web service, and would like to write the log file to the root directory of my web service. Can some one tell me how get the path to the root directory programatically. I tried to use just the filename, the default path seems to be c:\windows\system32. I also tried to use webContext.ApplicationPath. the webContext.ApplicationPath returns empty string. I am using WSE 3.0 with VS 2005 pro.   Thank you ...Show All

  • Visual Studio Tom, I see what has been keeping you busy post the E.L.

    I'm friends with Brian Button and really jazzed at this new release. I am inches from joining the Redmond campus. Anyway I wanted to let everyone know I am running a GotDotNet workspace on thiese technologies and we have over 83 members. To join simply go here: http://www.gotdotnet.com/Workspaces/Workspace.aspx id=15536008-e1a7-4c7f-b7c1-dc148491e2c6 I'd love to join your team.. I'm not sure where they have me currently located... I am 110% be ...Show All

  • Visual C# Using fields as parameters in a method

    I have a requirement in a project to build a history. No biggie, but there are dozens of bool fields and processing each one is very time consuming. My approach is to add a field name to an arraylist when the property is changed. OnSave() or Dispose() I look into the object and check to see if the field list is empty or not. If not, I process the list looking at each item comparing it to a clone of the original object so that only true change ...Show All

  • .NET Development Get Data from relational database with Webservice

    In my database i have 3 tables. One is the master table and the two others are chlid tables. On the webservice I have a dataadaper for each of these tables that accesses stored procedures. With my windows forms programm I search with various parameters for rows in the master tabel. What I now need to now is, how can I find the rows in the two child tables that are related to the rows I selected on the master table and fill them in the ...Show All

  • Visual Studio 2008 (Pre-release) binding to a function call instead of property?

    Hi, If I have following function class LanguageHandler { public static string GetString(string key) { } } Is anyway I can binding a textblock - text to the GetString function thanks/chong I thought you could specify a MethodName in ObjectDataProvider, no < ObjectDataProvider x:Key = " Code1DSKey " d:IsDataSource = " True " ObjectType = " {x:Ty ...Show All

  • Visual Studio Team System Cannot Create Performance Counter

    I am getting a bunch of Application Event Logs when the TFS service starts up and at various times when the machine is up and running.  Anyone have an idea on how to fix   Or why I'm getting these The report server cannot create the Total Cache Hits (Semantic Models)  Performance Counter The report server cannot create the Cache Hits/Sec (Semantic Models). Performance Counter The report server cannot create the Total Cache Miss ...Show All

  • Visual C++ Upgrade issues

    Ok, I've upgraded to 2005 from 2003. First problem: all shortcut keys are changed! How do I restore them to the 2003 settings Specifically, when I installed 2003, I remember being asked which type of developer I am. I choose C++ and it setup all my shortcut keys to match what I was used too from vc 6.0. Now, I've installed 2005 but I'm not asked the same question. Nor can I find in the multitude of options where to set this. Can someone po ...Show All

©2008 Software Development Network

powered by phorum