Software Development Network Logo
  • Windows Vista
  • Visual Studio
  • Microsoft ISV
  • Game Technologies
  • SQL Server
  • Visual C++
  • Windows Forms
  • Visual FoxPro
  • Visual C#
  • VS Team System
  • SharePoint Products
  • Audio and Video
  • .NET Development
  • IE Development
  • Smart Devicet

Software Development Network >> N. Farr's Q&A profile

N. Farr

Member List

jeff w smith
Chris K UK
miker55
DKB
ckrepps
Halidon
Krutika
IamHuM
Chris.Stewart
HowardP
GMan5309
ramyaVijay
Abarca
Vidhya Sagar
Balas
SolidStrategies
Marlon de Graaf
Sinclair Schuller
NeilMarshall444
Raja Prabu
Only Title

N. Farr's Q&A profile

  • Visual Studio Wrong notes for "How to: Create Custom Configuration Sections Using IConfigurationSectionHandler"

    The documentation for How to: Create Custom Configuration Sections Using IConfigurationSectionHandler states "This topic uses the System.Configuration.IConfigurationSectionHandler interface, which has been deprecated in the .NET Framework version 2.0.". Neither IConfigurationSectionHandler nor any of its members are tagged with the ObsoleteAttribute attribute. Could we get some clarification as to whether IConfigurationSectionHandler is or is not obsolete for .NET 2.0 Peter, thank your exaustive response. Digging more into this issue, I found out what may be causing this confusion. 1) Actually, IConfigurationSectionHandler is deprecated in .NET Framework 2.0 and above. But, because it is used internally, it has be ...Show All

  • Visual Studio VS Express Edition upgrades?

    Hello there, I have questions regarding whether or not the VS Express Editions are having upgrades before the offer expires (was it end of this year... ) and how do upgrades happen. 1. On the Express Editions download site there is no info on the exact version you're going to download/install, but I remember there was a Beta 2 already and because I needed to reinstall Windows due to disc crash I downloaded again and suddenly the Beta 2 was gone although I couldn't realize the upgrade when my PC didn't need that kind of maintainance. So how do upgrades happen 2. Does one need to download the whole thing to check for newer versions 3. Currently I'm using VS C# Express 8.0.50727.42, am I up to date Thank you ...Show All

  • Visual Basic How to upload files

    Hello I got a problem with uploading files. Look at the code: My.Computer.Network.UploadFile ("D:\file.txt", " http://www.onh1986.com/file.txt ", username , password ) And I set permission to "777". And it couldn't to upload the file. What's problem, please Thanks & Regards Okay...is the reason why a secret Do we need to guess I've had success using FTP uploads, as long as the server allows it, which presumably it does since you say you can upload the file using some other FTP program. ...Show All

  • Visual Studio Express Editions Problems in registering the Express product

    Hello all! I have installed the Visual Web Developer Express 2005 edition. Everything went well. Once I started it for the first time, and I tried to register the product (clicking the "Register Now" link from the help menu of the product), the Internet Explorer is opened, and then nothing happens. The status bar does not show anything that the IE is stuck or anything like that. I even tried to update my profile at MS but I get an error page. I am clueless. Please help. Ananth ...Show All

  • Visual C# MDI child child interaction

    hi all i was playing around making a small image viewer app type thing (first foray into windows apps) and have run into a problem geting the child forms (or any off them for that matter) to communicate in a way I want, I'm not sure if its even possible, it should be as it seems to me to be a relatively fundamental use of them. basically I was trying to get the mouse coordinates to update another child form that iwas going to use as a control, so ...the parent form opens the two child forms, one contains a picture anmd the other is just for info (the coords), I can pass the info over if I do a MessageBox.Show("e.X.ToString()); however when I try to update, say a label it doesnt do anything. I imagine I'm doing something i ...Show All

  • SQL Server How to write Condition in the Conditional Split control in SSIS

    HI i need to write the Condition for Insert and Update Reccord depending upon the Prod_ID. How to write the Follwing condtion in the Condition Split pls Anyone give me the Solution    "  if   Prod_ID  Exist then  UPDATE  Records     if Prod_ID   Not EXIST then INSERT Records "     how to write the above conditon in the Condional Split Thanks  &  Regards, Jeyakumar.M chennai     Thanks, Jamie. I'm not sure that I would want to use an OLE DB command for performance reasons, but maybe you can advise otherwise. I'll be dealing with 10-20,000 rows, and since an OLE DB command executes an SQL statement for ...Show All

  • Windows Forms staging in Installer project

    Hello, I am using Setup wizard of visual studio 2005 to create an msi installation. The application to be installed has a number of pictures, text files , configuration files in folder structure. some of these files can get modified , new files can be added after a release. It if very difficult for me to update each file into the installer project. Is there anyway like in installshield that we specify the root folder and build the installer project, the installer will create the .msi from the contents of the root folder. regards Matt ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. windows and xbox 360 / xbox live vision

    i have a question about the xna game studio. if i was to write a simple game like pong or tetris for the current build on windows xp, will that run straight on the 360 when the dev kit comes out also i heard early 2007. will that be january or so another question is will we have access to the xbox live vision library to make games with motion sensing thanks thanks. any idea where i might get a definitive answer for the live vision thinking of doing a project with that but i need to know if its at all possible real soon. ...Show All

  • Visual Studio Express Editions dataset and datagrid problems

    i have a db (access file) i draged a datagrid and connected the thing to the dataset in wizard it automathicly gave me this line in my load function this .workersTableAdapter.Fill( this .db1DataSet.Workers); now i see the rows inside the grid, but i cant seem to change them (when i reopen the program, the rows are the same they were) if someone here knows the subject and can give me some pointers that could be great (if that someone has an email address, icq, or msn, even better, maybe i could even send it to them if they would rather see it with their own eyes) well the links provided give you most of the guidence, you just need to implement it into your solution :-) if you like my email, send ...Show All

  • Visual C++ How to force intellisense update?

    Sometimes I press right click and then "go to definition", and it goes to a wrong place. I think this is because intellisense is not update yet. If this is correct, how to force it update Thanks If your intellisense database is corrupt you can delete it and recreate it. Go into the directory that contains your solution and delete the .ncb file. When visual studio starts again, it will recreate the database. ...Show All

  • SQL Server Use measures from 2 cubes merged in a virtual cube

    Hello, I've created a virtual cube that joins two cubes, it has some dimensions in common, let's say DM1, DM2, and each cube have separate measures lets say for cube1 MC1 and for cube2 MC2 The cube2 has a dimension that is not common and is a parent-child one (let's say, DMPC), When I create the virtual cube I want the two measures, but since MC2 belongs to cube2 and this one has DMPC, the MC2 is shown correctly but the MC1 is only shown in the "All Members" cell, and not in each of the child cells, someone know how I can do this The concrete question will be: In a virtual cube, how I can get the sum of a measure that belongs to one cube and repeat it all over one parent-child dimension Thanks in advance! Odin_dar ...Show All

  • Windows Forms Binding to toolstripComboBox does not work

    Hi, I am trying to bind data from a dataset to a toolStripComboBox just like a ComboBox. Like the following: this .toolStripComboBox1.ComboBox.DataSource = this .bindingSource; this .toolStripComboBox1.ComboBox.DisplayMember = "Sirname" ; When I do this with a normal combobox it works fine. With this one it does not. Any ideas what is going on Am I forgetting something Regards, Ruud Wijnands Should work, I just got this to work. So look at your bindingSource as the problem. DataTable dt = new DataTable ( "MyTable" ); dt.Columns.Add( "f1" , typeof ( string )); DataRow r = dt.NewRow(); r[0] = "aaa" ; dt.R ...Show All

  • Visual Studio 2008 (Pre-release) Appaling GUI performance on Vista RC2

    Hey guys, I don't know if this already been reported, but I've discovered that the GUI performance drops drastically on Vista RC2 when setting the AllowsTransparency="true" on a Window. On Win XP with September CTP bits it runs fine. It is a pretty clean test from a hardware point of view since I have a dual boot laptop. Here's my system info: OS Name MicrosoftR Windows Vista Ultimate Version 6.0.5744 Build 5744 Processor Genuine Intel(R) CPU T2500 @ 2.00GHz, 2000 Mhz, 2 Core(s), 2 Logical Processor(s) Hardware Abstraction Layer Version = "6.0.5744.16384" Total Physical Memory 2,045.88 MB Available Physical Memory 883.25 MB Total Virtual Memory 4.22 GB Available Virtual Memory 2.64 GB ...Show All

  • Visual Studio Is Auto save feature provided By visual studio 2005?

    Hello, I would like to ak any if any one knows about the auto save feature is provided by VS If any one knows please let me know Thanks, Praveen Raju Hi Praveen Visual Studio Provide you auto-save feature. That is always activeted. Whenever you want to debuge or run your program VS asked to you to save or not. You can change it through options tool. ...Show All

  • SQL Server Move data to DB2 on AS400 with SSIS

    Anyone writing data to DB2 on an AS400 with SSIS I cannot get the OLEDB destination configured correctly. I can set the destination up with a SELECT sql query, and preview the resultset. What is the error Also, you can't use an out-of-the-box solution against an ODBC destination. You are correct in using the OLEDB for DB2 driver. I use it for my source pulls, but don't use it for destinations so I'm not much help there without knowing your error. ...Show All

©2008 Software Development Network