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

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

Series80user

Member List

Rocky Raher
Ed Averett MSFT
MikeCB1975
Kris Taeleman
Ben Goodwyn
John Carter
CorySmith
chuchi
Waheed Iqbal
HamzaNet
sumathra
sdfsedfdsfsdf
hsa76
anametrix
toypaj
Steve B
batman900
ErickLopez
herriojr
Leonardo Blanco - MSFT
Only Title

Series80user's Q&A profile

  • Visual Studio Team System Assignment and delegation: Is teher any way to assign a WI to a Group?

    Hi, is there any way to assign a work item to a Group (Windows or VSTS). I read a post that said it is not possible to assign to more than one resource, but what about a Group Thanks a lot i guess there's no other way.. except.. creating a program that will get all the members in a particular project and assigned it to them one by one automatically... (but it will create different workitem id but all same contents.) ...Show All

  • Smart Device Development VS 2005 + CF2.0 - Invalid Warning when implementing Paint event

    Can anyone verify this strange warning for me   Create a new project in VS2005.  Use VB, Windows Mobile 5.0 PPC, and Device Application (CF2.0).  Then go into the empty code page for the default Form1, then create a handler for the Paint event.  Build the project and you'll get a warning... "An internal error occurred in PlatformVerificationTask. System.TypeLoadException: Illegal definition for runtime implemented delegate method....." It does not appear to happen with a CF1.0 app. Is anyone else getting this warning   Is this a bug Thanks The only other thing in the&nbs ...Show All

  • SQL Server Logon Failu unknown user name or bad password - using xp_cmdshell or bulk insert

    We had some SQL Server automated web routines that stopped working when some security patches were applied either to SQL Server 2000 or Windows Server 2000. The Web users would upload a file to a directory on the web server. Then a Stored Procedure would be executed that would do a bulk insert into our SQL Server table. The bulk insert now fails giving this error #1326: Logon Failure: unknown user name or bad password. It used to work flawlessly. The share that is the upload folder on the Web server allows proper permissions for access. I tried to see if I could copy the file first using the xp_cmdshell because the bulk insert works fine if ...Show All

  • SQL Server Value method of xml data type not deterministic, xml column not accessible in 'deleted' table

    I am presently taking my first, tremling and insecure steps in Sql Server as a whole - specifically Sql Server 2005. I am involved in a proposal for a huge data convserion project (banking) here in Denmark and presently trying to present small mockups to illustrate the potential of XML in general and specifically promote Sql Server 2005. I have studied tons of documents on msdn including 'XML best practices ...' and found them very helpful. Stumbling along I have come to a complete stop ion the following 2 issues: -------------------------- Issue 1. I the mockup I am doing now, I have cloned the scenario for promoting an xml property to a co ...Show All

  • Smart Device Development Deploying VC++ Application on PPC2003

    Hello guys, i have a VC++ application that i want to test on my PPC 2003 emulator, when i press on F5 to deploy the application, the emulator starts and the status of deployment is set to success but when it says the emulator is ready i have nothing on the screen , i dont even see the laoding cursor on the ppc 2003 emulator screen and VS2005 quits the debug mode can anyone help please thank you Hello, I assume the emulator boots up correctly i.e; you can see the home screen of Windows Mobile. Please try the following things 1. Go to Start->Settings->Running Programs and see if your program is in the running ...Show All

  • Visual C# ConfigurationManager not working ConfigurationSettings obsolete...

    When I use ConfigurationSettings, I get... Warning 1 'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings' When I use ConfigurationManager I get... Error 1 The type or namespace name 'ConfigurationManager' does not exist in the namespace 'System.Configuration' (are you missing an assembly reference ) I have the using System.Configuration reference in my file. What could I be doing wrong I'm using VS2005 Pro, WinXP. The most likely issue is that you ...Show All

  • Visual Basic Disable a warning

    Is there any way to disable a specific warning.  For example, in one of my classes are re-implement System.ICloneable.Clone.  After doing so I now get a warning that states, "'System.ICloneable.Clone' from 'implements System.ICloneable' is already implemented by the base class 'XXX'. Re-implementation of function assumed."  Is there any way to remove this warning from the Error List Thanks, Lance Declare the method in the base class that implements the interface overridable. In the derived class override the base class method. Don't implement the interface in the derived class. ...Show All

  • .NET Development ColumnChaning Event

    Hi All,    I have a problem with the ColumnChanging event: (VS 2005 BETA 2)    The ColumnChanging event seems to fire correctly for textbox controls, but for some reason, a databound combobox does not raise the event properly.  I tried scrolling up and down (keyboard) as well as choosing a specific item (mouse), but no luck yet.    To generate the event, I double-clicked the specific column in the Dataset Designer.  All the other textbox controls work as expected except for the combobox control.  Any help    Regards,       Giovanni ...Show All

  • Windows Forms windows form stops responding during non-infinite loop

    Hi,I have a windows form that sends out a monthly opt in newsletter email to all of our community members. The problem is that the list is large, and every time I run the program it sits there appearing to be frozen. I have to watch the program under task manager and watch its resources to see if its running, and checking the queue mail folder for emails. This obviously is not a great way to run the program.In my code I loop thru a sqldatareader with 10's of thousands of records, and when its done I update the windows form with the counts of emails sent etc. How can I stop this form from not responding Is there something I can put in the l ...Show All

  • Microsoft ISV Community Center Forums VBA in EXCEL - Connect to SQL Server

    I am a new programmer try to write some VBA codes in excel to get data out from the Sql server database. When I try to compile the codes, it said "compile error: user defined typed not defined" for the following sentences Dim dbsCurrent As Database Dim qdfPassThrough As QueryDef Dim qdfLocal As QueryDef Dim rstTopFive As Recordset Dim strMessage As String What I need to define for Database,recordset or QueryDef Please help!!! Ah.... I found an answer. I need to add the reference of DAO object library. But there is another problem....... sqlstring = "select * from customer" connstring = "OD ...Show All

  • Visual C++ How to Stop Windows from updating mouse position automatically

    I recently need a special mouse behavior. When mouse moves, the cursor should not act as the default windows behavior. For example, when moving mouse left, the cursor actually circles clockwise. The problem is that using SetCursorPos makes the mouse cursor flicking. It's because the default cursor position is different with the new position I set. I need the default windows cursor and cannot implement an owner-draw cursor using GDI or something else for some reasons. I'm not sure if it is possible to stop the windows cursor from updating automatically. Why you are wating for the mouse move messages They are created by windows and ...Show All

  • Visual Studio Team System Mechanism to see Work Item Queries actual SQl Statement

    Is there a mechanism to see Work Item Queries actual SQL statement without needing to do a witexport There's no mechanism to see the SQL statements corresponding to a work item query.  However, if you are referring to the WIQL (or Work Item Query Language) for a query, you can see this by doing a Save As... from VS on the query.  Save the query as a .WIQ file and open the file in notepad to see the XML with the embedded WIQL query.  To learn more about WIQL, download the VS 2005 SDK October edition from http://affiliate.vsipmembers.com/affiliate/downloadfiles.aspx  and view the Team System section. ...Show All

  • SQL Server Using national characters

    Alas, I live in Sweden where we are blessed with three extra wovels in our alphabet (aao). Some values I have in an XML document stored in the database contain Swedish. For example: <book>    <chapter>Aterbaringen</chapter>    <text>...</text> </book>   I want to perform XML tasks on this data in SSIS, so I use an Execute SQL Task (OLE DB with XML result set) with the following query to pull this document into a variable of type String: SELECT definition AS SystemDef FROM META_System_TB WHERE (system = ) FOR XML AUTO But since the data is stored as UTF-16 in the dat ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. My thread on call interrupt is missing

    Hi all I was asking a quering of how to handle the incomming call from my application/game that is, i want to pause the application/game state when a incoming call receives and want to resume after ending the call.Please let me know any one can help in this issue. Thanks and Regards Sinu.M I moved it to the Smart devices forum since you needed to know how to trap an incoming call. You should have got an email notification. here's the link http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=204886&SiteID=1 ...Show All

  • Visual Basic Execution of multiple sql statement in oracle

    hellor every one, I have multiple insert statements which should be executed in a single execution and i placed the sample insert statement here. How can i execute these statement in a single execution. Please help me. insert into r_symptom_master_tcs (RSM_CRT_DT,RSM_SYM_CD,RSM_CRT_UID,RSM_SYM_DESC) values('30-Sep-2005',1,'04509','Abdomen pain');\ insert into r_symptom_master_tcs (RSM_CRT_DT,RSM_SYM_CD,RSM_CRT_UID,RSM_SYM_DESC) values('30-Sep-2005',2,'04509','Abdominal bloating');\ insert into r_symptom_master_tcs (RSM_CRT_DT,RSM_SYM_CD,RSM_CRT_UID,RSM_SYM_DESC) values('30-Sep-2005',3,'04509','Abdominal cramps');\ insert into r_symptom_maste ...Show All

©2008 Software Development Network