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

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

steven64

Member List

Avi Raju
GWild
smashweaver
Ushanta
Ken Davis
ErinMartell
Krutika
mcol
SirKnight
PVL
David J B
dongjunming
jcfiesta
Uncaged
MarnieV
ajay_dekavadiya
Frank Hodgkinson
Catherine L D
SIFIS
Greg Stolecki
Only Title

steven64's Q&A profile

  • .NET Development Xpath

    How can I test for the existence of a element or node in xpath Don't worry. I managed to solve my problem by using the count() function and then testing for more than 1. ...Show All

  • .NET Development .Net Passport SDK no longer avaliable?

    Hi, I would want to use .Net Passport authentication for asp.net websites. According to Msdn (VStudio 2005), the passport SDK has to be downloaded first. But the link given in msdn is no longer valid. I searched the net and microsoft's website but cant find any place to download the passport SDK. Has microsoft withdrawn support for the .net passport SDK Are there any links to download the SDK Please go through the following article. I hope that this will help you. http://www.kbalertz.com/kb_816418.aspx Regards, Jimmy ...Show All

  • SQL Server Error : Header information is either corrupted or missing.

    My config : 1 computer with win2000, IIS, McAfee Virus Scan, and all I need to develope. 1 computer with VS2005. When I try to make merge replication I have this Error :Header information is either corrupted or missing. I search on the web and find some information like that error is cause by NIS (Norton Internet Security) but I dont have it. I have another mobile software in VS 2003 and I don't have trouble whit im. It work perfectly but not in VS 2005. I can access to the replication folder. I use sscesa20.dll. Need help thanks. Are you getting this error when you run the merge agent C ...Show All

  • Windows Forms Is there a built in Most Recently Used (MRU) class?

    I want to implement a MRU list for recent files in my Windows Forms application, and I want the data to be stored in the user.settings file. This seems like a very common task, so I'm wondering if there is something like this built into the framework. Or available somewhere else. Any thoughts Thanks! Erick This  CRecentFileList  leads to Add Command Handlers for MRU Menu Items in MFC Application Looks like it can not be used in windows forms. Any clue or help I do not know whether I can use it or not Thanks in advance, ...Show All

  • Windows Live Developer Forums Hm

    Did anyone fix the problem with the crash I have the same problem now after a reboot . I starts up , i can log in i just get to see my contact list.. then this Error Signature Appname : mssmsgr.exe AppVersion : 8.0.0566 App Stamp 43f6103c Modname Unknown Mod ver :0.000 Mod Stamp:00000000 Debug :0 offset: 04991050 anyone Rediger ... Ga tilbage til "any one" Thea Them Theo Thue te Rediger ... Ignorer alle Foj til ordbog Witha Gith Lith Rith Wita Rediger ... Ignorer alle Foj til ordbog Thea Them Theo Thue te Rediger ... Ignorer alle Foj til ordbog crazy smash scratch Rediger ... Ignorer ...Show All

  • Visual Studio How to new a reporting service project

    I can new a reporting service project in VS2003 when I have install the reporting service . But how can I new a reporting service project in VS2005 I have install the Sql2005, and the reporting Service is selected when installed I have re-install Sql server 2005, and there is a Business Intelligence Development Studio shortcut in the start menu. I click and open the visual studio 2005, but I still can't find Business Intelligence Projects catalog when new a project. Could some one help me ...Show All

  • Visual FoxPro Grid objects problems/questions

    Hi everyone. I've just started using Grids in VFP9. I am trying to setup a grid which will collect info about an order. The record source of the grid changes depending on the user. I use the temporary table in the users 'home' folder in order not to conflict with other users. Here are my questions: - First, what is the best way to have a temporary file used in my form: Do I add the table to the dataenvironment at runtime Do I issue 'USE' command at form's init Basically I need to open a file which its name is not static but a variable. - How do I implement something like "Calculated fields" in old browse When the user enters an item #, I ...Show All

  • SQL Server Unable to access Report Manager

    Running RS 2000 version 8.00.1038.00 on a Windows 2003 server with SP1 applied.  Yesterday I was receiving HTTP 401.1 errors.  I appled workaround method 1 from article ID 896861 and now I am receiving the following message when I try and access /reports">https://<websitename>/reports .  The request failed with HTTP status 404: Not Found. Anyone have any ideas how to fix this Thanks Eric Here is a log event from the ReportServerWebApp log for the latest attempt to access the Report Manager. w3wp!ui!1778!6/1/2005-12:04:57:: e ERROR: The request failed with HTTP status 404: Not Found. w3wp!ui!1778!6/1/2005-12:04:5 ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Prefered Env

    I guess I'm just curious how many of you fair people use solely C++ for your DirectX babies and how many use the managed env Why do you prefer one over the other Could it be that managed env is superseding C++ in DirectX Contribute your opinion!   David Weller wrote: Yes, it's definitely possible now to write a DirectX game in COBOL ! Wow, that's disturbing.  If it was freely available, I'd be tempted to port some of my tutorials to COBOL.  Morbid curiosity can take you a long way. ...Show All

  • Windows Forms TaskVision client destroyed my PC!

    I've decided to repost this message as separate thread cos I don't think it's getting the attention I deserves.   Here's the problem... I installed the TaskVision client about a week ago, and immediately after started noticed weird things happening to my PC - suddenly lots of application were missing files.  I checked the Program Files folder where they wer ...Show All

  • SQL Server Problem formatting currency to different decimal places

    I'm trying to format a field value to currency on a SQL report. I need to allow for 4 decimal places to the right of the decimal if the field value contains those digits. (ie. $6.8484). Most of the time I will not have 4 places to the right of the decimal and would like to format according to the amout of decimal places. For example, If the value is 1 dollar, I don't want to format as $1.0000. I need a way to format the values according to the amount of digits to the right of the decimal. (ie. 1 dollar = $1.00, 3.453 = $3.453, 2.4453 = $2.4453) Is there an easy way to do this using C2,C3, and C4 Please help. ...Show All

  • Visual C# Components parameters

    Hi everyone, In here; (object sender,System.EventArgs e) I do not understand anything from the parameters of C#'s components. What is the logic of using these paramater for all components in C# Would you please explain them to me Thanks, Mert The sender is the object which causes the event to be raised. E.g. the button you clicked on or the combobox of which you changed the selected index. You can use those when you have 2 similar controls with the same behaviour, you attach the same eventhandler to the event and by using the "sender" object you can still get different results. e.g. (( ComboBox )sender).Text will give y ...Show All

  • Visual C# Serialize object to string

    I am trying to serialize an object(s) to an XML string. I want to do this without ever actually creating an .xml file. The way I do it works, and seems to be fine. I just want to make sure that there is not something I have overlooked. If anyone has a better way of doing it I would appreciate the help. Here is my code: String XmlizedString = null ; XmlSerializer x = new XmlSerializer (Inv.GetType()); MemoryStream memoryStream = new MemoryStream (); XmlTextWriter xmlTextWriter = new XmlTextWriter (memoryStream, Encoding .UTF8); x.Serialize(xmlTextWriter, Inv); memoryStream = ( MemoryStream )xmlTextWrite ...Show All

  • Visual Studio Reportviewer print dialog problem

    My .NET version 2 application creates reports by calling a method from a dll (which I also wrote) which displays a form containing a user control which in turn contains a ReportViewer. I set the viewer's .ReportPath, .BindingSource, and .DataSource properties and call the .RefreshReport method. The viewer displays the report correctly. When I click the viewer's Print button, the Print dialog correctly appears, but I have to click the dialog's Print button twice to actually send the report to the printer. What could be causing this http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=177732&SiteID ...Show All

  • Visual Studio Team System Area not refreshed in Work Items - TFS RTM

    After removing Area Items I used to test the behavour of the Area Path and setting up correct items I still see previous Area items. I found topics addressing same problem for Beta version of TFS, but: 1. I have Release version of TFS. 2. Restarting VS doesn't solve the problem. 3. Clearing TFS cache doesn't solve the problem. 4. New Work Items still have previous Area Items. P.S. I scanned all TFS databases/tables/columns for old and new Area Item names and got following results: 1. New Area items appeared in TfsIntegration.dbo.tbl_nodes where structure_type = 'ProjectModelHierarchy'. 2. Old Area items appeared in: T ...Show All

©2008 Software Development Network