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

Software Development Network >> Anthony Lombardo's Q&A profile

Anthony Lombardo

Member List

lasseman
Bliszek
PDACSKIVE
Bob Lyden
Antonis
NuclearNed
Julien Bonnier
rocky_don
Edgar
richardfc
Ganapathy
vamsib
Thomas Moore
ThomasJaeger
Nicolas D
ctg_demo
KiriTheKid
Anthony Giambalvo
firthr
drizzed
Only Title

Anthony Lombardo's Q&A profile

  • Visual Studio Accessing the XSD Designer....

    How do I a reference to the IDesignerHost for the xsd designer Jack Stephenson Hi Jack, See if this does the trick with XSD designers: HOWTO: Getting IDesignerHost and IHTMLDocument of WebForms from a Visual Studio .NET add-in http://www.mztools.com/articles/2005/MZ004.htm ...Show All

  • SQL Server Migrating RS

    I have installed RS 2005 on a new box and want to restore my present RS 2000 ReportServer db.  The restore seemed to work, but when I try to bring up the service, I get this error: The report server cannot open a connection to the report server database. So then I tried using the Configuration Tool to upgrade I then get this - System.Data.SqlClient.SqlException: Column names in each table must be unique. Column name 'Version' in table 'dbo.ChunkData' is specified more than once.    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)    at System.Data.SqlClient.SqlI ...Show All

  • .NET Development How to do a programmatic update of table

    Assume a table called Test with three columns and n rows: ID integer identity primary key UpperLimit integer V1 integer Test is part of a SQL Server 2000 database on a server.   I want to read and update the table using the following algorithm   for i = 0 to n-2     test(i).V1 = (test(i).UpperLimit + test(i+1).UpperLimit) / 2 next test(n-1).V1 = (test(0).UpperLimit + test(n-1).UpperLimit) / 2   How would I do this in a .NET 2 web site or VB application.  It would be OK, but not necessary to use a datagrid to display the results.  The main thing is just to read the table, modify each row ...Show All

  • Visual Basic Blair Allen Stark

    Here is the problem I am working on. It asks me to use the method CalculateCharges, but I don't fully understand how to do this or how it works. I would be grateful for any input. Lab Problem III A parking garage charges a $2.00 minimum fee to park for up to three hours. The garage charges an additional $0.50 per hour for each hour or part thereof in excess of three hours. The maximum charge for any given 24-hour period is $10.00. Assume that no car parks for longer than 24 hours at a time. Develop a console program that calculate and displays the charges for each customer who parked a car in this garage yesterday. ...Show All

  • Visual Studio Team System TF10216: Team Foundation services are currently unavailable

    I finished the TFS install, with a lot of problems. I can connect to the server, however, if I go to "Team Foundation Server Settings | Security" I receive the following errors: Failed to query the source control global permissions for [SERVER]\Service Accounts Team Foundation Server foundation does not exist or is not accessible at this time. Technical information (for administrator) HTTP code 503: TF30059: Fatal error while initializing web service I also get error TF30177: Team Project Creation Failed when attempting to create a new project. ------------ Event Type: Error Event Source: TFS Version Control Event C ...Show All

  • Windows Forms PictureBox GotFocus/Enter events

    I have a Picturebox and TextBox on a usercontrol.  I want to draw a border around the the usercontrol when the usercontrol (or anything else in it) is selected.  I have a sub that draws the border around the control.  The sub is called from the Enter event of the UserControl and the TextControl.  However, when I try to do the same thing with the PictureBox, I don't see an Enter event listed for the PictureBox (strange as it is inherited from control) and while the GetFocus event is available, it does not seem to fire.  Do I have to enable the focus events in the PictureBox somehow   The PictureBox is already set ...Show All

  • Visual FoxPro 2 more questions (VFP8)

    (1) I've made and deployed a simple app. with its own helpfile, but when deployed, nothing happens when I press F1. (It is not, that the app cannot locate the helpfile. If I rename it, I get an error when starting the program.). Any suggestions (2) The other problem is, that about one in every 4 times I close the program, the process keeps hanging and thus locking my datafiles. (When I kill the process, the datafiles are corrupted, when I start the app again). Any suggestions The PACK command only works if you open the table exclsuively. Could it be that there's an error on this line and the error handler a ...Show All

  • Visual C# link one form's controls to modify the main form

    How do you link one form (say an OptionsDialog) to modify the Main Form i.e. Choose options in the OptionsDialog and make them modify the Main Form Like a settings dialog... you create separate form and call it. then check it's settings and modify main form accordingly using(SettingsForm frm = new SettingsForm()) { if(frm.ShowDialog() == DialogResult.OK) { //change title for instance this.Text = frm.MainFormTitle; //etc.... } } hope this helps ...Show All

  • Visual Studio 2008 (Pre-release) The SDK installation allways fails

    Did anyone find a successful setup of the SDK It allways failes. All I need is the svcutil.exe I need help The download site for the Windows SDK is here . The page contains a link to a CRC utility that lets you verify that your download went OK and the file wasn't corrupted. If you're getting errors installing, let us know exactly what they are. One problem I'm familiar with is installing the SDK from a network share - try copying it locally first. It seems the FxCop installation is a bit touchy about being installed from the network. ...Show All

  • .NET Development datagrid related

    Hello all, Plz help to rectify my code, its urgent public class Form1 ///// class 1 { form2.getProjectedtable(); } public class Form2 //// class 2 { getProjectedtable() { -------------- display a table in datagrid ---- } Public class Form3 //// class 3 { writing query like select * from table where abc>100 retrieves a row no result taken passed to form2 to highlight the row } datagrid is displayed when I call from class 1 now datagrid is open . simultaneously, when I am trying to highlight a row in data ...Show All

  • Windows Forms Discussion Board

    Can anyone help me  to create Windows form disscussion board in C# It is certainly possible to create a discussion board using C# and Windows Forms.  However this question is too broad to be answered here. If you have a specific question regarding Windows Forms, feel free to post it in the Windows Forms General Forum. Thanks, ...Show All

  • .NET Development Connection Pool Error

    Hi Everyone! I'm having a problem with my ADO.NET Connection When runing this code about a 100 time the connection pool raise a error Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. Here what my code look like. Dim dr As SqlClient . SqlDataReader Dim conn As New SqlClient . SqlConnection ( gcAccessBD . ConnectionString ) Dim cmd As New SqlClient . SqlCommand ("SELECT * FROM tblDomainValue WHERE IdDomaine = " & FmtObjSQL ( pDomainType ) & &qu ...Show All

  • Visual FoxPro cryptography failure

    I use _cryptapi class of the _CRYPT class library to encrypt limited amount of information: ids and passwords. They are in a table and the table feeds treeview items on demand. Before appearing in treeview the field values are automatically decrypted. Everything has been working fine until I noticed a problem yesterday. I have done most of development on C: drive but recently began moving the whole project to a G: drive since I set a new OS up on that partition. It is a bootable partition. If the encryption done on C: partition it can only be decrypted on that same partition. On partition G: everything is garbled. If I encrypted an item o ...Show All

  • Visual Studio Team System How do I install Team Explorer?

    I've successfully installed VS 2005 Suite (Trial) and SQL Server 2005 standard edition, tried it both on Win 2000 SP4 and Win XP. Then I'm trying to install Team Explorer, an error dialog is displayed: """ Thank you for participating in the Beta program. You must uninstall all pre release products in a specific order before you can continue with the setup. .... these pre-installed products include, but are not limitied to the following: - MS SQL Server 2005 Express - MS SQL Server 2005 Tools Express Edition - ... - MS VS 2005 2005 Team Suite - ENU - ... """ So, before I installed VS 2005 i ran the unistall program to remove my prev ...Show All

  • Windows Live Developer Forums How to communicate song information to msn ?

    Hi Everyone, I have to write a plugin for a media player and a desired option is to show the current song playing on MSN as a comment, like WMP does, so my question is how can I communicate the song information to msn Thanks in advance, Guima please see this post Please refer to How to get Messenger Technical Support http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=368260&SiteID=1 ...Show All

©2008 Software Development Network