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

Software Development Network >> Ultrawhack's Q&A profile

Ultrawhack

Member List

Prabu.
BluePain
su45937
Johan Sörlin
Nelson Chang
Aaron Silverwatch
ForEverLearning
AlexBB
amitshah003
espirit
SuperFox
goku_simon
JJ77
Alessandro Camargo
Lenine
Ying06
Beast Forever
humbroll
JohnCP
Rajy Rawther
Only Title

Ultrawhack's Q&A profile

  • SQL Server SQL Server on a subset of processors

    Can I install SQL Server on a machine and use less than the # of processor on the machine. In a UNIX world, I'd call it LPARing with Oracle and AIX, and they only let me do this with Enterprise Edition. With Windows, I think the only way is using virtual machines and attaching processors to them Do any vendors offering LPARing Can I take any edition of SQL Server and subcapacity price so that I only pay for the processors I'm using What about SS Express It only scheds to a single core - so could I put that on a larger machine Thanks! So I get the I have to disable the processor. What I'm missing is that everyone keeps says check with licensing partner etc. That's what I'm trying to under ...Show All

  • Smart Device Development Problems connecting to GPRS with Pocket PC(hp ipaq) C#..

    Hi Folks, Does anyone know how to connect to and send messages or small files(xml) via GPRS using a pocket pc application(C#). I am trying to develop a pocket pc application...that could perform this operation. I have tried and successfully created and used a web service and a simple pocketpc app that connects to the service and get some info...and it works. I have install the OpenNETCF framework and I am trying to connect...but no success. Again, can anyone assist me with my problem above OK, But when i use the openNETCF.Connect() method and I check the connection status (). if (connectionMgr.Status == ConnectionStatus.Connected) { this .label2.Text= ConnectionStatus.Connected.To ...Show All

  • Visual Studio Team System Using Visual Studio 2005 Source Control

    Hi, Can i use only the New Visual Studio Source control without the other components of team system. I would like to use the new source control for my application which is in dot net 1.1 regards rajesh The TFS Source Control SDK (aka "object model") requires .NET 2.0, so you cannot code directly to that API from a .NET 1.1 application. As Richard Berg pointed out you can install the TFS MSSCCI provider and have your application utilize the MSSCCI interface to communicate with the TFS server. --Ben Ryan ...Show All

  • SQL Server Using a server alias in connection mgr

    Hi, In DTS 2000 when you created a connection you could use a server alias (as created in the network client utility) as the servername. When I try to use a server alias in connection mgr(I am using Native Client) it fails to connect with the standard error: "Test connection failed because of an error in initializing provider. Login timeout expired. etc etc... Has anyone had success using a server alias (Yes i set up the alias using sql configuration mgr) The problem I am trying to solve is I have dev/test/production environments that I want to move this package to and I don't want to have to change any server name properties within the package when moving to the different environments. Thanks ...Show All

  • SQL Server XML Bulk Load XSD and Identity column problem

    Hi an application I have inherited uses SQL Xml Bulk load to load in Product Data to a database. In this database is a ProductDescription Table which currently has two columns, ProductID (int(4), allow nulls) and DescriptionPhraseID(nvarchar(10), allow nulls). I would like to add an indentity integer(4) column to this table - ProductDescriptionRowId for the purposes of sorting however if I add this to the Table my bulk load fails with a COMException error. I then have to remove the column, run the bulk load and then add the ProductDescriptionRowId Column again How can I modify the XSD file - copy is pasted below, to allow this extra column to be accepted Or is there something else I need to do Can anyone help please And ...Show All

  • Visual C++ DateTimePicker Control : How to set back color?

    Hi,   I'm using C++/CLI 2005.  I'm trying to customize a " DateTimePicker " control by changing it's background color.    For the calendar part, no problemo.  I've just set the " CalendarMonthBackground " property to the desired color and it worked like a charm.   Now I had to soon realize that my "input" part of the control, if I can call it this way, still have that same white background color.  I've tried to use the " BackColor " property but it had no effect at all.  Still stuck with that same "white" background...    How can I change it   Any clue Thanks in advance, Stephane Have you seen remark from ...Show All

  • Smart Device Development Pocket PC help

    Hello, I am newbie. I want to listen and perform certain action. When light pen touches the screen of Pocket PC 2005 which API i use to detect that light pen touch the screen.I want to create the simple application like, messagebox will display (contain co-ordinate of the screen ) when i click on screen. I am using C++ for development purpose. Pocket PC 2005. Any event listening or API for that Thanks, -Salman Hi, Any taps on the screen send the WM_LBUTTONDOWN message that gets handled by OnLButtonDown in the CWnd class. You may like to see the declaration of ON_WM_LBUTTONDOWN macro that maps the message to this method. Hope this helps. Thanks ...Show All

  • Architecture WS Security interoperability between Java and .NET web services(Urgent)

    In one of the projects that we are executing, we are facing issues in WS Security interoperability between Java and .NET web services. I will describe the problem below and would like to know if any of you have faced any similar issues before and the way to go forward. Problem Statement We are building web services enabled with x509 certificates in .NET platform. This web service needs to interact with an external web service built in Java platform through secured channel (https). While doing POC we found that .NET WS is not able to validate the SOAP request signed by the Java client. We are using .Net 2005 and WSE 3.0 and Java client is built using Tomcat and Axis 1.3. The exact nature of the problem faced by us is as ...Show All

  • Community Chat Task buttons hidden (disappear) in Toolbar

    Hi there, Please help!! Recently, I hit the problem is the Task button hidden (disappear) in Toolbar, I open over 8 tasks but no task buttons shown inside the Toolbar, I just can use Alt+Tab hot key to change active windows. Thx you guys Sue is my windows XP SP2 all active task buttons are hidden. (any software should be the whole system Windows XP have some ... I dont know what's problem) ...Show All

  • Visual Studio Express Editions Making a working form out of Visual Basic Express

    Hi, I was wondering if there was someone who knows how to make a simple application using the checkboxes in Visual Basic Express what is the code to store the info on those and what is the codes to go with two buttons, one to clear the info / cancel and the other to send the checkbox marking info in an automatic text email. I just got through with lesson 2: Getting Started: Beginners Guide to Visual Basic Express. Thanks! Create a new Windows application project a form is automatically added drag and drop the controls you want on the form., say, a couple of checkboxes and a couple of buttons. Double click on a button, we will be making this one a "clear" button. Double clicking it will make a click event. ...Show All

  • .NET Development Problem retrieving Serialized Data

    Actually, I'm serializing a Class (marked with [Serializable()] attribute) with a BinaryFormatter, but the problem is, when the thread that serializes the object is disposed I can not retrieve the Serialized data !! ... But right after Serialization I can simply retrieve the serialized graph !! ... And even when the program is disposed and spawned again, In case of calling BinaryFormatter.Deserialize(stream serializationStream) I'll get an instance of the serialized object but all of the properties are nulled !! ... I'm sure that I'm missing something ... !! Here's the Implantation of the BinaryFormatter : public static System.Runtime.Serialization.Formatters.Binary. BinaryFormatter bf = new System.Runtime.Serializati ...Show All

  • Smart Device Development where and how to start off to get your home automated

     where and how to start off to get your home automated where and how to start off to get your home automated Requirements: prices and locaton a device to control more than 20 devices on a single storey apartment centralised touch screen(preferbably) and remote control most importantly to be compatible to use in singapore. This forum is smart device development related. Since your question is not related to smart device development, it's off topic here. If you’re having a hardware issue, please contact hardware manufacturer or reseller. If you having an issue with 3rd party software, please contact respective software manufacturer or reseller. Otherwise please post to relevant forum or ne ...Show All

  • Windows Live Developer Forums Robot Invaders Contest Winners

    It's time to annouce the winners for the Robot Invaders contest. The contest ran from May 15th to September 15th and in the end 53 Messenger bots were accepted as valid entries in the contest ( per the how to compete guidelines ). Each entry to the contest was judge by three judges separately using the Judging Criteria outlined on the How to Compete page and then the judges scores were averaged. There were a lot of great robot's submitted but here's the winners: Title Prize LiveBot Grand Mother Nature 1st Spleak 2nd Mobile Record bot 2nd Virtual Secretary 2nd Dr Phile Knowledge 2nd Comtec Travel Bot 2nd Search Bunny 3rd ...Show All

  • Visual Studio Team System i am connected to tfs server. how do I get a project called project1 from tfs server to my computer

    The purpose is to work on it then upload the changes back to the server. But am stuck just in getting the tfs project to my machine. I ve never done it. Thanks for guidelines. You can click on "Tools"/"Connect to team foundation server" to select the server and to show team explorer. There will also be Team main menu. The help documents can walk you through further. ...Show All

  • SQL Server Ignore conversion error

    I have a table that has a date column formatted as char(6), MMDDYY.  The dates need to be converted to datetime.  I use the following command: UPDATE  Table1 SET  CorrectedDate = CONVERT(datetime, SUBSTRING(Date, 5, 2) + SUBSTRING(Date, 1, 2) + SUBSTRING(Date, 3, 2), 1) That works until it hits a date formatted incorrectly.  The date could have blank spaces, double zeros or an invalid month/day/year (e.g. 033986).  The command stops with a conversion error and no values are written to the CorrectedDate fields. Is there a way to have the command skip the invalid dates and continue to write the datetime conversion for the dates that are formatted correctly Edit: Forgot to mention this is on ...Show All

©2008 Software Development Network