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

Software Development Network >> .NET Development

.NET Development

New Question

System.IO.Compressio.DeflateStream clarifications please ...
Really simple solution (I bet)
SerialPort Class Help DataReceived
Datatable Poor Performance VS.NET 2005 too.. New Indexing engine failed
setting up OLE DB connections / drivers
[URGENT] COMPILING AND RUNNING THE .NET APPLICATION on LINUX
Using a converted tlb-Library in C# .NET 2005
Intercepting an Interface call to a Proxied Object?
Debuggin A DataSet
Problem in converting byte[]to stringBuilder

Top Answerers

Ross Luengen - MSFT
mbaird
RookieBalbo
mystical
David Sterling
mcl7cdm
KevinHall
Yknev05
mschelstrate
Jerry Liu
Meocci.it
Only Title

Answer Questions

  • Younis IE hosted 2.0 object - Configuration system failed to initialize

    We wrote a small .Net framework 2.0 object for sending Wake On LAN packets. The object works fine when tested in a stand-alone EXE. The object also works fine when tested on our internal web server. When we move the page and the DLL to a web server outside of our network, we start getting the error message "Configuration system failed to initialize". Whats strange is that the error message only appears the FIRST time we try to call the WakeUp co ...Show All

  • krysa .NET String Array's

    Hi folks. If I have an array of Strings, how can I tell how many strings I have in the array eg. String* dirs[] = Directory::GetDirectories(strSourcePath, S"*"); How many strings do I have The array has a Length property; see http://msdn2.microsoft.com/en-us/library/system.array.length.aspx . There is also an example in http://msdn2.microsoft.com/en-us/library/6ff71z1w(VS.80).aspx Best r ...Show All

  • Scott L AppDomain.Load() problem

    Hi everybody! I've developed a small application server using the .NET Framework v2.0.50215. The solution is splitted into projects. One of the projects contains all classes which should be shared between the server and the application (such things like an abstract class Application and so on). The Application server loads dynamically the application, which is a DLL-Assembly using the follogwing code: AppDomainSetup ads = new AppDomainS ...Show All

  • Craig Mellon Error 27 Option Strict On disallows operands of type Object for operator '='. Use the 'Is' operator to test for object identity.

    Hi Guys How would I best resolve this, VS 2K5 is complaing about the values in the case statements and not able to test for object Identity, I don't want to test for object identity I'm looking for values, I know I could add the ToString option after optCurrency.Value.ToString and then put both the "2" and "3" in quotes but that does't seem right either, any thoughts Select Case Me .optCurrency.Value Case 2 Me .optCurrency.Value = ...Show All

  • rossco100 Framework 1.1 Oracle .NET Data Provider -> CommandTimeout?

    Hello, does anyone know if there is a possibility to set a command timout for the Oracle .NET Data Provider like for the SQL-Server with SqlCommand.CommandTimeout Thanks in advice! Best regards, Kris Are you sure the Oracle Command doesn't have this property I don't have it available right here, but CommandTimout is a member of the IDbCommand interface. If the Oracle Command implemetns this i ...Show All

  • Steven Andrews Rationale on the System.Collections.ObjectModel namespace

    I'm curious to know the rationale on having the System.Collections.ObjectModel namespace.  More importantly I'm curious to know why only 3 generic collection classes are in there while the interfaces and the remaining generic classes (Dictionary, List, etc.) are in System.Collections.Generic.  It seems to me that this is counterintuitive.  I thought the original purpose of System.Collections.Generic was to isolate generic collecti ...Show All

  • chuck02323 What does MSI Stand for?

    What does MSI Stand for And, similarly, is there a Microsoft glossary of terms anywhere that I could look up stuff like that in the future Thanks! Hi Grib, MSI = Microsoft Software Installer. Microsoft Glossary Information Center: http://www.microsoft.com/resources/glossary/default.mspx Hope this helps. Regards, Vikram NOTE: Mark the answer as reply if it helped. ...Show All

  • FrankCalvin .NET Framework 2.0 Event Viewer error

    Since .NET Framework 2.0 x86 was installed on my computer, this event is recorded periodically: Event Type: Error Event Source: .NET Runtime Event Category: None Event ID: 0 Date:  11/13/2005 Time:  1:52:45 AM User:  N/A Computer: Description: The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be found. The local computer may not have the necessary registry information or m ...Show All

  • Krampster Datarow

    Please some one help me. I have a datarow which is a selection of a few rows from a datatable using the Select method of a datable . Now I want to diplay this roys in a variable, basically an array, ho do I go about this. My code is shown below. The error I get is "Object reference not set to an instance of an object." Please someone help me. Private Sub Show_Order_Datails()         Dim i A ...Show All

  • _SteveH_ Legacy Development (.NET 1.1) in Visual Studio 2005

    (cross-posted from Visual Studio General) My company has a significant codebase that has been developed for the .NET 1.1 framework and written in the C# language with Visual Studio 2003.  My development team would like to leverage the new tools in Visual Studio 2005, but we cannot upgrade to .NET 2.0 at this time. How can this be done I have been evaluating the Visual Studio Express IDE, and it has&n ...Show All

  • Tammy Culter - MSFT DataChanged

    Is there some simple way to know when the user has changed data I'm useing bound controls and would like to activate some sort of Save button that flags the user they need to save their data back to the database.  The form has many data databinding and tableadapters.  IE master->detail->detal->detail  (ya 4 sub levels of detail shown)  I can easily make a single save button to save date all the way down the tree bu ...Show All

  • Hedroj How can I have a connection error to SQL Server 2005 when I only use SQL Server 2000?

    I use SQL Server 2000 with Visual Studio 2003 to develope projects. But when I load a webform in a browser to preview on localhost I get the following error: An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could ...Show All

  • Reddirt14 Is there any simple working sample on VS 2005 with connection to Access DB???

    Hi, Is there any link to a working sample in Visual Sudio 2005 with connection to access db for quick start with the basic functions: Insert(), Update() and Delete() Thanks Mustapha ...Show All

  • Satish Dadhwal create a relation between two tables in a dataset

    Hi In c-sharp windows form, create two xml files with some sample data in it.also to have a forign key in the table. Then read them into the dataset.so your dataset should have two tables.Then create a  relation betwenn those two tables in the dataset. then place a datagrid and display it. I am new to c#, so i am learning right now. In a form , i had designed with a datagrid and a button. now i have added a datset and coded as fllows priv ...Show All

  • Erik12222 run servers localy

    how can i run 2 servers localy in .net remoting i tried register two different ports in the server side but i got an exception. do i need to create 2 different projects , each one for a server thanks in advanced Hi, You did not mention the exception which you got but I am guessing that the error you got is the following: "The channel tcp is already registered." If that is so, then see the following post for r ...Show All

777879808182838485868788899091929394

©2008 Software Development Network

powered by phorum