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

Software Development Network >> John Lieurance's Q&A profile

John Lieurance

Member List

Bradley Reynolds
enric vives
Rudemusik
JohnStrudwick
keithy02
dragoncells
aaks
MuscleHead
Bartosz Kowalski
ctssoms
Anatoly 01
AlexBB
Will Merydith
Ofer Gal
centexbi
Trisha1802
jtallard2
Eddie Garcia
Ted12893
paddyO
Only Title

John Lieurance's Q&A profile

  • Visual C# Error code: 0xe0434f4d

    Hey, I am using .net Framework 3.0 at home, and my program works successfully, no problems to launch. However at my school where they are using .net Framework 2.0 it fails to launch Here is a screenshot: Here is my Program.cs using System; using System.Collections.Generic; using System.Windows.Forms; namespace FilmScript { static class Program { public static Form1 form = null; public static newProject newProj = null; public static String ProjectTitle = String.Empty; public static String ProjectAlreadyLoaded = "NO"; /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main() { Application.EnableVi ...Show All

  • Visual Studio 2008 (Pre-release) Creating .Net1.1 client for WCFservice

    Hi, How to carete .net 1.1 client for WCF Service Thanks, You need to use the wsdl.exe tool that comes with .Net Framework 1.1 SDK tool kit to generate a proxy file from the WCF service URL, than compile that with your client code into a .Net 1.1 client for your WCF Service using the compiler that comes with your .Net 1.1 SDK tool kit. ...Show All

  • Visual Studio Team System What three improvements would you suggest for DBPro setup process?

    1. Data Generation: To allow for "Test Data AS IS" to be Checked-In, Checked-Out, Shelved and Deployed- similar to Data Generation plans. Thanks, The purpose of my response was to solicit feedback on possible ways to implement this and requirements, we already know we need to provide a solution for this better then what you have today in the form of version script files with INSERT, UPDATE and DELETE statements. I would appreciate feedback on these options raised. -GertD ...Show All

  • Software Development for Windows Vista TransactionScope fails

    Hi, I am using transactionScope and it is failing. I tried DTC Ping as was recommended in another post and it fails to. On the computer I try to ping: ++++++++++++Start Reverse Bind Test+++++++++++++ Received Bind call from DEVELOP Trying Reverse Bind to DEVELOP Error(0x2AFC) at nameping.cpp @62 -->gethostbyaddr -->11004(The requested name is valid, but no data of the requested type was founError(0x6BA) at ServerManager.cpp @453 -->RPC reverse BIND failed -->1722(The RPC server is unavailable.) Reverse Binding to DEVELOP Failed Session Down And on the computer doing the pinging: ++++++++++++Validating Remote Computer Name++++++++++++ Please refer to following log file for details: C:\dtcping\DEVELOP2916.log Invoking ...Show All

  • Visual C# How to batch download client directorys to win app then batch upload back to web?

    I need some suggestions of what is the best way to implement a way for a user that has an online directory and would like to take the files and subDirectorys with them in a disconnected enviroment. I have thought about this for a long time and am now to the point of modeling this part of the appication. And would like to hear some suggestions from someone who has done this before. I know how to get files from a website and to an app and so on. senerio: A user has a directory structure and needs to take the web view with them to a windows app in a disconnected enviroment.. User now needs to upload all of these files back to the web app Directory (Overwriting will be fine of old files and directorys if changes have been made) when rea ...Show All

  • SQL Server CTE in OLE DB Command Data Flow Transformation

    I am trying to use a CTE in an OLE DB Command data flow transformation object. However, when I enter the cte and corresponding query in the SqlCommand field of the OLE DB command editor dialog, I get a syntax error. Can CTE's be used data flow objects I have been able to use them in an Execute SQL Control Flow Item, but not in any data flow item. I was able to paste a query using a CTE inside of the OLE DB Command with no problem(just a quick copy and paste- no parameters invloved); then I think CTEs are not the problem. May be is the parameter mapping or something else. Could you post the query and the error so folks around here can get a better picture of the problem. ...Show All

  • Visual Studio Team System team project

    hi guys, I created lots of team project for testing on team foundation server. Now I want to delete some of them, how can i do that Where can i find all team projects that I have been created on the team foundation server. Thank you jiajia From a Visual Studio command prompt use TFSDeleteProject... Usage: TfsDeleteProject [/q] [/force] </server:<server name>> <team project name> Deletes the Team Project from Team Foundation. To use this command, you must be a member of either the Team Foundation Server Administrators group or a member of the Project Administrators group for the project you are deleting. Use this command with caution because after deleting the team project it cannot be recovered. ...Show All

  • .NET Development EventInfo help please...

    If I want to create an event method for an event and all I have is an EventInfo object. How will I know what arguments the event method will need. I've looked thru an EventInfo instance object and can't figure out where it shows what arguments will be required by the event's delegates. Thanks for help, Devin Figured it out thanks. But the types that are returned from the return type of the event invoke method is Void instead of void. So when I try to pass the name of the return type over to something it is "Void" instead of "void" and doesn't work. I guess it returns the type of the method return and not the keyword of the type of the method return. Is there a way to get the k ...Show All

  • Windows Forms Where are the Standard Items for ToolStrips and BindingNavigators ?

    If a toolStrip or bindingNavigator is put on a window form and Insert Standard Items option is used then several standard (typical) buttons and icons are inserted into the project. I wonder if it is possible to add more such a typical icons. From where are they taken For example, I found in my project, that a piece of code showed below includes the AddNewItem icon. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); Does exist somewhere a list of these Standard Items which can be used in such a way in toolstrip's and Navigators How it works Marek Zgadzaj James, Unfortunately there are no VS2005ImageLibrary in ...Show All

  • Visual C# How to store a password?

    I need to build a program that will require a password to open. This program will be something like storing other secret information. So now the problem is how to store the password that is required to open the program I can encrypt and store the password in a file and check if the password is set or not each time the program starts, and ask for the password if the password is set. But then if someone deletes or edits the password file, then I'll get into the problem of program not asking for the password or the password mismatch. So can anyone suggest me the better and secure way to store the master password required to open the program IS there any professional level solution to this I mean the method that is used by the commercial softw ...Show All

  • Visual Studio 2008 (Pre-release) Cannot set Name attribute value 'Tab1' on element 'MyTabItem'. 'MyTabItem' is under the scope ...

    Hello, I'm using WPF RC1 and I'm trying to create a set of custom control with template to skin the appearance of the TabControl. When I'm trying to use those controls in my application, I'm getting the following error: "MyPage.xaml(71,69): error MC3093: Cannot set Name attribute value '_Tab1' on element 'MyTabItem'. 'MyTabItem' is under the scope of element 'MyTabControl', which already had a name registered when it was defined in another scope. Line 71 Position 69." Here is a trimmed version of the application's page XAML. < DockPanel LastChildFill = " True " >   < rbn:MyTabControl DockPanel.Dock = " Top " >     < rbn:MyTabItem Header = " Tab1 " Name = "_ Tab1 " >   ...Show All

  • Windows Forms Customize Property Grid Appearance

    Does anyone know of a way to access the appearance elements of the Property Grid in VS2005 itself I am working on a custom control, and would like to edit the 'picture window borders', gridlines, cell borders, etc. for a more customized appearance during design time. Any help would be greatly appreciated. Thanks in advance. Jason ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Unified Input

    It's my biggest gripe about XNA and directx, there's no unified input...   I don't have a 360 controller hooked to my pc, not even sure if that is possible... is it Anyhow, since i took the whole unified input idea from Lynn T Harrison's book, i'll share it here in hopes that people can email me suggestions and feedback. The enum translations aren't finished yet and the InputManager is a singleton (i'm on a singleton kick lately don't know why), and obviously the gamepad implementation isn't finished.  Hopefully you can sortof see where i was headed with the 360 implementation...   wel here it is, i guess email me at jhered at yahoo com if you have suggestions.   Peter D. wrote: ...Show All

  • SQL Server Updatable Subscriber under Republisher

    Hello, There are 2 questions that I interested in: Q1: We are planning to scale out SQL Server 2005 with Transactional Replication and use the following topology: NodeA: Publisher NodeB: Publishing Subscriber of NodeA NodeC: Subscriber of NodeB If it is necessary to allow update on NodeC, is it possible to set NodeC as an updatable subscriber BOL states that Updatable Subscriptions do not support republishing data. But I'm not sure whether it is applicable to these case. Please advice. Q2: In SQL Server 2005 BOL, in claim that "Standard transactional replication assumes read-only Subscribers and is hierarchical in structure: typically a single Publisher publishes data to one or more Subscribers. Standard transactional replicat ...Show All

  • .NET Development Populate a DataSet by Hand (Strings)

    Hello Everyone, still working on my project ... But for that check my other threads that no one have answered yet. But I do beleive I have founded the key issue in my problem. I want to use a dataset do update/write, the writing part from a dataset to the XML file is the easy part i belive. Just do a ds.WriteXml. My problem is that i not really have figuerd out how a dataset really work, but after som reasarch i come to a the conlcussion that a dataset in som way have parts like tabels and rows. Could anyone show me a example were table by table, and row by row is built. Also when i row is used my thoughts go excel and each row is devided in coulums. Can i compare a dataset with a execel document. Would be a great gudie, have search but ha ...Show All

©2008 Software Development Network