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

Software Development Network >> .NET Development

.NET Development

New Question

Generic's - Collections
Partial classes documentation tags for raw XML documentation
Very Strange Windows.Form problem
Sortable Collection for ObjectDataSource
FtpWebRequest re-sending USER and PASS commands half way through download loop
What happens underneath the BulkCopy Object of ADO.NET 2.0
Moving the file while it's still being created
Service don't start: Errorcode 1053
Duplicate programs running on top of each other
My program hangs until SetProcessWorkingSetSize is called or app. minimized

Top Answerers

Mr.Wut
dhweizel
ashtangagirl
Sitrion
JoeM
BradyGuy
sweetyk18
Ian Cross
Richard B. Lewis
SkotChadwick
GNU Scientific Library
Only Title

Answer Questions

  • Nilay Patel Receiving unexpected OutOfMemory exceptions

    I have a (nearly) released commercial application built in .Net 1.1. At the high level, it is a protocol proxy. Needless to say, it creates and uses many sockets. It is running on a 2003 Std Edition SP1, 2MB memory with 4MB virtual and 2 hyper-threaded XEON CPU’s. and is configured to use server mode GC via the following in the .config file. <runtime> <gcServer enabled="true"/> </runtime> The customer has ...Show All

  • Harjeet S Deploying a Web Service (VS 2005 Beta 2) Problem

    Hello, I am having the most difficult time trying to deploy a web service created with Visual Studio 2005, Beta 2.  I'm hoping that I'm just missing one small detail and that someone can point it out to me. I have stripped this down to the most basic "Hello World" web service.  In fact, all I did for this was create a new web site, ASP.NET web service and left everything as is.  Here are the steps to reproduce: 1) In Visual Studio ...Show All

  • AreaScout XMLSchema - Defining XmlSchemaElements with sensible types

    I am trying to create a simple XMLSchema (XSD that can be written to a file. Note: .Net Framework v2.0 My problem comes with trying to assign a (very simple) data-type to the element. For example - I would expect to find the following output < xml version="1.0" encoding="utf-8" > <xs:schema xmlns:xs=" http://www.w3.org/2001/XMLSchema "> <xs:element name="Test" type="xs:st ...Show All

  • ncjks Two-way communication using IPC

    Hello, I've been reading up on IPC and looking at sample code, and I can't seem to figure out how to actually accomplish communication from a client to a server. I understand the concept of a server hosting a dll which contains a method that the client can call. However, how can the server also obtain a reference to the same object I want the client to be able to send a message that makes it to where the server can use it. To clarify my question ...Show All

  • RADIOGENERIS Web Services .net framework 2

    I have just ported an ASP.NET 1.1 application to framework version 2 and i have a problem. My solution has a Web project and a class library project.  The class library project has a web reference to a web service.  The Web project makes a call to the web service. I used to hold the url for the web service in the web.config and because the web reference was set to dynamic, this all used to work fine. Now it looks a though the ...Show All

  • Greg Walker Beginner: Q on using XSL to convert from XML to XML

    My first time dealing with XML/XSLT I have to take a XML file(that is HUGE), and convert it into another XML format (the purpose being to get rid of most of the unwanted information and retaining just the ones our program needs) I was told that I can do this easily using XSL. I took some examples from the web and tried it on my machine. (I am using notepad and IE6.0) Here is the XML < xml version="1.0" encoding=" ...Show All

  • Wolverine10 How to enter string with embedded empty double qoutes in the app.config file?

    Platform: .NET 1.1, Visual Studio 2003, C# I want to put the following element in the app.config file but I get a runtime error. <add key="ExcelOleDbConnectionString" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source={0};Extended Properties=""Excel 8.0;HDR=YES"""/> The error is : "This is an unexpected token. The expected token is 'NAME'. Line 25, position 119." Line 25 does refer to the element. Position 119 is the character 'i' in ...Show All

  • juanchoom Slow load of projects in VS.net and how to make StringBuilder analog for arrays marshalling

    1.I want to make a faster load of projects in VS.net. I do remember that this question was discussed on dev forums years ago, but forget solution and can't fonf anything in KB.Though this problem is not critical(it's taking around half a min),but annoing. 2.I am using a 3 party OLE Automation object API2 and using this object in a C# windows form. Some of the functions of this object have output parameters of type out float[] or  out int[]. ...Show All

  • ThomasD Assemblies, Versioning, etc....

    Okay Here I go... I have a program which loads a bunch of DLLs at startup and uses them during the program. When the user serializes a file it uses the information from those DLLs. If I make any changes to the DLL then recompile the program that file will no longer load up because it is referencing the old DLL. So I need to make those old DLLs look at the new version of the same DLL (granted the new DLL has similar features to the old DLL). ...Show All

  • Havanamild PDC DAT408: ADO.NET 2.0: Advanced Data Access Patterns: Demo code for Dataset querying

    In his most excellent PDC session Pablo Castro demoed a query engine build over a DataSet. During the talk he promised to put the code somewhere on the web. I can't find it anywhere. Can anyone help Pablo, are you there   Thanks a lot, Ognjen http://ognjenbajic.com/blog/ My apologies for the delay with publishing the sample code; after PDC things got really busy and you know...I kept postponing this. I finally cleaned-up the c ...Show All

  • bertrand23851 SqlDataAdapter Update Method Returns an Error when a where clause is added to the Select query

    I'm using .Net 2.0 and Visual Basic 2005 trying to update a SQL2005 Database.  I have created a SqlDataAdapter with a Command builder object in my code.  If I set the Select Command to a Select Statement that doesn't contain a where clause to filter the table I'm querying then after I've modified the table the DataAdapter.Update(myDataSet) method works correctly.  But if I filter the table I'm querying by adding a where claus ...Show All

  • Chris Bernholt Why all the sealed classes

    what is with classes in the .net runtime being sealed. It is understandable that some classes such as security and like are sealed but it beats me why you would seal a ConnectionStringConfigurationSection class. Why researching on how I could create a more 'aware' connection string configuration whilst still leveraging the existing ConfigurationManager.ConnectionStrings method used by local and third-party components alike I discover that t ...Show All

  • bplucas problem : dll not generated to webservice with Visual Studio 2005

    Hi, I have a problem with one webservice with Visual Studio 2005. With Visual Studio 2003, when you compil a webservice, a file *.dll is generated in repertory ...\bin of project. With Visual Studio 2005, the file dll is not any more generated automaticly when you compil one webservice. Is this somebody knows if it is always possible to generate a file *.dll of a Service Web in Visual Studio 2005, and so yes how thanks ...Show All

  • Alex N. Winokuroff Is Typed DataSet is better option than DataSet in a large Enterprise application

    hi there, Me and My team is currently in a process of desigining an enterprise application. Basically it is a web based nTier application. At this time I have to take decision which option is better "DataSet or Typed Dataset". I know both have there own pros and cons. I also already studied many articles like http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnbda/html/BOAGag.asp . So from you i just wants to know which option is ...Show All

  • audigger Why does the 64Bit section exsist?

    As I understand the .Net framework there shouldn't be any issues for any code compiled in MSIL runing on a 64Bit system. So why does this section of the forum exist In addition although C# (and other .NET languages) can be configure to create "agnostic" assemblies, this is not the only option. One may if they want, build assemblies specifically for certain processor sizes if the wish to. Also any C code one ...Show All

86878889909192939495969798990123

©2008 Software Development Network

powered by phorum