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

Software Development Network >> .NET Development

.NET Development

New Question

Intellisense for Code Libraries
The GC is not Disposing the object.
TCP packet confirmation
Why all the sealed classes
GetOleDbSchemaTable question
console output
ErrorCode=10054
Setting the debug symbol path to an internet source
insert an element into a xml file using web application
calling web service from vb6 error

Top Answerers

warez!
mccloed
Devincci
joergw
Paul Preiss
myoungbl
forester
Normality2000
jackstraw
Challe
Decorative Painting Guide from Better Homes and Gardens
Only Title

Answer Questions

  • Steven Khiem WSE question

    Hi, I was using test certificate with WSE 3.0. Since test certificate was signed with Root Agency so I get warning dialog when I try to access web service from IE. My web service is hosted under IIS and I am using SSL( Using test certificate). Through code I can by pass this warning by using a class ServicePointManager. But if I have to use client certificate how can I tell the server to ignore this warning. (Client certificate for client aut ...Show All

  • Anil Kumar29 Nested queries to populate a DataSet using OdbcDataAdapter

    The class listed below uses a CSV file and OdbcDataAdapter object to populate a DataSet using a nested query BUT I keep getting an Access Violation exception when I call OdbcDataAdapter.Fill(). The message is: "Attempted to read or write protected memory. This is often an indication that other memory is corrupt." This is written in VS 2005 (.NET Framework 2.0). Are nested queries in the SelectCommand() method of the OdbcDataAdapter object not ...Show All

  • coderblog How to map One custom Collection to another custom collection

    Hai....,           I have 2 user-defined collections. There are some properties that are found in both the collection. I wish to transfer all the matching property value from one collection to the other using the assignment statement.           For this to work, how should i declare my collection or should i implement something for this to work ...Show All

  • haal1 CodeDOM - Reflection question

    I want to read a type from an assembly using Reflection. I want to use this information to map it to a CodeDOM representation. My question is this: Is there any way to get the information about what namespaces the type references e.g. assume : namespace X { using namespace Y; interface ISimple {/* whatever you want goes here*/} } this will get compiled into a library. I use Reflection to inspect the library, find interface ISimple and reb ...Show All

  • Sam Bent security code groups and subgroups at the enterprise level

    I hope I'm asking this question in the right place. If not, please point me in the right direction. I'm trying to create a security template to distribute within my organization. The organization demands that I set the "All_Code" code group to the "Nothing" permission set, and then we will publish a new exception for each and every .Net application we distribute to our end users. Basically, this will mean that no .Net applications will run un ...Show All

  • Adner Dynamic P2P servers

    In several first-person-shooter games that I have, it is possible to set up a "server" on one computer, and other computers see this server and can connect to it. I would like to implement this in a chat program: you can either create a new conversation which is hosted on your copmuter, or you can join an existing one. How is it possible to find out which computers are hosting a conversation http://www.csharph ...Show All

  • Verrkomies vb.net to c#.net

    Greetings All, i need to convert a functin from vb.net to C#.net here is the vb.net function, when i convert the function using converters i am getting few problems. my main problem is  ReDim   and  ReDim Preserve. these function are not available in C#, how can i convert to C# accordingly. can any body pls provide me a solution. thanks in advance Protected Function GetRowsList( ByRef oReader As SqlDataReader, Optiona ...Show All

  • eman67 VS2005 XSLT Debugging with external functions?

    Hi Currently we use visualxslt a plugin that does xslt debugging in vs2003 but from the look of it vs2005's version works a little nicer but.. . We extensively use EXSLT.net, which is a custom xslt processor that inherirts the .net one and adds new functions for xslt. It there anyway to get VS2005 to use this custom assebly to debug with Thanks Brian Norman The VS2005 XSLT debugger is based on on the fact ...Show All

  • Ben Rich ListView event

    I have a ListView control.I want that when a item is added to the list to do something. Is there any event that shows that a item is added No. You don't need one. It is your code that adds the item. Just do what you need to do after you add the item. Call a delegate if really necessary. ...Show All

  • Greg Schroder Over-writing an XML attribute?

    I have some XML as follows: < xml version ="1.0" encoding ="utf-8" > < eTracker status ="on" /> I want to be able to overwrite the status attribute value in C#. How can I do this Hi, A small change would do that : ------------------------------------------------------------------------------------------ CODE SNIPPET ------------------------------------------------------------------------------------------ priva ...Show All

  • Mat M problem deallocated memory in .NET

    I use some objects and dispose it and assign null it. I invoke GC.collect after, but the memory increases always. The sum of my processes allocated is much less memory than memory recognised by TaskManager. Do I have memory leak Is .NET framework bug that don't deallocate memory How I can solve this problem Are you using any unmanaged resources Calling into native DLLs or something like that If your managed resou ...Show All

  • Khamul Yahoo Messenger

    Hi, I want to make a Chat Client that is similar to Miranda IM. But I am new to this and doesn't knwo how to start. Also, I doesn't want to use the Open source software.  though I come to know that Yahoo and MSN provide there&nbs ...Show All

  • Dar_Sea How to keen network connection active indefinitely

    Hi, I am developing a program (using TcpListener class) to listen for data from a particular client. Client used to send data once in a while (say once in 30 minutes). Once connection is established, i want to keep it active indefinitely. Kindly let me know hoe to achieve it. Thanks & Regards, kalai It will be active indefinitely until you call the Close() method on the socket. Or the clien ...Show All

  • cesar.fong ADO: Copy Access Table into new database?

    If the table already exists in the destination database, I can tell the adapter that all rows have been added, and let it Update() the new table. What's a good way to create the new destination table based on the schema of the source I used to use ADOX; should I continue Thanx! ---Mike I'm not making myself clear. I'm doing step 2 using ADOX; my main question is should I use some other method The ADO.NET ...Show All

  • KenY Type Initializer therw an exception

    hey guys, I'm very new on this forum and very new in .net as well. I'm trying to make a small software for my school. I'm using basic windows froms and stuff. I've multiply forms which are connected. Everything was working fine but i believe when i tried to fill the datagrid then it started to give me following error in the main form: System.TypeInitializationException was unhandled   Message="The type initializer for 'WindowsApp ...Show All

303132333435363738394041424344454647

©2008 Software Development Network

powered by phorum