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

Software Development Network >> .NET Development

.NET Development

New Question

SqlDataSource Deletecommand
CommandBuilder error
Publishing VWD site to IIS with SQL 2000
RemotingConfiguration.Configure ensureSecurity parameter
Enterprise Services performance problem
calling a COM object from c#
How can I gen connection string in config file from server?
Searching a Generic List
Updating Access from Data Table - slightly confused
CLR Profiler results are conflicting

Top Answerers

DanaT
Frikkie1
Tor2k
Geoff Dean
Adrian Baras - MSFT
Douglas Chor
mspence
Krisn Kumar
Rob Caron MSFT
Harold Shapiro
CenterPoint
Only Title

Answer Questions

  • JoeJ2 Program hangs on remote connection when opening SqlConnection .NET 2.0

    I am having a problem where my program hangs when creating a SqlConnection object.  No exception is thrown, the program just hangs. The details are that I am connecting to a remote server through Terminal Services and the running the program in the 2.0 environment on a Win2K server.  If logged into the server as an Admin, then everything works great.  If logged in as a regular user, then the program hangs when opening ...Show All

  • MKan LoadXml and namespace

    I am using LoadXml to load a string. But my string contains some namesapce other than default namespace. Therefore while loading it gives error undecleared namespace. Please help me to overcome above problem. You can load such XML fragment with XmlReader by providing XmlParserContext with needed namespaces declared. Here is a sample (Visual Studio 2005 RC0): string xml = @"<f:foo>data</f:foo>" ; ...Show All

  • shalooloo streamwriter close

    Hi, I have a small static TCP class using a client socket linked to a streamwriter. If I read a file and send it to my server socket and do a close on the streamwriter after sending it , it kills the client socket too. In my opinion this is not a normal behaviour. If I search in the class msdn info there is nothing to find on this topic. Is it because the streamwriter is not yet free to send all ( i did a flush) thnx for taking the t ...Show All

  • gary23 VS can find localhost Webservice but not by machine name

    I'm running VS 2005 (and love it), but I've created a web service and am having a lot of difficulty getting my other projects to recognize it when referencing it using my machine's name. If I use the url http://localhost/Service/Service.asmx it recognizes it right off the bat, but it times out when I try http://machinename/Service/Service.asmx. I'm using IIS and I tried setting the Default web site multiple identities fields to my machine name f ...Show All

  • Mike_DCW Response.redirect is this the correct method?

    Hi all, I'm new to .net and asp, so apologies if this is a dumb question! I've searched around and can't find an answer elswhere so here goes........ I need some buttons on my app that are used for navigation. I've used response.redirect on the on click event as follows: Response.Redirect("MainMenu.aspx" ) etc.... The odd thing is that sometimes this works and sometimes it doesn't. When the buttons are clicked sometimes th ...Show All

  • bcn getting the client url from web services

    COULD SOMEBODY HELPME TO GET THE HTTP_REFERER OR EQUILENT FROM WEBSERVICES. I NEED TOTRACT THE CLIENTS USING THEIR URL FOR STATISTICS. ANY HELP IS GREATLY APPRCIATED. One of the following should give you what you want: 1) HttpContext.Current.Request.UserHostAddress 2) HttpContext.Current.Request.UrlReferrer Rich. Hello. Is it possible to use the IIS log files Gorm, Thank you for your reply. I need ...Show All

  • Alexuo I expect a client cert will return after starting System.Net.HttpListener in "Negotiate" mode

    I want to write a HttpListener requires browser to submit its client cert before response.  When start following code, the browser prompts for password only and nothing is returned in the server side statement .GetClientCertificate() .  Instead, the response headers("Authorization") has a long base64 string [Negotiate TlRMTVNTUAADA...].  I suspect it is the client cert that I want.  However, I fail to create the cert from it. ...Show All

  • Lukas Torstensson Adding CDOSys.dll reference to project does not generate Interop.ADODB.dll???

    Hello All I have written an application to send emails. For this, I am using "Microsoft CDO for Windows 2000 Library" which points to CDOsys.dll COM file. When I add a reference to this file in my project, it creates Interop.ADODB.dll and Interop.CDO.dll, however, when one of my colleagues tries to do the same thing, it generates ADODB.dll and Interop.CDO.dll We are both using Microsoft Windows VS.Net 2003 and are having same version of CDO ...Show All

  • TheDogger help me about shortcutkeys in vs.net2003

    Is there any shorcutkeys to add a comment tag on selected area in visual studio.net html edit box I find it only offer one in c sharp edit box. thanks! Yep, press CTRL+E , C . No, it's void in visual studio.net 2003. however,thx a lot Oh,thx, I heard about it can add comment tag in html editor box form my buddy,but i tried it before and proved it had no support in vs.net 2003.So i post the question to get help, and i ha ...Show All

  • Jaalenn Question on Threading...

    (VB.NET) So I finally understand how it works, incorporated on one of my long processes and it works.  Great.  But now when I run the process (showing a progress bar) I can only do other tasks after the progressbar finishes.  The Setup: I have a subroutine that creates about 5 excel spreadsheet from records in a database.  The progressbar shows for each file creation.  As it's creating a file I can't access my Menu (File ...Show All

  • Charles Washika COMException when using System.Management,ManagementobjectSearcher

    When I use System.Management to read processor serial number in Windows 98 then it throws exception of COMException class. It tells that Class is not registerd. Problem occurs only in Windows98, In Windows 2000,XP it works well. So Please can u help me or can throw some light of hope Thanks Regards, Nilesh COMException (Class not registered) Error Code is 0x8004100f Which class are you using Win32_Processor Can get the query working ...Show All

  • Kevin Hardison37600 XPath and namespace problem

    I am having trouble with SelectNodes with namespaces. I am testing with the .application file generated by the Publish wizard. Below is the part that my code will operate on: < xml version="1.0" encoding="utf-8" > <asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv1="urn:schem ...Show All

  • CougarDave ADO.net, how to use INSERT statement

    when execute insert statement, happend exception "fail to connect datasource". if change the value( , , ) to real value(3,'dfdf',11). it work well. so it prove that it can connect to DB. and execute select statement, no problem. why insert can happened the problem how to handle it CageNo defined to AutoNumber, CageName to Text and Food to Number(long integer) in Access. Any help, i will appreciate it. using System; using System.Drawing; us ...Show All

  • Dejjan .net 2.0 uninstall

    Downloaded windows installer 3.0 and installed. Tried to uninstall .net 2.0 beta 2.2 as per instructions for installing Sqlserver 2005 from express download page. Get uninstall errors.  Any help would be appreciated.  thanx Update ,downloaded and installed windows installer 3.2 v2. Get error 1607 unable to install installshield scripting error. Looks like window installer 3.1 is corrupt. ...Show All

  • wwechopper1 DataAccess Layer Designer [ VS.NET 2005]

    What happend to the following cool features of VS2003 in VS2005 1. VS2003 has nice concept of component designer which allows to drag and drop any data base componets[tables/sp] and configure design time...table mappings, sp command parameter mappings etc... 2.Generate XSD/Data set from xml document 3.Drag dataset designtime on webform or on components to configure against the datagrid controls... Now, it seems all that gone. Now, sqldatasou ...Show All

91011121314151617181920212223242526

©2008 Software Development Network

powered by phorum