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

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

UtterMan

Member List

Uggywuggy
amazingsunday
allpdoff
Sonic1981
pepellini
MGillanders
friendz
Jarodtweiss
Boise83716
Lisset
Kalcy
Artie Sluka
pyeung
LSS
Visual Basic Expert
bobby_macnair
BIG S
AdriaanDavel
aspatz
shibin
Only Title

UtterMan's Q&A profile

  • Visual Studio 2008 (Pre-release) Which WSDL style to use in WCF?

    Hello I have a question regarding which style of WSDL to use in WCF. I believe the default is document/literal. Is it correct Is document/literal wrapped also supported How can I specify which style to use when programming Thanks for your help. Document/literal is the default and preferred way. By default messages are wrapped, but if you want to turn wrapping off you have to use a message contract, like this for example: [ ServiceContract (Name = "EventsServiceContract" , Namespace = "http://www.thatindigogirl.com/2006/07/Samples" , Session = true )] public interface IEventsService { [ OperationContract ] SaveEventResponse SaveEvent( SaveEventRequest message); [ OperationC ...Show All

  • Visual Basic i want to open a url in a browser and i want to move cursor all over the brower???

    hiii kindly help me, my problem is.. I want to open a url in a browser and I want to place my mouse cursor anywhere I want in the browser window and perform the mouse pressdown operation programatically.. Plesa tell me, how to do it, what I have to read. Kindly give me some detailed information since I'm beginner to Visual Basic. If possible give me some code. P.S -- i prefer to do it in visual basic. any help is welcome. Eswar ya ,it sounds like that only, but why i'm here is a for SMALL SAMPLE CODE to start ,clearing my doubts and i'm afraid if i stuck in reading something else otherthan what i need. just think it as a beginner i'm here for clearing my doubts from experianced people rather than reading ...Show All

  • SQL Server Unable to connect to SQL server database

    I recently installed VS2005 Prof edition and SQLExpress 2005 and have been teaching myself C# using the book Microsoft Visual C# 2005 step by step. I have done all the examples including the examples on databases without problems up to chap 27 which is trying to demonstrate adding security to a web site using the ASP.NET Web Site Administration tool. After opening the tool and clicking on "security" the error message appears. Unable to connect to SQL server database As I understand it a database provider AspNetSqlProvider is supposed to create a database called ASPNET.MDF in the App_Data folder of the web site. Needless to say nothing is produced. I have read various posts and done the following without success. ...Show All

  • Audio and Video Development How to develop iHD aplication using VS2005?

    Please explain in detail or site link to develop, debug ( adding schemas etc) and play (in iHDSim) iHD application using VS2005. Any chance they can add it as part of an add-on or with an update, if for nothing else just to organize the project files Also are there any plance for this being part of then version of VS due out in 2008 ...Show All

  • Windows Forms Richtext box Background Image

      Hi as a part of my development Project i need to show a watermark image on the richtextbox.(ie) the image should be transparent.in other words the user should be able to view the text with the background image. There is no background image property exposed. richTextBox1.CreateGraphics().DrawImage(objBitmap,-10,0, new Rectangle(0,0,richTextBox1.Width,richTextBox1.Height) ,GraphicsUnit.Pixel ); And Moreover the image should be drawn Diagonally from bottom left to top right. the above code draws the watermark image but the text is getting Hided(its draws a layer over the text) Pls post me the complete code on how to achieve it This is very important part of deliverable. Not an e ...Show All

  • .NET Development Error while running an Asynchronous Server/Client

    Im running a simple Server/Client application using TcpListener and TcpClient for (asynchronous) connecting and NetworkStream for asynchrous sending and recieving. When i try to terminate a client, the server and all other clients crash and give this exception: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. " at System.Net.UnsafeNclNativeMethods.OSSOCK.WSAGetOverlappedResult(SafeCloseSocket socketHandle, IntPtr overlapped, UInt32& bytesTransferred, Boolean wait, IntPtr ignored)\r\n at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)\r\n at System.Threading._IOCompletionCa ...Show All

  • Visual C# article series, Graph Class

    HI I was trying to compile Graph Class in article series http://msdn2.microsoft.com/en-us/library/aa289152(vs.71).aspx or http://msdn2.microsoft.com/en-us/library/ms379574(vs.80).aspx I created a new project and added graph class and other needed classes like Node & NodeList ,but errors came up when compiled it and i could not fix them can anyone compile it and send it to me on nody.3@hotmail.com , or tell me how to fix it ...Show All

  • Visual C# How to Cast from a System.DirectoryServices.PropertyValueCollection Value object to Byte[]

    Greetings, I'm pretty new to C#, so sorry if this is a dumb question. I am trying to read a byte field on a System.DirectoryServices.PropertyValueCollection which contains a jpeg image to an http response stream. I am getting hung up on my lack of type casting knowlege in C#, as I can do this very easily in VB. Please help: DirectoryEntry entry = new DirectoryEntry("LDAP://DC=blah,DC=com"); DirectorySearcher mySearcher = new DirectorySearcher(entry); mySearcher.Filter = ("(sAMAccountName=" + "blah" + ")"); SearchResult result = mySearcher.FindOne(); System.DirectoryServices.PropertyValueCollection props = result.GetDirectoryEntry().Properties["thumbnailPhoto"]; byte[] arraybytes = props[0]; // <--------This pro ...Show All

  • Visual Studio Team System TFS Product Key

    I originally had TFS Trial installed, and have since purchased the Team Suite MSDN that comes with TFS Workgroup Edition. How do I get the product key for the workgroup edition so I can update the trial license Brian, your conversion went smoothly When I went from Trial to Workgroup I lost all access to TFS. I had to connect using my TFSService account, and none of the Workgroup security groups were added to my TFS. ...Show All

  • Visual Studio Team System Compiling web sites with Team Build

    I am trying to automate the build process. I have 5 web sites and I want to be able to run the team build and then be able to run the aspnet_compiler to publish them to a new server. How do I use the team build to produce all the associated dlls with that website like it is done by right clicking on the web site and clicking 'Build Web Site' Assuming ASP.NET 2.0 Web sites, try changing your platform from "Any CPU" to "Mixed Platforms". This will usually take care of it for you. In terms of deploying, there are various approaches. Most people use copy or EXEC with Xcopy in the build. (Can't be more verbose now. this is a hand-written reply on my Tablet.)   ...Show All

  • SQL Server Using Excel file as datasource

    Is there an easy way to do this There are Excel drivers for both ODBC and OLE DB. Here's an example of an OLE DB connection string for Excel: Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\MyExcel.xls;Extended Properties="Excel 8.0;HDR=Yes;IMEX=1" Then you can select from sheets in the workbook: SELECT * FROM [sheet1$] -Chris ...Show All

  • .NET Development httpwebrequest Proxy Authentication Error

    I am using VS2005 on Windows XP Professional. In my application I use a timer to send every two minutes an http request using "post" method. After running for some time: 1 hour or 1 day, the application fails with the following error: System.Net.WebException: Problem with the Web site that should provide the response!407. Proxy authentication required ---> System.Net.WebException: The remote server returned an error: (407) Proxy Authentication Required. at System.Net.HttpWebRequest.GetRequestStream() at MyProjectName.Lib.Requests.RequestSender.GetResponse(XmlDocument& document, ICredentials& credentials) My application sends the same request after another two minutes and it fails again and again. After an hour ...Show All

  • Visual Studio Team System DDL for which database?

    I know that only Visual Studio Architect Team edition generates SQL. My question is for which databases can DDL be generated. Specifically, is it generated for: o MySQL o MS Access o SQL Server other If, as Richard suggested, you're asking about which databases are supported by Team Edition for Database Professionals, the answer for our initial release is that we support SQL Server. As we look to the next release, one of the primary considerations is supporting additional databases. I don't believe that there's a list of what will be supported out of the box, and what won't, but I know there is discussion of allowing third parties to plug in their own providers. ...Show All

  • SQL Server Programmatically get ScriptTask source code

    Hi am trying without luck to load a package which contains a ScriptTask and read the source code of that task. I can load the package and get the ScriptTask no problem. However i am not sure how to get the source code. I know i have to use the ScriptTaskCodeProvider and i assume the GetSourceCode () method. This is what i have so far ScriptTask scriptTask = taskHost.InnerObject as ScriptTask; ScriptTaskCodeProvider codeProvider = new ScriptTaskCodeProvider(); codeProvider.LoadFromTask(scriptTask); string sourceCode = codeProvider.GetSourceCode(scriptTask.VsaProjectName); Any assistance greatly appreciated. Cheers Richard. Application application = new Application (); Package package = application.LoadPackage( @"C:\Y ...Show All

  • Visual Studio Express Editions How to handle device manager through vb.net

    I want to create a program which should include an option of disable and enable a USB device. Another feature is to allow for read and/or read write mode. How to handle device manager through vb.net and the solution of above problem. To do this kind of stuff, you'd have to do some pretty advanced SDK style programming involving the Plug & Play architecture. There's nothing in the framework. WMI has a few capabilities . Best place to get started is by posting questions in a Windows SDK newsgroup at www.microsoft.com/communities. ...Show All

©2008 Software Development Network