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

Software Development Network >> Mark Dawson's Q&A profile

Mark Dawson

Member List

hazz
dgburton
DavidThi808
Pranav Garg
Quilnux
jzfredricks
careyr
FatjonSaja
Tryin2Bgood
Cem DEMiRKIR
Omar Fawzi
DD_Helmetman
wynfred
EvanescenceX
rgreene62
Jassim Rahma
heartly4u
rgalgon
Shmelly
danni123
Only Title

Mark Dawson's Q&A profile

  • .NET Development How to insert a New node into the XML Document - VB.Net

    Hi The below code inserting a new node to the xml document but the inserted node as follows < mark Type =" generic " xmlns =" " > testing1234566677777 </ mark > But I want the node one like below < mark Type =" generic " > testing1234566677777 </ mark > Please help --Code---------- Dim Path As XmlNode = doc.SelectSingleNode( "env:TalkMessage/env:Body/tax:envelope/tax:header" , nsmgr) Dim Dcurr As XmlElement = doc.CreateElement( "header" ) Dim CTmark As XmlElement = doc.CreateElement( "mark" ) Dim Type As XmlAttribute = doc.CreateAttribute( "Type" ) Type.Value = ...Show All

  • SQL Server Microsoft SQL Server 2005 Reporting Services Add-in for Microsoft SharePoint Technologies installation problem

    I have installed the add-ins from http://www.microsoft.com/downloads/details.aspx FamilyID=4E50BE6E-3F92-4552-A78C-B3BE1D94D5DA&displaylang=en#QuickInfoContainer and I found late that I have not fulfilled the requirements. When I decide to uninstall the add- ons , to my dismay I could not find the program in remove/add  program. And now I got the error msg and not know what to do: Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this spec ...Show All

  • SQL Server DefaultCodePage issue from Db2 source

    Hi everyone, We're stuck with this. We've got a Db2 source connection and when we try 'Preview' button appears the following error: TITLE: Microsoft Visual Studio ------------------------------ The component reported the following warnings: Warning at {420E9420-175B-4C2F-856A-EA5D51C23627} [OLE DB Source [1]]: Cannot retrieve the column code page info from the OLE DB provider. If the component supports the "DefaultCodePage" property, the code page from that property will be used. Change the value of the property if the current string code page values are incorrect. If the component does not support the property, the code page from the component's locale ID will be used. Choose OK if you want to continue ...Show All

  • Smart Device Development socket inactivity

    Hi Folks, I used Winsock to create SSL socket and it connect to the server via stunnel. my question is if there isn’t any activity on this socket, how does the OS treats this socket   does the OS close this socket after x time of inactivity   Is your question related to general socket implementation and behavior or is it something specific to sockets on Windows Mobile platform This forum is for smart device development only. Manav ...Show All

  • Visual C# Changing the text in the "Start bar" (The bar at the bottom) & C# Reference?

    Is there anyway to make the text in the Startbar (the bar usually at the bottom of your screen). (Also, is there a C# reference.) ~DtD (Sorry if this seems easy to do, I'm new to C#) I think you mean the title text of your window (which will also appear on the button in the taskbar that refers to your application). The title text of your form is the "Text" property. So you would write (from somewhere inside your form, like a button click event handler): this.Text = "abc"; ...Show All

  • .NET Development Overloaded WebMethod Errors

    I’m trying to overload some webmethods in a project I'm working on. [WebMethod (MessageName="Size")] public int Size(string username, string password, char delimiter, string bucket, string key) {} [WebMethod (MessageName="SizeArray")] public int[] Size(string username, string password, char delimiter, string bucket, string[] keys) { } Server Error in '/XXX' Application. Hi, you're not able to do this again (like in framework 1.1). To allow you to do this you can change [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] to [ WebServiceBinding (ConformsTo = WsiProfiles .None)] Delly http://dellendinho.blogspot.com ...Show All

  • Visual Studio Team System users can not save WI

    Hello, everyone One of users has created some work items, and his name appears in "Created by" field, I've excluded this user from any team group. Now, other workers want to edit his work items but they can not save them, they get the next error: TF20015: The field "Created By" contains a value that is not in the list of supported values. After I've added this user to Readers Group everything works well, but what if this man does not work anymore in company and his user does not exist anymore Can anyone explain how to resolve this problem Thank you One way would be to change the "Created By" Field. If your WI type says this fields has "Read-Only ...Show All

  • Visual Studio Tools for Office Problems performing the practice exercises in MSDN Article

    Hello, I am brand new to Visual Studio and request up front your understanding. In your reply please don't assume that I know anything or that I will be able to decipher anything but step by step instructions. I am interested learning to use Visual Studio to put together basic Word2007 Ribbon cusotmization. I have installed a fresh copy of Visual Studio 2005 and Visual Studio Tools for Office Second Edition. In MSDN article: http://msdn2.microsoft.com/en-us/library/aa338202.aspx On (printed page 19 of 28) there is a section titled "Using COM Add-Ins to Modify the Ribbon UI. In the section there are two exercises demostrating what I want to try to do. The first demonstrates using a Shared Add-In method. I can not com ...Show All

  • SQL Server want to turn this sql query into stored procedure.

    Hi ya, Here is the query: if (criteria == "All" ) { SqlDataSource1.SelectCommand = "select * from [tblproperty]" ; } else { SqlDataSource1.SelectCommand = "select * from [tblproperty] where " + item + "" + criteria.Trim() + "'" + txtSearch.Text.Trim() + "'" ; } } } Now the item contains any value from a combo box, the criteria would be having (All, =, <,>, like, <>) and txtsearch would be having the exact search field value. How can i transform it into a stored procedure so that I do not have to write 2 procedure plus i would be getting all the values back when the procedure executes Any ideas You have t ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. A VERY simple question. I'm obviously missing something -er- obvious

    Ok firstly, please forgive what MUST be a simple simple question... I've done the From DOS/BASIC->QBasic->VB3----->VB6 as well as some delphi, C, C++, lost of PHP a bit of ASP, some MySQL and some MSSQL, So I didn't think VS2005 would be a real problem (and after a month I'm starting to get my head around it), however, I devided to make a program to start learning somethign 3D-ish. Now I tend to prefer VB over VC as I'm more familiar with it (Yeah, I know Learn VC well is on my to do list) I started reading an article here: http://msdn.microsoft.com/coding4fun/gamedevelopment/beginning/default.aspx and am stuck on the first page. Having Downloaded the August DirectX redist, the August SDK and the October SDK, I can't work out how ...Show All

  • Software Development for Windows Vista Use Service to Run an Application

    Hello, We wrote a Service Program to run an application, which just shows an Form for displaying and then close the application. It works fine in XP SP2, but cannot show the Application under Vista. We tried to use "ShellExecute" method and "CreateProcess" method, but it still cannot work. I noticed that there are some people have familar problem like us. I am wondering that is there any soluation/method you can tell us. Hi Mathwew, I need to write a service which will be invoked by my application in windows vista. Could you please provide me an sample which would do this My contact email id is nkarunanidhi@ipass.com Thanks in Advance. ...Show All

  • SQL Server Passing Parameters to the ReportView

    Here is the problem. I have a report that accepts multiple parameters. Two of them are "hidden" from the user. I don't want them prompted for these values. I set up the parameters so that it says Hidden but I get the following message. The report parameter 'CustomerID' is read-only and cannot be modified. (rsReadOnlyReportParameter) Here is the source in my ASPX page: ReportParameter [] parameters = new ReportParameter [2]; parameters[0] = new ReportParameter ( "CustomerID" , CustomerID.ToString()); parameters[1] = new ReportParameter ( "UserID" , UserID.ToString()); parameters[0].Visible = false ; parameters[1].Visible = false ; rv.ServerReport.SetParameters(parameter ...Show All

  • SQL Server How To Update and Concatentate A string In MSSQL

    Hi all,I have a problem here where I am trying to use SQL Parameters to update a column in the database, but the problem is that I need to concatenate the same column to some Text from an Application This is the Code I Have, But it throws an exception UPDATE rdm_comments SET commentinfo = commentinfo + 'additional info' where commentid=2356 I get an Error stating that i cannot use the addition operator for a string. Help I think this will not update as expected because the Convert() function may truncate the TEXT field data if the value is larger than 8000 len. ...Show All

  • Visual C++ IA64 VC8 merge module download

    I'm trying to locate the following two merge modules for IA64: Microsoft_VC80_CRT_x64_ia64.msm and policy_8_0_Microsoft_VC80_CRT_x86_ia64.msm. Can anyone tell me where to get them I got the impression that I would get them with Visual Studio 2005 Professional. I installed it (English version onto a Windows XP system) but no luck. I've spent days looking for the silly things -- help, please! They should be only with VS8 Team. Pro only has the x64 compiler. They should also be with the Windows SDK too, since that has the IA64 compiler with it, but its a 1GB download. If you need the runtime but can't find the merge modules, the following link will give you the full release libraries for the CRT, MFC ...Show All

  • Visual Studio Can't debug remotely across domains

    I am attempting to debug a web app (2.0, 32 bit) running on x64 server. The machine with the source code is not on the same domain as the webserver. I created a local user account on both machines with the same username/password pair that matches my domain login of the source code machine. That user is a member of the administrators group. On the webserver, I launched the 32bit remote debugging monitor. On the code machine (XP-Pro), I attempt a remote debugging session to the webserver. In debugging monitor, I see that I get connected, but then an error is displayed on my code machine. Unable to connect to the Microsoft Visual Remote Debugginf Monitor named 'debug@machine' . The Microsoft Visual Remote Debugging Monitor on the remot ...Show All

©2008 Software Development Network