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

Software Development Network >> .NET Development

.NET Development

New Question

File System
Problems with DataReader!!
Ouch! Soap serialization for Nullable types is missing?!
Error message
Quick SQL question
How do I detect a connection is present to an URL or not?
How to properly clean up when done with remoting
ExecuteNonQuery is not returning no of rows affected (Oracle Provider)
Side by side execution +COM components
Net.Framework Redistributable (dotnetfx.exe) - Can anyone redistribute it with an installer?

Top Answerers

Eissing
dangster_gangster
LoreHistory
Singing in the Rain
Loreaca
Kaan Demirtas
sqlaviolette
Nailara
PineappleMan
AlucardJC
Kachurovsky, Vladimir
Only Title

Answer Questions

  • Runtex Web Developer express 2005

    Hi Can I use web developer express 2005 to build a web service Regards BEN Duvenage Absolutely! Take a look at this Coding4Fun article to see how: http://msdn.microsoft.com/coding4fun/xmlforfun/familyhistory/default.aspx Enjoy! Daniel Roth ...Show All

  • Healey6 Migration from 1.1 to 2.0b2 - Could not load type 'SingleTagSectionHandler' from assembly 'System.Configuration'

    Hi All, I'm migrating a perfectly working app from .Net 1.1 to .Net 2.0 b2 and I'm having very hard time to understand why I'm getting the following exception: "An error occurred creating the configuration section handler for ColumnMappings: Could not load type 'SingleTagSectionHandler' from assembly 'System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. (C:\Documents and Settings\...\MyApp.EXE.config line 5)" ...Show All

  • Tommy_ivi Implementing Optimistic Concurrency Control using Datasets

    I have designed a data access layer in which all the updates happen using the data adapter.update(dataset) method. The problem I'm facing is that by default the 'Last In Wins' concurrency is being done. I mean the last update is potentially overwriting all the other updates done. The requirement is to implement an optimistic concurrency approach meaning that if two users A and B have datasets of table X and if User A updates the table X ...Show All

  • Cang Sam Deleting lines from Text File. - after a specific charater has been met.

    Hi, I'm using VB.NET 2003, and I would like to know if it's posible to read a file, line-by-line, and then after a 5, or more consecutive (-----) character has been met, it must delete all the line till the end of the file. Thank you... To anwser your real question: Yes it is possible. You will have to read charachter by charachter not line by line. And yes of course it is possible, whit kind of ...Show All

  • djrud does any way to increase the buffer of datagram messages?

    hello everybody, i created a multicast system using UDP to transfer the images between computers but when i trying to transfer a image with Resolution more then (800 X 600 ) this Exception Appear to me : this Error Message: "A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself" does any way to in ...Show All

  • Gidon J Forcibly unload an interop assembly w/ blocked unmanaged thread?

    I have the situation where I think my 3rd-party unmanaged COM object, which has opened a critical system resource, is blocked on a thread or something. In C#, .NET 2.0, I call FinalReleaseComObject() on my object, which returns 0, and then set the varible to null. I tried forcing a garbage collection and it didn't work (I know, it's bad, but I'm trying everything). Watching it run via depends.exe, I see all my other 3rd-party COM DLLs unload ...Show All

  • Bob Walter Timer - in W98 fails, in WinXP OK

    I think, that I found another bug in .NET Framework 1.1. My programs works very well under Windows XP, but under W98 (tested on many computers) fails. After weeks of research I realized that one problems is in the System::Timers::Timer class. I use timer like this: System::Timers::Timer* timer = new System::Timers::Timer(1000); timer->Elapsed += new System::Timers::ElapsedEventHandler( this , CasVyprsel); timer->AutoReset = tr ...Show All

  • JimReid MissingSchemaAction.AddWithKey

    This would seem to act differently in VS2005 DataAdapter than it did in VS2003. In 2003 constraints would only be added if all primary keys were in the select statement that included joins. i.e. Select * From table1 inner join table2 on table1.id = table2.id would generate a constraint, however the next statement would not generate any constraint i.e. Select table1.* From table1 inner join table2 on table1.id = table2.id both id c ...Show All

  • CBDenver Deserializing off a network stream blocks indefinately even when data present

    I seem to have kind of a strange problem here. I'm implementing an RTI where we use xml messages to pass back and forth between the RTI and the Federates. I'm using something similar to the following code: C# Code: XmlSerializer serializer = new XmlSerializer( typeof (RtiMsg), RtiMsg.RtiTypes); RtiMsg msg = new RtiMsg(); msg = (RtiMsg)serializer.Deserialize(netstream); When it gets to the Deserialize(stream), it just blocks forev ...Show All

  • L1Alpha01 Why are mapped (network) drives unidentifiable in Windows Service applications?

    It is noticed that mapped drives (Network drives) can not be identified in Windows Service applications, but are identifiable in common Windows applications. Any resolution to the issue Gorm Braarvig wrote: You can allow the service rights to the network AND to interact with the desktop. However, if you want to do this, it is allmost allways easier to and more logical to create a GUI app. Hi ! How ...Show All

  • Jensch Filtering data

    Hello, Suppose I already retreived some records from the database containing names of some persons, their age and so on Is it possible to filter down the data in the SqlDataReader to only get out of it people over 50 for example I know this can be done in the SQL query, but for some reason I need to filter the data after I retreived it into the SqlDataReader and not when getting them from the SQL Database Thanks ...Show All

  • srowan SqlHelper Obsolete?

    Hi I'm a newbie here so sorry if I've posted to the wrong group, I'm also a newbie to Application Blocks and have just downloaded them (at least the Enterprise Libraru June2005 which is supposed to contain all the MAB's). Anyhow, it appears that SqlHelper is not in the Enterprise Library. There is something called SqlCommandWrapper which appears to do the same thing plus much more. So, my question is : Is SqlHelper obsolete or is it a j ...Show All

  • zaroblan Can web service replace DCOM based application

    Hi, I'm new to .Net, and I'd like to know if the web service provided by .Net can partly replace the DCOM architecture (I have a DCOM application, contains COM in server side & client side, can I start to replace the server side by web service, surely by light modification in client side). And it will be very helpful if you could provide me the link for interesting article that comparing that with the DCOM or explaining how it's working.. ...Show All

  • Paul Middlin Security Problems

    dears, am developing web application that use Tablet PC which created in windows application as Windows Control,and use the windows control through html by <object classid=......>, after that i have many errors 1)when i do save image or upload image it appear SecurityException (the save,upload image from windows control). that is the Error:   System.Security.SecurityException: Request for the permission of type System.S ...Show All

  • Tuoski SQL BulkCopy Class Bug

    I am attempting to BulkCopy records from a DataTable into a SQL 2005 Table using the attached code: (I am using QA Data which is about 1000 rows) Public Sub New() SQLBCP = New SqlBulkCopy(Me.ConnectionString, 34) ExceptionErrorTable = New SQLDataTable SQLBCP.DestinationTableName = Me.DestinationTable SQLBCP.BatchSize = 1000 End Sub   Public Function Execute(ByRef dtTable As DataTable) As Boolean Dim bFlag As Boolean = True Try SQLBCP.Wri ...Show All

919293949596979899012345678

©2008 Software Development Network

powered by phorum