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

Software Development Network >> .NET Development

.NET Development

New Question

single.Epsilon isn't.
XML as a data source and holding it in memory
Getting the type of a value entered in a Textbox?
Create HTTP Service Message
Cannot convert type 'System.Type' to 'System.Data.SqlDbType'
Opening a new window
Problem To Connect With Oracle Server.
Framework is the problem...
Could not find assembly version
Run ConfigSamples.exe failed on IIS not installed

Top Answerers

janfe313
Dave McKinstry
t_o_n_y
Thanh Nguyen
Prakash Jha
JLJM
Vladislav Pereiaslavets
Souri
LC64
bbusacker
Skilled Software
Only Title

Answer Questions

  • Syed Faraz Mahmood Loading HTML/ASPX "Form/Code" using Atlas technology

    Hi, I currently have a website in ASP 3 with frames. I want to convert it into an Atlas website without frames. I get whole Atlas thing to work fine, but I cannot figure out how to display large blocks of HTML (e.g. Terms & Conditions) in the Content section of my table structure without loading a new aspx page I would like the front page to only load once and then load HTML or generated conditional content into different parts of th ...Show All

  • Sanjeev K Purohit Pretty weird behavior in finalizer stack (bug?)

    I am currently encountering a weird problem with .Net 1.1. Basically I have a class public class MyObject {     int myId;     ~MyObject()     {         // lock and misc. snipped         MyStaticClass.SignalDeathOf(myId);     } }   When this class is collected, a death signal is send to MyStaticClass . Based on t ...Show All

  • Armando Gueco DoEvents not available under My.Application

    Problem: When I try to add a My.Application.DoEvents statement to my form code, DoEvents is not a member of the list. Background: I started this project as a Windows Service. To make my initial draft easier to debug, I changed it to a Windows Application and added a form. The program is running and the interface works. I tried the Run Custom Code option under each of the files under My Project, thinking it might regenerate the myApplication ...Show All

  • WaseemA How to force an assembly to run under .NET Framework 1.1 when calling from COM application.

    I have following problem. I have two .NET assemblies working under .NET framework 1.1. For example the assemblies are A.dll and B.exe and B.exe references A.dll. A.dll is exposed as COM component too. It is registered by regasm.exe and it is consumed by C.exe written in VB6.0. All these files are stored on network share, so configured .NET 1.1 security policy to full trust code from the network share. Everything works fine until .NET Frame ...Show All

  • MichaelS Parser Error Message: Execution permission cannot be acquired.

    Hello I get following error and I don't know how to resolve it. Server Error in '/' Application. You should exlude the c:\windows\microsoft.net\framework\v1.1.4322\ directory from the Indexing Service on the server. Use "Computer Management" to do this. If you are a little paranoid, then also exclude all temporary ASP.NET application folders beneath the .NET root folder. ...Show All

  • Pranav Shah sqlTransaction problem

    have a DataTable with an autoincrement primary key that is retrieved from the database after insert. When I execute my InsertCommand within an SqlTransaction the rows in the DataTable are updated with the autogenerated key from SQL Server. However, when one of the inserts fail and I rollback the entire transaction, all my DataRows are left with the invalid keys from the database and a RowState of Data RowState .Unchanged instead of Data ...Show All

  • JaysonC Exception: "The underlying connection was closed: The connection was closed unexpectedly." (sometimes)

    I have a windows app connecting to a webservice. In some situation(s) (haven't narrowed it down enough), I get the following exception: The underlying connection was closed: The connection was closed unexpectedly. When this exception is thrown, it is calling a method of a web reference. Now the situation that we experience this is on a laptop in the field that is using a WWAN connection in at least one location. It works fine in the lab ...Show All

  • Craig Camm Nd open source program to detect signal stg of an access point link with wireless client

    i am finding an open source software tt detect signal stg of the link prefered in dB. or maybe also connect the client to the ap. I haf tried lots of programs but all doesn;t work.. can any 1 pls tell mi where to get them.. i nd a sample to start off my project. Ps: i will be doing a project to detect the physical presense of a person using a wirelss client. If he move ard the area the server will be notified. but now i am ard stuck at the 1st p ...Show All

  • JMathews Urgent::: Please guys I need your help in this problem

    Problem Summary: I tried my best to solve this problem, however I couldn't at all. I'm developing a windows based application which is using a SQL server to store the data in its tables. The following code works very fine with the select statment Dim connString As String = "workstation id=HAITHAM_SALAH;packet size=4096;integrated security=SSPI;data source=HAITHAM_SALAH;persist security info=False;initi ...Show All

  • Anonymous 069 HTTP 405 method not allowed

    Hi all, I want to upload an image from mobile to my PC. I'm using the HTTP(POST) method for doing that. all the time I get "405 Method not allowed" error in the mobile. Is the IIS support this way or I have to do that otherwise. With downloading image to the mobile I did it, but uploading the is a problem Have to make certain configurations to the IIS. Is ther other ways to do tha. An important thing to say that the mobi ...Show All

  • DueyDooDah FTP Server Passive mode

    I have spent quite some time writing an FTP server mostly based on the .net example chat program. Suffice to say I can see light at the end of the tunnel. My last big hurdle is this: When a client connects in and requests passive mode, I'm having a hard time figuring out how to send them the data they need.  I understand I'm going to need to response with an IP address and port for them to connect to and then open that port with a listener. ...Show All

  • Gjergji Stasa Multiple FTP commands via one connection

    Another FTP question.  :) What's the best way to use the 2.0 Framework to send multiple FTP commands during one connection The FtpWebRequest class seems to make a separate connection for each command.  I'd like to connect/login once, send two or more FTP commands, receive the response to each, then disconnect.  Karen The current Ftp model is a request response model similar to http. It is a s ...Show All

  • alshami how to show string of data in text box using parmeter query

    I am tryin to input an ID number and retrieve all the information from that particualr ID Private Sub btnSubmit_Click(Byval sender As System.Object By val e As System.EventArgs)Handles Button1.Click connClass.Open() Dim cmdStudents As New OleDb.Command Dim sStudents As String = Select Student Name, Information From ClassName Where Student ID = cmdStudents.CommandText = sStudents daStudents.SelectCommand = cmdStudents Dim cb ...Show All

  • AnilMenon Parent-Child Table Updation Problem

    Hi! Note: I'm not using  Typed Datasets. I've window form from which: I'm adding new departments to department (DID,Department) table and then adding new employees to employee (EID,Name,DID) table. These tables are related by column "DID" and are filled into one main data set. on form I create new departments and add new employees to both older/newly added departments. I'm using two data adapters, one for employee and ...Show All

  • niravk System.Threading.ThreadAbortException' occurred in mscorlib.dll

    Hi all, I have a problem while executing the statement as follow : Response.Redirect( "AddUser/AddUser.aspx" ); It gives me an error message as follow : 'WebDev.WebServer.EXE' (Managed): Loaded 'C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\formsauth\64230fa5\240941c6\App_Web_hoxi76sl.dll', Symbols loaded. The thread 0x9b0 has exited with code 0 (0x0). A first chance exception of type 'System.Th ...Show All

404142434445464748495051525354555657

©2008 Software Development Network

powered by phorum