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

Software Development Network >> .NET Development

.NET Development

New Question

memory leak in window.open() method
Windows App Not working over Network
Retrieving Units of Measure in use
how many DLLs for project deployment?
object reference
Urgent: MSI forms Memory Leak: Major Issue
Need help with editing XML files in ASP.NET 2
trying connect txt file but getting exception
Error when executing Process.Start() when running under SYSTEM account.
Typed DataSets and Locale

Top Answerers

ua
Nicolas Lehuen
Timothy Chan
Seth Hall
jenifer_
TokenWorks
Steven Beasley
Werdna1
dguillory
smartneraj
OTC Migrator
Only Title

Answer Questions

  • MichaelVictoria Adding URL-encoded '&'s as data in a URI parameter

    I'm developing a client application that needs to send the '&' character in HTTP requests as data. I DO NOT want these to be interpretted as the start of a new parameter but rather would like them passed to the application as parameter data. I realize that you need to URL encode characters with special meaning. My problem is that in .NET, when you attempt to create a URI with a %26 (the URL-encoded version of '&'), it automatically conve ...Show All

  • j_o_h_n .NET 2.0 b2 Remoting and filling a hierarchical dataset?

    Hello, I have no idea how to get my hierarchical dataset filled by a remoting service. Please imagine the following Typed Dataset called BookDataset : Authors table ---- authorid name Books table ---- bookid authorid (fk) title For simplicity reasons, a book is always written by one author, but one author wrote several books. There are existing Constraints and a (nested) relation between the Tables. I have two functions in my Re ...Show All

  • manilahunk Error Compiling my project - Referenced assembly 'Interop.MSXML2'..

    Hi: I have already created my strong name key for my application but when I compile the solution again it tells me that "Unable to emit assembly: Referenced assembly 'Interop.MSXML2' does not have a strong name". My project is a client side application and I have created in the root project a folder called "Strong Name" where the projects key resides. Would I have to create a strong name for the MSXML2 Can someone help I would appreciate it ...Show All

  • Kayako Inc. No of threds in DotNet

    hi, i want to know how many threads will be thier(running) when an dotnet application runs. You might want to check http://blogs.msdn.com/yunjin/archive/2005/07/05/435726.aspx Is GC running as a seperate thread by default Thanks, Suresh. IIRC it'd be 3. There's the GC thread, the Finalizer thread, and your application thread. ...Show All

  • ottar16739 Webservice.htc issue

    Hi All, I am facing a strange problem due to one security feature of  Win XP Sp2 where in it denies access to active content. Let me describe the situation : I have a HTML (with javascript) file which makes calls to a few webservices using webservice behaviour (htc). When I run the app on a local XP machine, it shows me a active content popup and when I click on Allow active content, I can run the app without much proble ...Show All

  • anteriorsoft PVT.limited .NET Remoting, IIS 6, and Error 405? Help!

    I'm trying to get .net remoting set up in my application with server activated objects. Here's my server web.config: < xml version ="1.0" encoding ="utf-8" > < configuration >    < system.runtime.remoting >       < application >          < service >             < ...Show All

  • Chris123456 Simple way to compile project with framework 1.1?

    Is there an easy way to have a project compile under framework 1.1 instead of 2.0 I created a (vb class library) project, added some files, deleted the references to the 2.0 library in project...properties...references and added references to the 1.1 DLLs but am still getting errors that the 2.0 framework is still being referenced somewhere: Error 4 Reference required to assembly 'System, Version=1.0.5000.0, Culture=neutral, PublicKey ...Show All

  • digitalkhaos Adding URL-encoded '&'s as data in a URI parameter

    I'm developing a client application that needs to send the '&' character in HTTP requests as data. I DO NOT want these to be interpretted as the start of a new parameter but rather would like them passed to the application as parameter data. I realize that you need to URL encode characters with special meaning. My problem is that in .NET, when you attempt to create a URI with a %26 (the URL-encoded version of '&'), it automatically conve ...Show All

  • sqluser Multiple Network Streams?

    Is it possible for one TCPClient to switch between two network streams So far I have something like this: Yes, calling the property multiple times will give the same stream. Why not have an if statement and then call write/read in async or blocking based on the results of the if statement. If you must have multiple streams, I beleive you would have to read the network stream and then copy the contents to 2 others streams you create. ...Show All

  • Mr. Boogie How to Edit Data in DataGrid?

    Hello All; When i display the data in a datagrid, the data cannot be editted. The datagrid looks as if it is disabled. Is it possible to make it editable Thanks alot Thanks alot for the valuable sites you gave me. They need time to read and practice. Again thanks you very much Here are links to some resources you may find useful ... http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnadonet/html/adon_wtaccessdb.asp ...Show All

  • Daniel B. Accessing a webpage over intranet.

    I am having a asp.net application in my system. I hosted in my local iis. I am unable to browse my web application from another system (local intranet). any solution What type of error you are getting Are you getting page cannot be displayed or not authorized to see the page Regards, Jimmy ...Show All

  • Michael Pang non-active wait for the end of a thread

    Hi, I have a problem with the System.Threading API that I would like to solve with a nicer solution. Here is the problem: when I use the Speak method in SAPI 5.1 TTS I have 2 choice : synchronous or asynchronous. If I use the synchronous mode, Speak is like any other method and it goes back to the main program after the execution of that method. If I use the asynchronous mode, SAPI TTS create a new thre ...Show All

  • Hiverness DataSet Usage - Not saving to file

    Ok, my knowledge of the DataSet object is elementary at best, but I'll try to make some sense. I've added a MS Access .mdb file to my VC# project using the New Data Source wizard. Incase it's pertinent, here's the connection string (sorta): Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\db000.mdb;Persist Security Info=True;Jet OLEDB:Database Password=xxxxxxxxx Now, I want my program to count validate that there's at le ...Show All

  • Marc A1 Multiple monitors support

    Hi guys, What is the .NET way of determining multiple monitor configuration and positioning windows on different monitors Thanks in advance, Genady In general you don't have to worry about multiple monitors.  They simply work.  If you want information about a multi-monitor system then the System.Windows.Forms.Screen class is what you want.  Within this class is the AllScreens property which contains an instance for e ...Show All

  • Adrian Militaru How to maintain the states of processs started by a web service?

    Hi, there, I already have one component, A.exe. I need to start and stop A.exe through web service. I am creating a C# project to do this job: 1. when a START request coming,  start A.exe from C# 2. when a STOP request coming, stop A.exe from C#  The problem is, there are different requests from different users. How can I manage the states of each user, so that User1 won't stop User2's running of A.exe Should I mai ...Show All

373839404142434445464748495051525354

©2008 Software Development Network

powered by phorum