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

Software Development Network >> .NET Development

.NET Development

New Question

Typed-dataset/Table Adapters - multiple database vendors - how?
ExecuteNonQuery: Connection property has not been initialized Error
Problem with XHTML entities
loading usercontrol programatically
Use of ClientScript.RegisterClientScriptBlock
Enumerating Domain/Realm for login Form
Massive Membership changes in RC? How to open a beta 2 website in beta3?
How to Log File Reads on Server Share
WebService Timout troubles
Major shortcomings -will vs2005 fix them?

Top Answerers

c#_novice
Ripon12
Victor Nazarenko
Woo
Brian Lounsberry MSFT
Anatoliy Mogylevets
gpalmer43
The Doc
ReubenEmmanuel
aby
Extended Use of .NET RichControl Class - C# CLabel 1.0beta
Only Title

Answer Questions

  • jrober64 .NET Runtime 2.0 Error Reporting

    Hi, My application is running on 65 PC. After a few hours, this applications crash on 2-3 PC. I get no exception in my log files. I set the Application.ThreadException and AppDomain.CurrentDomain.UnhandledException exception event handlers. The last one is triggered with 'System.NullReferenceException: Object reference not set to an instance of an object.' but there is no stack trace available. I got no dump file, no popup window. I only get the ...Show All

  • Robbie Mark shut down tcpClient for good...

    Hi there, I'm writing a Client/Server program (C#)  that relied on Tcp Communication. the problems begin when one of the clients that already connected to the server decide to disconnect (shut down the program or because of an error). the thing is that before he decide to disconnect his status is "Connected" (at the database) and after that, when the client has disconnected, the socket keeps on being opened for at least 60sec because of tha ...Show All

  • Ferko04 What scripting is blocked by IE6

    IE (Windows XP SP2 version) seems to block some scripting in web pages. At least, I get a message that seems to imply that when I look at my web site that was generated with a third party tool. (IE has blocked Active Content, etc...). Is it listed anywhere what IE actually blocks, or can I find out from IE what it is actually complaining about thanks http://radio.javaranch.com/pascarello/2005/05/18/1116473896158.html ...Show All

  • deniscuba Interprocess communication for Unmanaged <-> Managed code?

    I'm feeling a bit overwhelmed about the options open to a developer as for interprocess communication, and there are some requirements that make things even more complex to me, so I thought I could ask here if anyone had a good idea for my scenario. :) What we have: - Visual Studio 2005 Pro :) - An upcoming application written in a .NET language (.NET 2.0), *or* unmanaged C++ if this communication is really hard to figure out. - Another ...Show All

  • jakistra a couple webservices newbiw questions

    i've been asked to create a web service that will receive and XML file, parse through it, and return some XML to the sended indicating if the data was parsed or if there were errors. how can i set up my project to test this out i'd like to be able to step through the code and watch the parsing and the bulding of the XML file I will send back to the user of the service, and also see that i'm actually sending something back. your help is ap ...Show All

  • Fabio Fernandes .NET Framework 2.0 dependencies

    When I install .NET Framework 2.0 on Win2000 SP1 machine, a popup dialog appears saying that it require MS Installer 3.0.  When I install MS Installer 3.0 on that machine, it then require Win2000 SP3 which is big group of components. I am surprised when I try to deploy my .NET 2.0 application to customer's Win2000 or lower computer, there are big group of prerequisites needed.  Honestly, I am not dare to do Win2000 SP3 u ...Show All

  • Falken359 Javascript Single event two action

    <Muralidharan@discussions.microsoft.com> wrote in message news:42c7b058-69db-452b-ac5d-47fdc8924d3e@discussions.microsoft.com > In javascript, Text box can I do more than one operation on a single > event if yes means How > > for eg: on text box click event I want to change the color as well as > i want to call javascript function. Well, you can always write yet another function that chan ...Show All

  • Buddy Lott CompileAssemblyFromFile parameter change in 2.0

    I have an app (built with VS2003) that uses CompileAssemblyFromFile has been working just fine. Now when some users load NET 2.0 on their system it fails. Doing a bit of research it looks like the parameters for this function have changed -> NET 1.1 (An string containing the filename) CompilerResults CompileAssemblyFromFile ( CompilerParameters options, string fileName ); NET 2.0 (An string array of filenames) public virt ...Show All

  • Patrick.Ke Recommended webservics book

    Hi all, I'm looking for a recommended book for studying webservices from beginning to advanced levels. Can you please tell me whitch Best regards... I recommended you to read Professional ASP.NET Web Services [WROX] .   You can find details here http://www.eggheadcafe.com/articles/20020330.asp Regards Jignesh Desai. ...Show All

  • MDawg Calling a Sql Server function in VB.NET 2005

    I have a function in my SQL Server database called GetCfgValue.  It receives a string parameter and returns a string value.  I want to call that function from within a VB.NET 2005 app.  How do I call that function from inside my application Hi there, I'm new to SQL Server and I'm trying to learn about functions. Could you please post your function. I cant figure out how to use my function. It al ...Show All

  • Paul Fallon Div Scroll

    Hi, I have created a DIV tag, inside I have placed a .Net datagrid. The DIV has a scroll bar when the number of items on the GRID exceed the height of the DIV. The problem is that when I scroll down to the bottom of the DIV and I select an item of the grid the scroll of the DIV goes to the top so I cannot see the item being selected. Any suggestions Thanks Play with this: <html>   <head>   ...Show All

  • Jing7312 Using FTP-Class with vb.net

    Can anybody please help with a sample code to upload files to ftp server. New in vb.net. Thanks a lot. Please, does anybody have a sample code in vb.net I would greatly appreciate that. You have a few options for uploading a file: 1. Use the WebClient class: Console.Write("\nPlease enter the URI to post data to : "); String uriString = Console.ReadLine(); ...Show All

  • Peter Lillevold Using ADO with C++/CLI

    Hi: I am using managed C++ VS.Net 2003 and I am using ADO.Net to develop a database storing the information being used as part of a graphical application I am creating. Both will be designed to reside on the same laptop or other platform. My questions are about the performance benifits or general considerations : 1) Is there a design benifit of using Connected or Disconnected And should I connect several times or just once 2)Should I us ...Show All

  • RFewing New Rows do not appear in SQL database

    Hi all, I am busy with a project that requires I store information in a database. I'm using VS2005 Express and SQL Server 2005 Express. My problem is no matter what I try I can't get inserted data to appear in my SQL database. I believe I have setup everything correctly, I have a DataSet (smsdataDataSet) and TableAdapter (smstableTableAdapter) setup, the code I am trying is listed below: smstableTableAdapter.InsertQuery(MyGuid, SMSMessage ...Show All

  • APFCClyde2 Reading app.config file

    Hi, I'm having trouble reading from the app.config file into a value in a class library. I'm using the .NET Framework 1.1 SP1 (I need to use this as opposed to 2.0, it's for a uni assignment). What i'm trying to do is get the database name and server and place this into the connection string. Here is my app.config file: < xml version="1.0" encoding="utf-8" > <configuration> <appSettings> <add key=" ...Show All

666768697071727374757677787980818283

©2008 Software Development Network

powered by phorum