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

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

Patri

Member List

Hugo Vale
Darren Whobrey
Kfir
Ushanta
gmthut
TSVCorp
a_vc3p
wayne_p
M9K
msauper
Michael Lowe
SDante
Pepo
ShrinanD Vyas
Syam
Michael OHanlon
Edgar Zapata
keffordl
Apsis
.Net Junkie
Only Title

Patri's Q&A profile

  • SQL Server Problem connecting to SQL Server 2005 database instance

    I have an old ASP app that I have had to migrate to use SQL Server 2005. I have two pages that are virtually identical (one is edit only the other makes provision for adding new records - I didn't write these apps but I am responsible for making them work now). One page connect successfully to the SQL Server Instance and the other does not. They are using EXACTLY the same connect string. The only weird thing that has transpired is that we mig ...Show All

  • Smart Device Development [SOLVED] xmldocument.load - Anyway to get bytes loaded?

    I'm using C# to make an app for the Pocket PC (funny enough) and was wondering when using xmldocument.load , how I can get the number of bytes loaded A 300kb XML file can take a few seconds on the pocket pc so I wanted some way of getting the bytes loaded to make a progress bar. I was thinking of timing the first time the xml file was loaded and then storing this and using it as an estimate (I can see the problems with this) but sur ...Show All

  • Visual C# Unknown Object

    Ok. I kind of need everyone to use their imaginations on this one and kind of help me out and investigate for me. It will be greatly appreciated. Ok, I think mostly everyone here has Visual C# 2005 right Ok, so I will use that as the example. Ok, now you know when you get an error and the "Error List" comes up. I need to know what the object is. Ya know, how it says: _____________________________________________________________________ | & ...Show All

  • Visual Studio Failed to load viewstate

    Hello, When I stay at one report for some minutes and push "Back to parent report button" I receive " Failed to load viewstate" message: Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request. For example, when adding controls dynamically, the controls added during a post-back must match the type and posit ...Show All

  • Visual Studio Express Editions Problem with Graphics

    I don't understand why this doesn't work: Dim g As System.Drawing.Graphics g.DrawLine(Pens.Blue, 1, 1, 100, 100)   I don't see where you have set g to an instance of Graphics. Usually you use a Graphics inside a Paint event handler (where the graphics object is in PaintEventArgs parameter) or you can create a Graphics object using the CreateGraphics method of a Control/Form. ...Show All

  • Visual Studio Team System Create a custom web based bug tracking tool for VSTS.

    Hi all and happy new year ! Hope 2006 will be a great year for VSTS. Before the holidays, I've been asked to look(most probably create) for a web based bug tracking tool for VSTS. I've googled a bit and found teamplain ( http://www.devbiz.com/teamplain/ ) but this seems to be more of a web interface of the entire VSTS. I'm just interested in allowing our customers to enter bugs using a simple web form. Now, I'm aware that I can creat ...Show All

  • Visual Studio Team System Work Item Sorting

    Hi all, does anybody know why I can't sort my Work Items according to the tree I defined in the project classification I defined multiple iterations and phases of the development life cycle. But did not found a way to sort the WIs according this tree. Thanks Stephan You can sort on the "Area Path" and the "Iteration Path" and they will sort according to the full path. By default the WIs should be sor ...Show All

  • Visual Studio HELP PLEASE: Where is Microsoft.ReportViewer.ProcessingObjectModel.dll?

    Where is Microsoft.ReportViewer.ProcessingObjectModel.dll Its' not on my B2 system, though the other two are. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.ReportViewer.Common.dll C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.ReportViewer.WinForms.dll ... No ProcessingObjectModel.dll here It does show in the GAC,  and it d/n show in the list of avaialble .NET assemblies to ref. Is this error related to the abo ...Show All

  • Visual Studio 2008 (Pre-release) Probably an odd request

    I have a request that is most likely not intuitive until you start to understand the situation.  I need to be able to have a ScrollViewer with a negative HorizontalOffset, or VerticalOffset.  The situation is that I have a view that is dynamic in size, and I want to preserve the user's position in the view even when it changes size.  This can mean that from the scroll viewers point of view the scroll position is negative.  Ba ...Show All

  • SQL Server DATENAME - can you not get it to say the actual day name??

    SELECT DATENAME(day, getdate()) AS 'Day Name' comes back as 15 but i want it to come back with thursday Cheers, Craig use dw   SELECT DATENAME(dw, getdate()) AS 'Day Name'   this stuff is clearly documented in BOL with in the section on datename ...Show All

  • .NET Development very weird .NET bug

    I'm having the most weird .NET bug. I have a very simple application (I won't even post the code here). But in some PCs this application behave very weird. ComboBox, ListBox, MessageBox... nothing seem to work. I know there's something specific about this machines (some software installed) that is causing this. But I can't find it!!!! Take a look at a screenshot of my application. http://www.alterego.com.br/techdsn/ The listbox has ite ...Show All

  • Visual Studio Team System Newbie!! TFS requirements

    Hi all, I'm going to install TFS. After reading documentation and resources, of course, not all of them, I wonder if: 1. Is TFS require active directory domain controller 2. May I install everything, active directory domain controller, DNS server, Web server, SQL 2005 server, Sharepoint server on the same box Win2003 Enterprise Edition Server Best Regards, Hi, for Dual Server Installation, AD is necessary. But not to Single Server Install ...Show All

  • Windows Forms Filter datagrid by text box

    Hi Was wondering if anybody could help me. I have a data grid on a windows form that is populated by a by an oleadaptor. The SQL statement in the oleadaptor is SELECT EmployeeName AS [Employee Name], Salery AS [Salery £], TaxRate AS [Tax Rate %], DateEntered AS [Date Entered], TaxRate * Salery AS [Tax Paid £] FROM Employee What I would like to do is be able to filter DateEntered using a date time picker on the form, basically I want to have tw ...Show All

  • .NET Development Return NT Username

    I am new to windows forms (asp.net developer), but I have a win application that I need to get the user's NT Authentication username Can someone guide me to how this can be pulled Thanks, ScAndal If you are only looking for the users UserName, you can get it the name by reading Environment.UserName, and the domain (if any) by calling Environment.UserDomainName. Should you require more information about the ...Show All

  • Visual Basic IDE Performance problems (slow building, slow property editors, ...) in VS 2005

    Hi, we are currently migrating our VB.NET VS 2003 projects to VS 2005. Some of our developers are experiencing performance problems with their VS 2005 IDE. These problems are becoming a blocking issue since it slows down their development time... The performance problems are multiple: slow builds, slow Intellisense, ... but when opening a designer screen with a PropertyGrid (eg. the "Properties" - "Compile" window of a VB.NET ...Show All

©2008 Software Development Network

powered by phorum