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

Software Development Network >> .NET Development

.NET Development

New Question

loaddata generates protocol violation
Problem using SSL with httpWebRequest
Problem updating 2 tables with data relations
Tool suggestion for software manual edition? (docbook ?)
Deployment Problem with VS 2003 VB .NET
Insert / Delete operations delay (in MDB)
Fill an irregular shape with color in System.Drawing
Reading App.config file from other project
ExtendedDN usage?
Listboxes: Configuring how it selects items as you type

Top Answerers

Javivi
Martin Dunsmore
FrankenJeroen
Wil Herren
AndyMc
Tommy.Chen
mrtrombone
MS ISV Buddy Team
Efren Molina
format1337
Topix: Livestock
Only Title

Answer Questions

  • borislav_b Urgent - ADO XML data ending up in single field

    I'm really in seriour trouble, running way behind on a project and have tried everything, I think. I've got to create reports from data that's stored in a text field in XML. I get a recordset using ADO then I invoke the save method on the recordset to generate an XML file. The problem is the is the file that is saved contains a number of fields from the same table as well as the fields from the text field; most of my data is in the text field an ...Show All

  • Nasir Javed culture class

    can i get some sample code using culture class, plz & some important methods used in it. thanks.... Try this forum: .NET Base Class Library ...Show All

  • Keithdizzle Web Service Config file

    I have just created a new web service.  What changes are recommended from the default config file for the web service to improve  code security   Thanks, Fred Herring Have a look here for some security related articles: http://msdn.microsoft.com/practices/compcat/default.aspx ...Show All

  • prativen_msft Stop a windows service on a remote machine

    Hello, I have to create  an application on my machine(A) to start/stop a Windows service on another machine(B)  connected through network. I have used the System.ServiceProcess.ServiceController object. It provides two properties to specify the 'machine name' & 'service name'. But when I use the ServcieController object's "stop" method, I get an error indicating that I don't have the permission to do stop a service on the machn ...Show All

  • Nabulaer Remoting Configuration in VS2005

    Hi there, I'm trying to configure the remoting services and channels of an application using the app.config file in VS2005. It keeps giving me an error telling me that it... Could not find schema information for the element 'application' as well an error for every other child element under the <system.runtime.remoting> element. Here is the start of the configuration.... < configuration > <!-- Configiration of t ...Show All

  • Nicolas Lehuen Interop Error "Specified cast is not valid"

    Hello:   I just want to get some help from the MVP's here to clarify my perception is correct for this problem.   I am loading two c# addins on a COM server.   Both the addins are using two different PIA's (different version) of the com application s.   Now when the application starts, and it start to load addin1, addin1 creates a command  or rather in straight words adds another object ...Show All

  • sunfriend The SqlConnection.ConnectionTimeout Property =0 doesn't cause effect

    Hello, I have a stored procedure which returns a resul tset , but it spends more than 15 seconds in process the information and return it. (executing it directly in the QueryAnalizer spends about 36 seconds) I have modified directly the connection string property, but the message exception continues even if the value is 0. ConnectionString: "Data Source=172.17.30.5;Initial Catalog=infoaccess;User Id=user_infoaccess;Passwo ...Show All

  • rvlemmings System.DateTime.Now accuracy in .Net 2.0

    I would if any improvement have been made in term of accuracy for the System.DateTime.Now property With .Net 1.1, this timer did have a very low accuracy, about 10~20ms, that is two orders of magnitude worse than the accuracy that you get with the mono implementation. Does someone know if this issue have been resolved with .Net 2.0 Thanks in advance, Joannes Joannes, thanks for the query. We will investigat ...Show All

  • mehmet bey XmlDataSource

    hi, how i can use XmlDataSource to handle complex and nested Xml Structure in asp.net 2.0 or any other efficient way the Xml Looks like that: <MailList> <Mail> <Title>Mail</Title> <Attachments> <Attachment id =1> <Image>/9j/4AAQSkZJRgABAQEAZwBnAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyM ...Show All

  • Redrori Match and Replace question

    Hi all, let say that my string is : /// <author> aaa /// <author> bbb /// <author> ccc 1. how do i match all the authors except author aaa 2. how do i append the string "2006" to the authors names found in #1 Thanks. (Moderator: Thread moved to the Regular Expression Forum and Title tweaked for quicker thread understanding during a search) Can you not change yout pattern dy ...Show All

  • donald_hodges How to Develop AutoStart WebService?

    Hi All I wand to develop service which should be started automatically. so my timer can be started. and it can perform some event. Web services should not need to be called explicitly. As machine gets started it should be started. my service contains timer which works afterwards. Please Can Any one Tell me create a Windows Service instead of a Web Service. In WSE ...Show All

  • David R. Williamson SQL Server Access?

    I am just wondering the extent of access to SQL Server databases in the Visual Studio Express Editions vs. the Visual Studio Standard Edition. Will I be able to connect to a SQL Server database, or will I have to do it manually (by code), and is this against the license agreement Thanks.   chrisj wrote: So if I had the Express editions, I could simply access the database by code and make custom funct ...Show All

  • Jassim Rahma How to properly deserialize a property with type "Object"

    Hi all, I have a class which is serialized to XML as part of custom serialization of a dictionary. The class has several properties, one of which which returns an Object type. The actual types that the property can hold are String, Integer, etc. Serialization and deserialization of the dictionary does not cause any exceptions to be thrown. However, when deserializing, the property contains a two-item array of XmlNode objects (one XmlAtt ...Show All

  • Sinisa ...and still cannot see the server from Visual Studio

    I've got both SQL 2000 and SQL Excess, er, Express on my PC doing C# Pro development. If I try to Add Connection to get a data source, I can select an Express database MDF file, and operate on the data OK, but cannot select the Express server - it does NOT appear in the server list. I added the server SQLSERVER.EXE to the Windows firewall 'Exceptions' list, along with Vis Studio - no change. I CAN select the SQL 2000 server OK. ...Show All

  • Cheval Need inputs regarding attachments using DIME, MTOM, etc

    Hi All! ! I am currently in a project and researching about how to go about uploading and reading an image file using web services. I've been reading about DIME, MTOM, 64-byte encoding, MIME, etc. I could not simply decide which way to go. Is there someone who can possibly give light to this To give you more details about the technical requirements. We intend to use all .NET implementation both server and client side, so no interoperab ...Show All

282930313233343536373839404142434445

©2008 Software Development Network

powered by phorum