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

Software Development Network >> James Todd's Q&A profile

James Todd

Member List

Mark_Scott
chester645
wwwalrus
viewpl
inuwan
Jogesh Grover
Diego Canepa
Art Gaisin
William Joyce
AlucardJC
KhRo
lock
Cyke
VishalKulkarni
Leon Han
LawrenJoy
mark brayton
Sumit Pilankar
Roger Jennings
Japheth
Only Title

James Todd's Q&A profile

  • Visual Studio 2008 (Pre-release) Controlling nillable

    Hi. I'm writing a webservice with WCF. The webserce will be used from a Powerbuilder (Powerbuilder Script) client. Here some limitations apply. With a class like this [ DataContract ()] public class Entity { [ DataMember ()] public int AnInt { get { ... } set { ... } } [ DataMember ()] public int ANullableInt { ... I get a schema like this: - < xs:complexType name =" Entity " > - < xs:sequence > < xs:element minOccurs =" 0 " name =" ANull ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Please help, trying to get directx up and running in a managed project of c++

    I only added the references of Mocrosoft.Directx and direct3d but when I try to compile i get errors: c:\Projects\Orbital Calc\Physics.h(40): error C3635: 'Microsoft.DirectX.PrivateImplementationDetails::IDirect3DDevice9': undefined native type used in 'Microsoft::DirectX::Direct3D::Device'; imported native types must be defined in the importing source code and so on... do I need to include any libraries or includes   I thought I could just use the references thanks, Devin OK I know I'm replying to myself but, I figured out so far that if I use the following in my form1.cpp file I'm ok, but if I use it ...Show All

  • Windows Forms In the form designer I can't access objects which are on an other form.

    how can I access an object being declared on an other form in design time in visual studio .NET For example I have a grid on one form and I wanted to set its datasource to a DataSet table being on an other form. And I also wanted to refer to an image list which is also on the other form. But, I can't. I wanted to do it in design time! Can anybody help me Oh, All my objects are listed at the bottom of the page in the code view. They are private. I can make them public. So, the main deviation from other languages is the fact that the form components are declared at the bottom of the page, rather than the top. I guess this is ok. I'll a ...Show All

  • Smart Device Development Joystick and Hardware Buttons

    Hi, I am trying to find out how to read the joystick and other hardware buttons on a PDA using C# - I cannot find any information at all - can anyone help Also I did find some help about a button component that is supposed be on the 'Device Components' panel in the toolbox but it is not there, anyone know where it is Thanks All, Hi Chris, Yes - I must remember that - thanks again for your fast help. Actually this is the firts time I have used this forum and I am most impressed. Regards Chris ...Show All

  • .NET Development ADO.NET 2.0 minimum MDAC requirement

    Hi, does anybody know what is the minimum version of MDAC required to run .NET 2.0 applications Microsoft "recommends" MDAC 2.8 or later for server installations (from .NET framework download page). We have a Windows Forms application we plan to deploy (via ClickOnce) to a large number of workstations. The workstations have this software configuration: - Windows 2000 SP4 + some hot fixes - MDAC 2.7 SP1 Refresh - Oracle Client 8.1.7.x and a lot of other programs. We need to access an Oracle 8i database. I have done few tests and it seems there are no issues, but would be better to have some kind of official docu ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 3 errors

    i've read an article about setting up a basic application template using the sample framework as a base from http://msdn.microsoft.com/coding4fun/weekend/apptemplate/default.aspx by Glen Willson. i've done all the things he wrote there but i still can't make that template he speak about, what so ever. i am dealing with 3 errors (see the picture i've posted here http://80.97.50.242/ ). i am using visual studio 2005 and directX Sdk oct 2005. thanks a lot These errors indicate you have an older (or newer) version of the SDK that the code was written against. Make sure you are on the February SDK and your referen ...Show All

  • SQL Server How can connect SSAS w/o domain trusted connection?

    I got error: An existing connection was forcibly closed by the remote host!! string connstr = "Provider=MSOLAP.3;Data Source=amsserver;Password=;User ID=administrator;Initial Catalog=MIP2ASProject" ; Client in XP, with AS9.0 provider installed, server is sqlserver 2005 in win2003 xp1. Both machines are not under domain controller... Analysis Services does not support non-Windows authentication when connecting through TCP/IP. You should be able to setup HTTP connectivity to SSAS. See following: http://www.microsoft.com/technet/prodtechnol/sql/2005/httpasws.mspx And then use differ ...Show All

  • Windows Forms When to dispose of resources

    I have a form that has several datatables declared. These datatables are bound to comboboxes (in code, not drag and drop). Everytime the selectedvalue of a certain combo changes, that filters one or more of the other combo boxes. Now when I close the form, I try to dispose of the datatables, but when I dispose of one, it fires the selectedvaluechanged event of the combo it was bound to and I get an exception. I tried putting the disposal code in form.closed and form.disposed but neither works. Where else can I put it Why are events being fired even though the form is either closed or disposed I stepped through the debugger and it actually ...Show All

  • SQL Server Documenting a reporting services site

    Does anyone know of a good tool that will help with documenting a reporting services website I inherited a prebuilt site and I am trying create some documentation about it. I have tried Visio, but it documents down to layers I do not need to go to. I just need the folder heirarchy and the reoprts within each folder. Thanks for you help! frank Give RS Scripter a try. http://www.sqldbatips.com/samples/code/RSScripter/readme.htm#_installing_rss Once they're on your local machine, you can go to the command line and do a dir /b /s > list.txt to get a list of files by directory.  The information is also stored ...Show All

  • SQL Server Problem creating diagrams

    I just upgraded an existing sql server 2000 installation with the RTM sql server 2005 (developer). I went to work on a database that I've been working on for a couple of weeks before the upgrade, and wanted to create a database diagram. However, when I click on the "Database Diagrams" tree node, I get this message: TITLE: Microsoft SQL Server Management Studio ------------------------------ Database diagram support objects cannot be installed because this database does not have a valid owner.  To continue, first use the Files page of the Database Properties dialog box or the ALTER AUTHORIZATION statement to set the database owner to a ...Show All

  • Windows Forms .net framework?

    hello can i install the .net framework on windows 98 thank for the time hello i need this because i have made an application which contains crystal report and i want to make something to work on windows 98 without installing the VS.Net 2003 thank you for the time and for the help that you gives me and for the patience with me. ...Show All

  • Visual C# Planning for MCP 316

    Hi all, Its my first post. i am planning for 315 next week. I have studied MS-Press book for MCSD. please suggest some source for preparation. satyadotsquares@hotmail.com If you are already a good developer, that book should be enough. But I suggest you take the free Microsoft assessments located here: http://www.microsoft.com/learning/assessment/ That will give you an idea of where your weak areas are, then you can aim your studying to particular areas instead of just the general test. Some people also find www.TestKing.com hepful., but I think you should be fine with the study guide and Microsoft assessments. ...Show All

  • Windows Forms 2005 RTM: A circular control reference has been made. A control cannot be owned by or parented to itself.

    Well, dang. I had re-done a form that was causing me other problems with the designer. All seemed fine, I went home, and returned to the form this morning to find this: A circular control reference has been made. A control cannot be owned by or parented to itself. This form has a few split containers on it. This instability is very frustrating. Anyone else ever see this Has anyone found a solution to this problem I have VS 2003, 2005, and 2008 and I am getting this issue in all of them. It seems like after five years they would've found a way to keep the designer from doing this, or at the very l ...Show All

  • SQL Server Error while importing Text file using Import Export Wizard

    Hi all i have text file where i can import it to excel to access or sql2000 without problem but when i import it using (sql2005 pro) i get this error message during the import O peration stopped... - Initializing Data Flow Task (Success) - Initializing Connections (Success) - Setting SQL Command (Success) - Setting Source Connection (Success) - Setting Destination Connection (Success) - Validating (Success) - Prepare for Execute (Success) - Pre-execute (Success) Messages Information 0x402090dc: Data Flow Task: The processing of file "C:\Documents and Settings\Wail\Desktop\All_Alarm5.txt" has started. (SQL S ...Show All

  • Visual Basic Databinding to a Checkbox

    I have a simple form with 2 checkboxes which are Databound to an object, the properties of which are of type boolean. The problem I have is :- I am using the CheckChanged event. When I check the Box, the value of the UI control is correctly changed, but the value in the object does not reflect the change i.e. the Object seems to lag behind the form. If I subsequently click on another control, and then check the values of the control and the object, they are now in sync. Anyone got any suggestions Cheers, Paul Could you explain how the checkbox is bound to the object In a databound or propertybound sce ...Show All

©2008 Software Development Network