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

Software Development Network >> Eddie Hulme's Q&A profile

Eddie Hulme

Member List

Codeguy
Dan DeLaf
BW
Anil Kumar Dogra
xjimx
AndyPick
Redward
Obiora
the.cypher
VW 2005 Beta 2 - Inherits
Mr PoPoP
CYBURT
rioja
Braian
mkruluts
ManasBhardwaj
Randy Shoopman
Doddsy
jif01
TheCurse
Only Title

Eddie Hulme's Q&A profile

  • SQL Server Export to Acrobat

    We have a sub report in the main report and when the sub report does not retrieve any data and the report is exported to any format it is throwing the Reporting services error and when there is data in the sub report the report is properly appearing. This is happening only in 'no data' scenarios. Can any one please tell me why this is happening and some solution for this issue This font is really hard to read, so please choose a different one next time ;) Maybe you set the no-rows property of the subreport to something that throws the error.. Have you looked at the log files C:\Program ...Show All

  • Visual Studio 2008 (Pre-release) Property Initializers with generics - bug?

    Any reason why this shouldn't compile using System; class Test <T> { T _x; public T X { get { return _x; } set { _x = value ; } } } class Prog { static void Main() { Test < int > test = new Test < int >() { X = 3 }; // Test.cs(10,48): error CS0029: Cannot implicitly convert type 'int' to 'T' } } Joe ...Show All

  • Windows Forms Customizing StatusBar Control

    I am creating a custom StatusBar control which houses a ProgressBar control. How can I show all the properties of embedded ProgressBar control on design time  I want the property window of StatusBar control, shows all the properties of the progress bar.  In this case, the object you are working with is a standard ProgressBar.  The Propert ...Show All

  • Windows Forms Problem with designtime support for controls with collections

    Hi guys, I wanr to write a Control, which allows me to add Columns at designtime. Similar to the ListView Control. I have implemented 3 classes: VTraceColumn   (has Informations about the columns) VTraceColumnCollection  (this is the collection class) VTrace       (my control, which should show the columns) VTraceColumn   is inherited from Component and has&nbs ...Show All

  • .NET Development Entry Level Grad..IT Resume Questions

    I was wondering if any of you engineers could tell me if there is a problem with my resume..I have applied to about 80 positions but no call backs...I believe i have great programming and logic skills for an entry level position...so is there somthing i am presenting wrong...I only been out of college since may 8th and yes i am working as a DBA, thats a contract position..but i was wondering if anyone could give my any tips on whats SR level developers look for when hiring entry level developers Career Objective: To obtain a position that will allow for professional growth and development, and one that will utilize my strong communication ...Show All

  • Visual Studio Express Editions Int array conversion to string

    I have an integer array number[x] i need to convert the entire array of unknow length to a singal string. In the end i want to take all of the integers from the array and put them on one line and out put it to a text box. I have tried using encout->Text= number[x].ToString(); but that only out puts the last integer in the array, and i need all of them comeing out. Ok i am going to post some of my code to see if anyone can tell me why it is convertiing what should be a character to its integer equivilant. int y=0, z=0, w=0, u=0, place=0, tens=0, ones=0, i;         &nb ...Show All

  • Visual FoxPro Receipt Printer Problem

    Hi to All! I am using Epson Partial Cut receipt printer for our POS system. my problem is that the printer will eject or automatically cut the paper when the lenght of the paper riches 11 inch from the start of printing. the result is ok if the customer will buy only a few items, but when the customer buy plenty of items the problem start on, the receipt is cut every 11 inch of lenght.i already select the paper for Receipt when i design the frx however the same problem arise. How to prevent the printer not to eject or cut the paper when it riches 11 inch size or How to continue printing in receipt printer until the end of record T ...Show All

  • Visual Studio Team System Calling Webtest1 in Webtest2.

    All, I would like to know the possibility of calling one webtest in another. i.e calling webtest2 from webtest1. I am aware of we run one after the other from testManager by selecting these webtest, but in this case i really want to call one webtest inside another. Thanks See this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=191144&SiteID=1 ...Show All

  • SQL Server SSIS ODBC Source Component

    I need to create an ODBC source script component that outputs into SQL Server. When I debug I get the following error message: Error at Data Flow Task [Script Component [1]]: System.InvalidCastException: Unable to cast object of type 'System.Data.Odbc.OdbcConnection' to type 'System.Data.SqlClient.SqlConnection'. at Microsoft.SqlServer.Dts.Pipeline.ScriptComponentHost.HandleUserException(Exception e) at Microsoft.SqlServer.Dts.Pipeline.ScriptComponentHost.AcquireConnections(Object transaction) at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostAcquireConnections(IDTSManagedComponentWrapper90 wrapper, Object transaction)Err ...Show All

  • Visual Studio Team System cannot create a new team project

    Hello. I installed TFS successfully into single machine and could connect to TFS using TFSSETUP account. But once I tried to create a new team project, I got an error message. "Project creation failed with error: "Initialization failed for plugin(s): 'Microsoft.Pcw.wss'"" The TFSSETUP account is a member of Administrators group and Namespace Administrator(ADAM). My environment is below. - Windows Server 2003 with SP1 - IIS 6.0 - SQL Server 2005 April Ctp - Windows SharePoint Service 2.0 - Team Foundation Server Log messages are atacched. Please help me. ---------------------- 05/02/2005 11:41:10.437 | Module: ELeadServiceMediator | ...Show All

  • SQL Server Return Excel Worksheet Name

    Currently my package contains an Excel Source with a contraint to a SQL Table.  The Excel Connection Manager currently has an expression attached to it which allows it to read the variable value and this in turn loads the correct file.  This all works fine. The problem I am having is that if the Worksheet name is different to what was previously set a error is thrown. Is there anyway in SSIS I can retrieve the name of the excel worksheet and pass it into a variable to be used. Thanks Kismet123 Hi everybody, i have a similar problem: i have to import only the last sheet from an excel file with mu ...Show All

  • .NET Development Remoting Singletons vs True Singletons

    We have a remoting service which provides singleton access to a collection of remote objects. These objects also need to be able to interact with each other and must be singletons in both the internal and the remote case. The issue we're having is that this leads to two instances of the object being created - one through the remote interface and another for internal calls. Is there a way to force the remoting service to use the instances already defined on the objects, or do we have to have each class in the same assembly remoting to each other in order to ensure there's only one instance You can remote the ...Show All

  • Smart Device Development Upgrading to July CTP from June CTP Visual Studio

    Any assistance on latest Visual Studio July CTP would be beneficial. I am currently using June CTP Visual Studio and developed a Pocket PC 2003 application. Is the July CTP .NET compact framework upgraded or same version as June CTP What CTP / Beta version of SQL Server 2005 and SQL Mobile Server 2005 is the July Visual Studio CTP compatible with What version of the .Net Framework is July CTP Visual Studio using as there seems to be version issues between different releases of Visual Studio 2005 and SQL Server 2005. Upgrading to July CTP Do I have uninstall or just an upgrade process in place Any recommendations / advise required. Any ju ...Show All

  • Windows Forms list boxes more HELP needed.

    I need a way of making list boxes center the values displayed within the list.  I also need to find a way of making them unselectable without setting enabled to false or SelectionMode to None because the form won't load the way I tryed doing it if you know of another way please help me. Okay, the more that I participate  ...Show All

  • Visual Studio Team System Rename VSTS Project

    I saw another thread where you could not rename a version control folder at the root level, but, have not seen anything about renaming a VSTS project that would also rename the top level directory...any cool command line utilities to do this...I don't want to rebuild my VSTS project... I'm not sure I follow. Let's say you have c:\myworkspace\TeamProject mapped to $/TeamProject. You might be able to rename c:\workspace\TeamProject on disk using Windows Explorer or some other filesystem utility, but all you'll do is confuse TFS. Our command-line tools will stop you from performing this rename. ...Show All

©2008 Software Development Network