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

Software Development Network >> .NET Development

.NET Development

New Question

FindForm always returns null
Please help
Can't get a TCPClient Connection working
Webservice SSL issue
Serial Port Event
Who can solve this problem? Is there any genius?
accessing remote web service from pocket pc application(smart device .net)
3Month and still baffled. XML Namespace SSI Help needed
Documentation: SynchronizationContext and synchronization domains?
Create new context for each method call

Top Answerers

donjuawnu
Vinko
Nestor Dominguez
Mike Gomez
vishal aptel
Garry Marshall
freda123
devc#
John Lynch
erwinpogz
CandyPress.Com
Only Title

Answer Questions

  • Leland .Net 2.0 release version breaks VS 2005b2?

    I have just upgraded my .Net frameworks to 2.0 release version, and in the process, I had to uninstall the previous beta version and also some other stuff like the compact framework. Now, Visual Studio beta2 is not launching anymore. Is this a known issue With kind regards. One other thing is that, yes, .net alows you to have serveral versions of the framework installed on the system. NOT serveral builds of t ...Show All

  • Dobriendob Windows Forms and XAML

    What is XAML And how one can do programming with it Is it supports  both for windows application development and web application Any one is having good material on XAML Thanks in Advance.. XAML is a Markup language for creating UI. This will be supported in Avalon, which is the display subsystem for Longhorn, the next version of Windows. You can get more information from http://msdn.microsoft.com/longhorn/ Rgds, Anand http://www.d ...Show All

  • azarc System.net.Mail default smtp host

    i was using the old system.web.mail classes. and try to sent emails with net.mail, but i get an exception: System.Net.Mail.SmtpFailedRecipientException was unhandled by user code   Message="Mailbox unavailable. The server response was: 5.7.1 Unable to relay for bla@bla.bla"   host property of SmtpClient must be set up! but what is default smpt host is it "localhost" i get an exception if i use it. thank u for ur advice ...Show All

  • MetroP unzipping files in a ZIP file

    I need to read in a ZIP file (WinZIP file) and write out the files contained to a folder, can I use System.IO.Compression I've looked at the deflate stream method, and this looks easy enough to decompress to memory, but how do I write out the files from this point thanks think I might have to, I have used that before, although had to mess about with the source code a bit and re-compile it. I just hate using ...Show All

  • Yifan Lu invalid primitive type:system.reflection.missing. Only CLS compliant primitive types can be used. Consider using CodeObjectCreat

    I am using VS.NET 2003 and .NET framework 1.1 with hotfix (KB886903). I got the error message when I tried to place an OCX component on to a form: "invalid primitive type:system.reflection.missing. Only CLS compliant primitive types can be used. Consider using CodeObjectCreateExpression." This article http://support.microsoft.com/default.aspx scid=kb;en-us;811532#appliesto says MS has a fix download, but I couldn't find it. ...Show All

  • MFH Schoonbrood Data grid update problem - index out of range

    All, I'm new to .Net and ASP (previously worked in Access using VBA and ADO so everything is totally different and confusing!!).... I've got a web page with a data grid on it. I used the Microsoft Help walkthroughs to generate an update command to update data in my Access database. This works on another page with a primary key that is of type string. However when I try to update my current page I get an Index out of range error, and I'm sure ...Show All

  • Innovasys ADO.Net-Insert, Update, and Deleting Records

    Everyone, I'm having a crisis inserting, updating, and deleting records in my DB using ADO.NET. I'm sincerely hoping someone, anyone, can help me with a solution.  I've searched the forums and related resources and have not been able to come up with a fix.  Here's the problem: I have a form with five text boxes and one combo box.  The data set (DataSet1) and corresponding table adapter (TableAdapter1) were automoatically generated ...Show All

  • MBH2 access permission probelms. HELP ME!!!

    I have two computers, a desktop and a laptop, both running win xp home. Both are wirlessly enabled and connect wirelessly to the internet through a belkin router. The desktop will happily see the laptop and share files, and everything seems to work just fine. The laptop, however, refuses to see the desktop. I have shared all folders properly, both are part of the same workgroup, and I have run the network set up wizard, and tried to connec ...Show All

  • ehartwell How to use XSLT for the reports generated using SQL Server 2000 reporting Services.

    Hi, Can any one guide on how to use XSD and XSLTs for the reports generated using MS Sql Server 2000 reporting services and Visual Studio 2003 using C#. Thanx in advance. Regards Vishnu Render report to XML, save to file and write an XSLT that would transform the XML into whatever you want. When XSLT is ready, if report is published then publish the XSLT to report server and update your report definition ...Show All

  • Michael Entin SSIS VS.NET 2003 to build applications using .NET Framework 2.0

    Can one use VS.NET 2003 to build applications leveraging the .NET framework 2.0 Sorry, are you realy " MCSE, MCSD, MCDBA, MCAD, MCSA, CISSP, SCSA " Hi, Definitely. But you should use MSBuild . cheers, Paul June A. Domag Okay, let me ask the reverse.  Can I build .NET 1.1 applications with VS2005 Yes I am. I was doing an exam every 4-6 weeks, for th ...Show All

  • Glowball Service not installing as LocalService

    I have a service that I finally got installed as a LocalSystem account, but could not get it to  install as a Local Service. Why is that Thanks, Tom I believe the reason Local Services doesn't work is that the service you have wrtitten is calling functions that require admin rights, not anonymous rights (that Local Services have). I am not sure. I am just building t ...Show All

  • tryanothername WSE 3.0 and Custom Token Manager

    Hello, We have made an application in Visual Studio 2003 with WSE 2.0. Now we have try to convert it to Visual Studio 2005 with WSE 3.0.  When we are running the application we get the following error: WSE032: There was an error loading the microsoft.web.services3 configuration section. ---> System.Configuration.ConfigurationErrorsException: WSE040: Type ZKHNet.Model.Services.CustomUsernameTokenManager, WebServices could not be lo ...Show All

  • SkiesOfBordom Connection to Sybase

    Hi, I'm having problems creating a connection string to connect to a Sybase db. I have tried both of these methods... ODBC: CONN_STRING = "driver=Adaptive Server Anywhere 9.0;server=XXX;Database=XXX;uid=xxx;pwd=xxx" Dim xConn As New odbcConnection(CONN_STRING) xConn.Open() and the error I get is "ERROR [08001] [Sybase][ODBC Driver][Adaptive Server Anywhere]Database server not found" OLEDB CONN_STRING = "driver=Adaptive Server Anywhere 9.0; ...Show All

  • Mike.PD Error while sending email using ASP.NET 2.0 Beta 2 (Visual Studio 2005 Beta 2)

    While trying to send email using <code> SmtpClient obj_SmtpClient = new SmtpClient (); obj_SmtpClient.Host = "" t; obj_SmtpClient.Send(s_from, s_recipients, s_subject, s_body); </code> I get the error message: Failure sending mail. Unable to connect to the remote server An established connection was aborted by the software in your host machine at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, So ...Show All

  • Mark Jo X has encountered an error and needs to close...

    In .NET 2.0 it sometimes happens that users of my application receive an error just like in Microsoft programs: X has encountered an error and needs to close. We are sorry for the inconvenience. Would you like to send an report to Microsoft (! ) I don't understand... what kind of exception are that This thing didn't get caught in my general try catch handler... It seems to me that this is a joke  :( Thank you for any help! David ...Show All

212223242526272829303132333435363738

©2008 Software Development Network

powered by phorum