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

Software Development Network >> .NET Development

.NET Development

New Question

adding windows xp visual style to the vb.net forms
Query string will not evaluate an integer
Oracle 9i & .NET - problems with character sets
NetworkStream with UDPClient
[Need help] linking error for Platform SDK Server 2003 SP1 build 1289
Dataset Merge Duplicates
Download a file from http
'FromObject' is not a member of 'System.Nullable'
Retrieving mehod parameter values using Reflection
Sending Message after AddIPAddress

Top Answerers

omarslvd
diptivs
Amit Tzafrir
Wangen
ollertoncj
Ndt
instereo
Sunilk_007
VenkatDR
Claude M
Vejnar, Benjamin
Only Title

Answer Questions

  • Joe Barry Cannot install .net 2003 on AMD Atholon 64bit 3000

    Successfully installed it on the old intel 1g box but couldn't install it on the new 64 bit machine. Anyone heard/experienced that before It should install fine on the 64 bit system. What is the error that you get when you install the .NET Framework alone Try renaming %windir%\system32\mscoree.dll to mscoree.dll.old if it's there. I try to install VS2005 on 64bit system (AMD). No error message. The ins ...Show All

  • Jay Duggu Web service connection problem

    I have a web serice built which works fine when I did testing on my local machine. It also works fine when accessed from different machine within my private network. I asked a friend of mine to access it from his machine. He can access it and works for few seconds then a following problem occurs The underlying connection is closed. Then he has to exit the application and reconnect. Sometimes I have to reset the server. Looks like this ...Show All

  • R. John emailing photos

    How do I send an email with a photo from a holder Could you please explain what your scenario is WHat is the HOLDER I believe you want to send photos in an email from a folder Is that correct If so, please see this post for how to send an HTML formatted email with embedded pictures: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=59477&SiteID=1 ...Show All

  • Chip Moody Sent EMail Good to a Domain That Cannot Be Looked up on DNS - How is that possible?

    I am writing an .NET e-mail client program. I am checking the e-mail address's domain name via a DNS lookup before I send an e-mail. Consider: person@att.net While I can sent e-mail to person@att.net , "att.net" does not exist on the domain name server. What concept am I missing How can any program find a computer by name "att.net" without going through DNS Brian ...Show All

  • PBSI setspn and delegation

    I am having problems getting delegation up and running using a service account running IIS 6.0. My test scenario calls from a XP client through to a webservice on server iis1, through to another web service on iis2, both web servers runing win2003 SP1. The Domain is at a functional level of win2003. Both web services have windows auth and impersonation set, ping methods to the individual webservices do work ok. I have setup 2 ser ...Show All

  • EMathy Best way to launch a .net application (with parameters) from another .net app.

    I'm trying to launch a windows installed .net application - often with parameters - for instance using file associations - from another .net application. The obvious way to do that is, once you have the path: Process.Start(path, parameters); Although this does launch the app, there are some problems: 1. The lauched app. uses another 'Settings' file than when launching from the start menu. For instance if I save the form's location a ...Show All

  • Paul.Prasanta Named Pipes in C#

    I need to pass data from one process to another.  In the "Visual C++ Version 6" world I would have used a global named pipe for this task.  I'm developing in C# and would like to know what construct there is for either creating named pipes or for a "new" technique to pass data from one process to the other. One other specific is that the process producing the information, i.e., filling the pipe, is a service created using ...Show All

  • Tom Laird-McConnell Deleting row Problem

    Hi, i am trying to delete a row using a simple sql command: DELETE FROM User WHERE userid = 'aaa' but i get the following errof: The data types text and varchar are incompatible in the equal to operator. in the sql server express i have specified the column 'userid' as 'text'. is my sql statement not correct please help. regards, rnv Here are a couple of pointers for you. The first two links below refer to SQL ...Show All

  • Frédéric Denis EventLog in C#

    Hi , I wanted to write messages to windows eventlog . I will read messages from certain file say xyz. What my question is , is there any possiblity to write date and time which i read it from xyz file to eventlog along with other parameters such as source , event id , message etc. Thank you guys for looking into this. Regards, Prasanna. I think the date/time stamp is automatically generated. If you need to log an eve ...Show All

  • Amol Wankhede 2005 IDE bug ???

    Here is an odd behavior i'm experiencing with the new 2005 IDE in Visual Basic. I have screenshots to prove this but I just noticed we cannot add images to these posts, so I will try my best to explain the problem: Recently, during debugging, as I step through code, the debugger seems to "catch" exceptions on the weirdest places, but when I look at the exception, nothing is declared. Let me explain with an example... ...Show All

  • Lucianamaría How to make a VB.NET DLL for use in VC++??

    Hello, I am making a DLL in VB.NET for use in a VC++ app. I can't figure out how to code the properties and methods so that they can be exposed in the C++ program. Also I am VERY new to C++ so I don't know how to use the VB.NET DLL once it's compiled. I started a new Visual Basic class library project and here's the code in the class module: Public Class VBTestDLL     Public Property TestProp() As Integer &nbs ...Show All

  • Robert McGinley Winform accessing to a xml file in shared folder

    Hi, how i can access to an xml file (in a winform application) over local network that is contained in a shared folder for example i want load an xml document with this path: \\192.168.0.54\mysharedfolder\myxmlfile.xml and send login credentials to avoid request of username and password to access.. Have someone a little code example Thanx Raffaele Hello Rafaele, Have you had any luck with the shared fol ...Show All

  • ALBE Check if Assembly is already loaded into AppDomain

    How can we find whether a Assembly is already loaded into a AppDomain or not Thanks, Suresh. Tricky question.  The problem is that you can actually load an assembly multiple times.  Most of the time assemblies are loaded using Assembly.Load() which will load an assembly only once.  However if  you call Assembly.LoadFile() then you can load the same assembly from different paths at the same ...Show All

  • John_Enters This is an improvement?

    This is an improvement In beta2 I could write Me.AuthorFieldsTableAdapter.Fill(Me.DsHasbara.AuthorFields) But in the final product I have to write         Dim afta As New AuthorFieldsTableAdapter         Dim dt As New dsHasbara.AuthorFieldsDataTable         afta.Fill(dt)         What's the sense in that &n ...Show All

  • Maruis Marais TCP Async Callback problem

    hello; this suppose to be an echo server but it doesn't work, it connect and send the welcome message just fine but doesn't receive any data i don't know why, the client send data because i have tried the client by console server and it worked fine but when i use the Asynchronous methods it doesn't work here its my code private byte [] data = new byte [ 1024 ]; private string strdata; private Socket srvr; private ...Show All

383940414243444546474849505152535455

©2008 Software Development Network

powered by phorum