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

Software Development Network >> .NET Development

.NET Development

New Question

Detect and Monitor Dialup RAS connection and RAS Internet connection
char* from c code via dllimport loses last character
XmlTypeAttribute & Namespace in WebService proxy generation
Web Services hanging and timing out
VB.NET Database usage
XML Question using VB.Net
Jscript runns out of order
AssemblyVersion
WebService running under user account?
Displaying SQL default values in vb.net form

Top Answerers

George_egroeG
Yousuf Khan
vooroojak
cyap
timmid
Richard Otter
BMEMBERG
tylerl
xsfidoo
bubixMister
cBigNumber
Only Title

Answer Questions

  • Sperin What's the value of short-lived thread to be use them in thread pooling?

    There are several situations when we can use thead pooling, and one of them is the slum number of short-lived threads. Can anybody give a practical explanation of which time of working thread is considered short-lived and from what number of threads they need to be organized in pool. For example, if we have 10 threads with average work time for each of them abt 300ms. Should they be included in pooling Any other examples Thanks, it's exa ...Show All

  • dnzone SQL: Problem With Time

    Good day! I am currently doing a module where I should be able to generate reports. I have a schedule table and an appointments table. Upon combining the two tables, I should be able to produce: 1) Available and Unavailable schedules 2) Available schedules only 3) and Unavailable Schedules Please help me because I am havong problem regarding the datatype datetime I need to finish this before friday. Thanks! Hi ...Show All

  • vinod123 Problem: How to draw text into bitmap?

    Hi, I need to draw text into the bitmap. Resulting text should be "smooth" (antialiased) and international scripts should be handled properly. In addition, it should be fast. You might think, "That is simple, isn't it " Well, it is not! There are at least two ways to do it: 1. Graphics.DrawString and 2. TextRenderer.DrawText. Problem is that I cannot reach my targets with these two guys (who wou ...Show All

  • piotrfe Unable to find assembly .... trying to deserialize a stored memory stream retrieved from SQL in a class all within the same dll

    The Following Error Occured: 5 Unable to find assembly 'WOB_RE, Version=1.0.2242.14202, Culture=neutral, PublicKeyToken=null'. Current Context: Initialize Activities Grid: mscorlib --------------------------- OK --------------------------- '************** WOB_RE.dll is the application dll..... '******************* Here is the class code The error code comes on the line in RED Imports System.Runtime.Serialization I ...Show All

  • Discoman Downloading files from an ASP.Net popup.

    I have a problem downloading files. My requirement is that I want to download files(mostly .mpp, .xls files) from a popup window. I am giving the code from an iFrame in the popup to avoid the popup being closed. But I am not able to give a suitable name for the downloaded file(it is downloaded in the name of the iFrame itself). Also i am ignorant of the fact if the download is complete or not. Is there any way I can tackle this problem ...Show All

  • FJ978 Problem while opening a recordset from an xml in C# using ADODB wrapper

    Hi, I am working on C#. Using the wrapper classes for ADO, I open a recordset and saved it as xml file (xml persistant format) . Now I want to open the recordset from the same xml file. This is straight forward in ADO. You just call the Recordset.open(FileName) but since in .net we need to specify all the parameters for the Recordset.Open method, I get the Argument of invalid type or unaccepted error. Any help on this. Thanks Rits ...Show All

  • Siggy01 Merge different XML feeds into one XML feed w/ Asp.net 2.0 c#?

    Any ideas on how to perform this I have multiple XML feeds coming in (not RSS), and each feed contains similar schemas (with different formatted terms) and I want to be able to combine them all into one source; sort it based upon variables, and then write it out as an XML document. Any ideas Thanks! jpkuzma, use XSLT: XSLT is a language for transforming XML documents into other XML documents. (from W3C website). Create X ...Show All

  • Becky Weiss - MSFT should we put our ADO.Net objects in data tier or biz tier

    Datadapeters, connections, datasets, parameters. should we put them in data classes or in the buziness classes. I think Queries, views, columns we should put these in data tier , right Thanks thanks As a rulle of thumb ADO.NET has to be in the Data tier logic. However, there are situations when Business tier needs a direct access to the database. It rarely happens though. Further more you should consider encapsulating your ADO ...Show All

  • Sriram Krishnan MSFT How to develop ASP.NET application?

    Hi, all here, I am new to ASP.NET, would anyone here please guide me about basic steps for ASP.NET application in SQL Server 2005 Business Intelligence Development Studio Like how can I start the ASP.NET environement and its default namespaces for its supported languages (like C#, Visual Basic.Net etc.). Thanks a lot for any guidance and help. With best regards, ASP.NET questions are off topic here, try www.asp.net instead. ...Show All

  • dseydel Creating our own datasource

    Could We create a structure so that it could be binded as a datasource to control who supports databinding. If yes Could any body provide me a sample (with code) of creating our own datasource in C#.That is i don't wan't to bind to dataset ,xml etc I wan't to create my own datastructure.What I have to do. By generic I mean General not the generic you understand. Could I bind Your class as datasource to the combo,textbox,gridview,e. ...Show All

  • Mark W.Robbins How to attain external IP address as I am behind a router.... ?

    I asked a question here : http://forums.microsoft.com/msdn/ShowPost.aspx PostID=115743 and I got a great response but the coding for vb 2005 only returns the internal ip address ie 192.168.x.x can anyone help me in vb 2005 to return the external ip address ie the one that your ISP assigns you HERE IS THE METHOD TO GET XTERNAL IP Create a webpage and host it in any site(not local system or local host). ...Show All

  • JAlexandrian .NET Security Permissions

    Hi All, I have some code that I wrote a while ago that is a file browser.  I use the call Environment.GetLogicalDrives() to return the drives on my computer.  This code used to work, but with the new framework I am not getting "Because of security restriction the type ... cannot be accessed". How do I give my application the sufficient permissions it needs. Here is my code to get the drives:      public str ...Show All

  • qbnsoftware How Big an Executable could be?

    In escenarios where tha target is a complex application, the final executable file could have more than 4 o 5 Mbytes size. The size of exe files have impact on client machines   How big exe files could be   Is there some paper with recommendations regarding this topic Or,  are thre some recomendations or strategies to develop complex applications Thanks Campo         The size of exe ...Show All

  • korihelvete Editing DirectoryServices object

    Hi, I don't know if this is in exactly the right place but it's to do with communications and networking stuff so, anyway, I have an ASP.NET application which updates the description and location fields of computers in AD. My problem is that when using my own PC as the web server (my PC is also the development machine which has vs2002 and vs2003 installed) the application is able to edit AD computers fine, but when uploading it to the server is ...Show All

  • Scotty Davis Array class problems.

    Hi, I have som array problems, I have looked for informations about my problem, but can't find any solutions. The code below i a simpel exampel of my problem. Gratuful for any answear of my question. BR Matt Sweden --- using System; public class TelephoneBook { //!QUESTION!-HOW SHOULD A CONTRUCTOR LOOK LIKE FOR "arrPhoneBook" //!QUESTION!-HOW SHOULD A DESTRUCTOR LOOK LIKE FOR "arrPhoneBook" //Methods public ...Show All

123456789101112131415161718

©2008 Software Development Network

powered by phorum