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

Software Development Network >> Tony Steele's Q&A profile

Tony Steele

Member List

gokce
Bob McD
Risky Business
Mike Marino
SMeddows
arifjameel
Ray_GTI-R
OGData
Derek0415
Gary King
sh2
mikey4865
Jerrel Baxter
Baryon
vintang
LucaTarrini
Kristin
Kenneth Kwok
Sachin Kalse
kennm
Only Title

Tony Steele's Q&A profile

  • Smart Device Development How to get emulator PPC 2003 SE work in .NET 2005 Beta 2??

    Hello... I hope someone will help me. My problem is as follows .. I create a new device application and try to run in in emulator.. the emulator starts just fine, but it won't connect to it! At all! The error is "Connection failed. Could not connect to network. Verify network configuration" What should I do Thx to every post... :) I solved the problem by installing the loopback adapter, and manually assigned the ip address in pocket pc, and than I restarted the ppc and save his state.. I tryed to ping the ppc from the command prompt when I connected to it again ,and it worked... 1. For installing the lo ...Show All

  • Microsoft ISV Community Center Forums VB in Excel Macros versus VB Express

    In working with Excel in Office 2003 I see that macros have the title "Microsoft Visual Basic" Which version of Visual Basic is this Also, is this Visual Basic a fully featured one more so than the Visual Basic Express 2005 edition that is available for download free I am asking because I am finding that the transfer from VBE 2005 to Visual Basic in Excel is not that straightforward. VB Express is for developing applications using Visual Basic.NET. VBA for office is version 6.3. I consider it to be a semi toned down version of Visual Basic 6 except VBA contains objects spe ...Show All

  • SQL Server Download database to local and use

    I have SQL database hosted by my ISP. Every now and again we log on and create new tables using user XXX1. After getting a backup of the database, I have restored it on my local machine. When running the application on local, I get an error because there is a new user in database called XXX1. I would like to change the user from XXX1 to dbo on my local machine for all tables, stored procedures and views. How do I do this easily Thanks in advance! Dave Hi, http://groups.google.de/group/microsoft.public.sqlserver.programming/browse_frm/thread/f1625d70fb765701 HTH, Jens Suessmeyer. --- http: ...Show All

  • SQL Server SQL Server Express 2005 vs. PHP 4.4.1

    Hi all, I've installed on my system(win2000 with all updates) SQL Server 2005 Express Edition, Apache 2, and PHP 4.4.1. The SQL Server seem's to work, I can run queries with Server Management Studio Express and with MSDE Query also. But I can't connect to the server with php, and I don't know why :( In php.ini I uncommented in the extensions section the line of Mssql. I've found in another topic, that another version of ntwdblib.dll would solve my problem, but I can't find a correct  one. I tried with the ntwdblib.dll of php5, but it isn't good. The code: [code] <html> <body> hello1 < echo "Hello"; ...Show All

  • Visual Studio 2008 (Pre-release) Client Requirements to run WCF service

    Other than the proxy, http, and a connection to the internet, what other requirements are there ON THE CLIENT to use this technology Thanks Kirk The framework and the WCF runtime. Thanks! Scott ...Show All

  • Windows Forms Creating a Data Library

    Hello, How do I call methods and use classes from a VB.Net class library project  I have a UI project and a seperate class library for CRUD processing on datasets. I am new to the platform and don't know how do what I need to do. I have added a project reference to UI project, but when I try to call the methods from the CRUD na ...Show All

  • .NET Development Dummy http url creating for running single web

    Hi, I want to create one web which will run under single original domain name( www.abc.com ) with serveral dummy domain name like www.pqr.com , www.xyz.com etc. It means I need to create false domain name by programatically in asp.net. Can you help me how it will be done. waitting for the perfect answer. ...Show All

  • Visual Studio Cannot Install Feb. Release

    I can't install february community release. It seems to erroring out when installing framework 2.0. When I look at error log, it says that framework 2.0 is already intalled. I went through all the places I could find a trace of it (registry and filesystem) and deleted all taht stuff, but still no luck. What place does the installer look at Thanks. Do you mean the uninstall instruction only work for Beta1, not for CTP build Have you tried the hack at http://blogs.msdn.com/hgao/archive/2005/04/15/408763.aspx after you tried the official uninstall steps for non-Express SKUs The hack may not alway work. T ...Show All

  • SQL Server Putting reusable code into SSIS components....

    If I have standard code for logging, event handling, error handling, etc...How to do you get the standard SSIS components to include this code... I would hate to have to add this standard code, each time I add a component to my package...especialy if I have to build hundreds of them... Thx in advance... RC You have a few options. The 2 worth considering are: 1) Write a custom log provider 2) Build your custom logging/error handling into eventhandlers. 2) is, I would say, easier. This demo may help: http://blogs.conchango.com/jamiethomson/archive/2005/06/11/1593.aspx Oh, and don't forget about the ...Show All

  • Visual Studio Team System how to used external smtp

    i want to use external smtp server. where i can set this with username and password There is a config file in the directory onf Team Foundation Server in which you have that info, but I don't have a TFS right here now so I can't tell you in this moment the name and path of the file ...Show All

  • SQL Server String to Date Conversions

    Having some trouble converting strings to dates. I am using a .dtsx package and have figured out how to use a derived column to convert the string to a new string which is a valid date. The problem is now converting the column data type to date. I insert a new data conversion step to convert the vchar field to date, then when it runs it fails on this step. Error is The conversion returned status value 2 and status text "The value could not be converted because of a potential loss of data." If I leave out the data conversion step and run the package, then manually change the data type to date it warns with the same message, but if I ac ...Show All

  • Windows Forms Visual Studio Installer and empty working dir in Desktop shortcut

    I try to deploy a VB6 app with Visual Studio Installer with a connected .chm file installed in the Apps dir. The user may choose another location than the default to install the application during the installation process and that works fine. The shortcut that is created on the desktop works allright but the chm file cannot be opened from within the vb application, since the field: working directory in the shortcut is empty. Can someone advise me how to handle that this field is filled with the same value as the dir where the app is created in. Thanks in advance, Dashbully ...Show All

  • SQL Server CTE Vs Temp Table in Yukon

    Hi All, I would like to know which gives better performance: CTE or Temporary Table Thanks, Suresh You cannot compare CTE and temporary table. They are different beasts. There are cases where you can break a complex query into simpler parts using temporary tables and get better performance. I am not sure how you used CTE in your query so it is hard to say. Note that CTEs also provide the capability to perform recursive queries in a declarative manner. And what are you measuring regarding the performance Is it the temporary table creation vs query using CTE returning rows If you are just measuring cr ...Show All

  • Windows Forms DataGridView Binding Problem

    Hey.i am new to vb programme. Now i am using VB.2005 which was the new version. However,something very strange. i have create a single SQL statement which only returns me the sum value of the table. I can preview the data successfully and i can bind this value into a label and testbox without any problem. However, i want to bind this value into the datagrid. I have tried severl ways it still doesn't like it..Can anyone help me and tell me how to bind a SQL statement which only return a single value to a datagridview You can design your a new Fill method in the designer. In your Solution Explorer, double-cli ...Show All

  • Windows Forms Index was outside the bounds of the array ?

    Hi, I know mostly this problem comes from my programming, but I 'd like to explain it, maybe some of you come with a solution or work around or any other idea to get rid of this ........thanks Pressing F3 on a column in grid1 loads grid2 in order to select a value from a lookup table which is bound to grid2. Then dbl click on row&nb ...Show All

©2008 Software Development Network