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

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

ian_gaydos

Member List

DavidP
enf_Elliot
bhernacki
InHowes
Marcin Kruszynski
Fandy
Bill Wesson
John and Jack
Sameer S
jbrunning
VICAllen
Morten Mertner
mrbopalop1
devdept
Lepa
Movescope
gaorellana
Andriy Karasyov
Jens Madsen
Simon Tamman
Only Title

ian_gaydos's Q&A profile

  • Visual Studio Team System No effect of "define _CRT_SECURE_NO_DEPRECATE 1"

    For the moment I want to suppress all the deprecated insecure functions during static code analysis.  I've added this line in two separate files that get included in all source files: #define _CRT_SECURE_NO_DEPRECATE 1 to no effect -- the output still contains warning of these functions.  A colleague has resorted to #pragma to supress these warnings.  I'm curious as to why this doesn't work as documented in the help. Thanks. Sam ...Show All

  • SQL Server XML Bulk Load schema question

    I was wondering if someone could point me in the right direction with a schema file for importing XML into a DB - the XML file has multiple sublevels, all of which need to be imported into a single table. I have it functioning "to an extent", meaning part of the file is imported - however, some of the sublevels have been driving me nuts, and I am not sure how to get it to work for all of the columns. ANY HELP WOULD BE GREATLY APPRECIATED - I've ...Show All

  • Windows Forms datagridview combobox

    Hi All, have a problem working with comboxbox column with .net 2.0 (VB please) tblEmp - EmpId, EmpName, EmpRef tblrole - roleid, rolename tbluserrole- empid,username,pwd,roleid I need to create a datagidview which displays empname,username,pwd,rolename This is ok. But now when a user clicks on a new row, the empname and rolename columns needs to be a combobox. The user selects the empname from the comboxbox, assigns a username, ...Show All

  • Software Development for Windows Vista Oracle 8.17 and TransactionScope

    Hello, I'm trying to get my Oracle 8.17 client to play nice with the TransactionScope class. However, when the transaction begins, it throws an exception with the following message: System.InvalidOperationException: Distributed Transactions require Oracle9i client software. Is there any way to get this code to work with an 8.17 client TransactionScope aTransactionScope = new TransactionScope ( TransactionScopeOption .Requir ...Show All

  • Visual Studio 2008 (Pre-release) Resource scope for ControlTemplate

    As I can understand ControlTemplate create isolated "Resources" scope hence I can't use resources defined even on the same level as Style containing  ControlTemplate,not talking about scopes above.That's VERY frustrating IMO,of course there's reasons for such decision BUT! some option must exists to override such (not very useful) behavior.Please,fix it for next release!!! Thanks a lot. How yo ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectX or Managed DirectX ?

    Hello, it's my first post here ;) I've been developing in DirectX for several years (using c++). I am thinking if it's worth to move to the "managed world" I can do everything in c++ and directx but creating apps in c# and mdx is much faster and simpler. What is your opinion Is it huge performance penalty making 3D games in c# and mdx   SirMike wrote: Hello, it's my first post here ;) Welcome   SirMike wrote: ...Show All

  • Visual Studio Team System Error installing TFS final release

    This error occurs during health check, "The SQL Server 2005 KB Update is not installed on this computer" We have SQL 2005 Standard installed....is there an update any ideas -Jim First, I highly recommend you go though the check list in the install guide. I normally skip these but in this case there are a large number of gotcha's that the install guide walks you though (this is one of them) ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. No texture coordinates for Mesh.Sphere, box etc?

    I am trying to use a mesh from Mesh.Sphere, but odly enough I can not make it generate texture coordinates. Sure, I could calculate them myself, but can it really be true that I have to do that My vertices in the mesh is always PositionNormal No you can't But see http://msdn.microsoft.com/coding4fun/zman/default.aspx for samples on how to do it (for managed code) ...Show All

  • Visual Studio Express Editions killing a process in task manager

    What have I to do if I want to kill a process in my task manager My application name is BackupAll.exe and it is, obviously, in my tsk manager when it runs. When I close it, while it is burning a dvd (using nero com object), the form closes but in task manager BackupAll.exe still exists!! How can I kill it DEFINITEVELY when I close my application Is there a simple and effective way Thanks!! Well, if I close my application, while it is N ...Show All

  • .NET Development How to transform a fault statement from wsdl

    Hi, Is it possible to transparently use own developed exceptions from a Webservice to a client (server throws MyException and client receive MyException instead SoapException), and if yes, how to generate a exception class defined in a wsdl file using appropriate type and fault tag in a operation using wsdl.exe Hier some fragments of my wsdl: < complexType name =" AlreadyExistException " >   < ...Show All

  • Visual Studio Report View Problems in FireFox

    I'm using VS2005 to develop a report using MS ReportViewer Control for my web application I have run into the following problems: 1. There ia 6px padding-left on the report body. I figured this out by looking at the source of the html page (see below). How can I get rid of this padding < div id = "ctl00_Main_ReportViewer1" style = "display:inline-block;border-color:Black;border-width:1px;border-style:Solid;height:1200px;wi ...Show All

  • Windows Forms ComboBox Binding with a Blank Selected Index Initially???

    I'm making a search engine windows app that contains ComboBoxes that are bound to my SQL Server database. It would be so much better that once my ComboBox is bound that I could have no item selected (so a blank) incase they don't want to include that in their search but I can't seem to do that without putting in a blank record in my database and that seem soooooo wrong. The only answer I can think of is maybe populate an RA with the data leav ...Show All

  • Visual Studio Team System Found In Build list too long

    Hi, can anyone explain to me how the global list of build numbers is populated In the Bug work item the Found in Build list is becoming way to long now as we perform daily builds. I have seen some people say that it is filterable but I can't find a way of doing that in the WIT. Thanks for your help Graham You can add filters to Build field by using MATCH constraints. An example <FIELD name ...Show All

  • Visual Studio Team System Public TFS servers?

    Heya folks, are there any public TFS servers to use similar to sourceforge or something similar Take a look at: http://www.devgarten.com/  and http://blogs.msdn.com/davidlem/archive/2006/01/18/514087.aspx Follow David Lempher's blog for more info about Dev'Garten. ...Show All

  • Visual C# Media Player

    Can anyone tell me how to get started on building my own media player please. It would be greatly appreciated. I know how to use the soundplayer and all, but I need a lil guidence. http://www.un4seen.com/ This the best freeware library I have ever seen. Look for Bass Net 2.2 on the bottom of the page. Also check the forums. You can stream Shoutcast, wma, play and record mp3's and streams. Use effects, winamp visuals...anything you need. Si ...Show All

©2008 Software Development Network

powered by phorum