Software Development Network Logo
  • Game Technologies
  • Architecture
  • VS Express Editions
  • Windows Vista
  • Windows Live
  • Visual Studio
  • SQL Server
  • .NET Development
  • Visual FoxPro
  • Visual C#
  • Visual J#
  • VS Team System
  • Visual C++
  • Visual Basic
  • Windows Forms

Software Development Network >> Roger England's Q&A profile

Roger England

Member List

jtdavies
Jan Alexander1
figuerres
freaky roach
Gops Dwarak
denszon
HelloHello
smh_poole
bell.joshua
Mohican
Ashishbuddha
JimGries
Andrew Babiec
Paulg742
GP.Software
Kaloyan Georgiev
David Mann [MVP]
Kavi
marpe
Vivek Puranik
Only Title

Roger England's Q&A profile

  • SQL Server What is required to use SqlDataSourceEnumerator

    Hi I am developing a system using .NET 2.0 (VB) and MSDE 2000 If I have a client version that want to see all the servers on the Network I am using SqlDataSourceEnumerator. GetDataSources() to get available servers on the Network O.K What is actually required to run this Function I mean that : if the client has no MSDE installed - Just ONLY my Application - this function can be performed successfully on this client Ma ...Show All

  • Visual C# Probleme whith WebPartmanager

    i try to use an WebPartmanager in my aplpication but when i excute i have this error [SqlException (0x80131904): An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)] System.Data.SqlClie ...Show All

  • Visual Studio Team System Changing Drop Location in team build

    Hi, We have developers at two different sites.   Is it possible to have a single team build type that we can run on build machines at each site using a drop location local to the site Dean Yes, you are right.  In Beta 3 we were redundantly passing the DropLocation. We fixed this sometime after Beta 3 and since I tried on my dev box which has latest build installed, it worked.  Sorry about it ...Show All

  • Visual Studio Add-In Wizard problem in VS 2005 Beta 2

    Hi,   I'm trying to build an Add-in with the VS 2005 Beta 2 wizard. After completing the wizard and pressing F5, I can see the Add-in in the "Tools - Add-in Manager". The Add-in itself, however, is not shown in the Tools menu.   While running in Debug mode, the line : Command command = commands.AddNamedCommand2(addInInstance, "MyAddin4" , "MyAddin4" , "Executes the command for MyAddin4" , true , 59, ref contextGUIDS, ( in ...Show All

  • Windows Forms Checkbox always returns false

    I creadted a windows application that has several checkboxes on the main form. When this application is run as a windows app it works fine. When the application is compiled to a class library for external applications to call the check boxes always return the checked value as false weather they have been checked or not. The application fires the CheckedChanged event but the value of checked is always false. How do I get the checkboxes to return ...Show All

  • Visual Studio Team System OverflowException when analyzing performance data

    I'm running the RTM version of VSTS on a dual-core AMD64 processor and XP SP2. I'm attempting to profile an application I'm working on, and I've made great strides in improving performance using the VSTS SD profiler. However, lately, I've been seeing a message box that says, "Value is either too large or too small for an Int64" whenever I attempt to open the results of an instrumented run. The problem goes away if I reduce my scenar ...Show All

  • Windows Search Technologies Outlook 2007 Beta 2 and EntryID Futures?

    there is also a problem when you try to install the WDS with the office 2007 during the installation at the end you get a error saying Access Denied and the installation fails. is microsoft aware of this problem James Hi csdcomp, This is a known issue with the beta. The good news is that there is a workaround available. Please use the workaround only if you are comfortable modifying your regist ...Show All

  • Visual Studio Team System Microsoft Partner Program License Benefits FAQ

    The Partner team has provided me with the following FAQ, which I'd like to share with all of you in the hopes that it answers many of your questions. Thanks, Ajay 12/8/05 - I've updated the FAQ with a new version that I received from the partner team. This information will be making its way to the partner Web site as well. Eligible partners are scheduled to have access to Team Edition for Software Developers on 12/16. In the meantime, the Tea ...Show All

  • Visual C# Current Form/Make form's size unchangable

    How would I make a form, the "current form". What I mean is that when you have more than one window open, one of them is the current, and the other ones are behind it.  Also, how can I have it so that a form's size can't be changed Do you mean you want to show a form and not be able to use the other forms Instead of: Form2 frm = new Form2(); frm.Show(); Use: frm.ShowDialog(); And to stop ...Show All

  • SQL Server Full Text "And Not" Fails

    I have set up a simple "ProdTest1" table with 3 columns: ID (int) which is an Identity column and indexed, Name (nvarchar 45), and Description (nvarchar 2000).  I have then entered a single row with the following data: ID: 1 Name: Purple Black Blue Description: Black Blue I have then set up a Full-Text index based on the Name and Description columns. When I execute the following query that row is returned in the query results: select * fr ...Show All

  • .NET Development DataGrid to Datagrid Question

    Hi, I have a table customer order, and a table invoice, my target is have a datagrid on the top which show the customer order. So when I create a new invoice may not include all the items in customer order. If there any suggestion that when I click the row on the customerorderDatagrid, the row can be copied to another InvoiceDatagrid Many Thanks ...Show All

  • Visual C# An interesting and challenging application

    hi i want to do this, i want to make a web application which is capable of downloading a page at client side make some changes and then return the changed page to the same server. Now when the same page is accessed for the next time, it should reflect the newer change......... Is this possible................ sorry mr. David N. You had to apologize... I know that doing such is against the rules of ethics... I am not going to implement suc ...Show All

  • Smart Device Development Export C++ class and use in .NET C#

    Hi all, I have a serious issue that relates to eVC++4.0 and C#. I have a class that I want to export using eVC++ 4.0 code and use it in C# later on. How to do it e.g #ifdef MYCLASS_EXPORT #define EXP_CLASS __declspec(dllexport) #else #define EXP_CLASS __declspec(dllimport) #endif class EXP_CLASS Test { public: Test(); ~Test(); int DefaultNum(); }; Question is how to ...Show All

  • Visual Basic Winsock Question....

    I have to build a VB 6 program that (i'm guessing) sits on a server and "listens" for messages coming in on a particular port that are in an ISO format.  I have a pretty strong VB background, but have never done any programming on this level.  I'm looking for any input on what my best angle would be to handle this.  My problem is that I have no idea where to send the information back.  In looking at Winsock documentation, it ...Show All

  • Visual Studio Team System VisualStudio does not see multiple test classes defined in same file

    This may be a known issue. A quick search did not find anything, so I'm posting it here. I added two unit test classes to the same *.vb file. If you do so, the tests are not listed in the View Tests in Visual Studio. If you break the two classes out into separate files, they are listed properly. I do not normally put more than one class into the same unit test file and it is not a big deal. I didn't find anything in the documentation, however ...Show All

©2008 Software Development Network

powered by phorum