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

Software Development Network >> .NET Development

.NET Development

New Question

Interesting architectural problem
How to report a bug to microsoft?
Server Name missing from Add Connections in Visual Studio - clues anyone??
Hosting in IIS using Client Certificates
Can I apply an attribute at runtime?
How to get the old typed dataset
TableAdapters and partial classes
Calling RaiseEvent over Reflection?
Upload data in Excel file to DB
.Net 2.0 release version breaks VS 2005b2?

Top Answerers

AMJZA
daniel sovino
W0LF
Peacho
AyendeRahien
RayB1
William the Armadillo
PGIW
Ken6558
minimalistic
CreativeHost
Only Title

Answer Questions

  • Alexei Bocharov Speech

    Am i able to use System.Speech on XP Caz when i run: System . Speech . Recognition .SpeechRecognizer r = new System . Speech . Recognition .SpeechRecognizer (); r . SetInputToDefaultAudioDevice(); r . Recognize(); I get: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) Hello, Yes, you can use the Microsoft Speech SDK on Windows XP. There are two types of general Speech ...Show All

  • Lionel Modi 'CLSID_CorSymWriter_SxS' could not be created error

    Hi all, I build an asp.net application and hosted on webserver, it was working fine but now from last 1-2 days i am getting following error while access any aspx page on web server. i am using .net framework 1.1 version on window 2003 server. vbc : error BC32400: Class 'CLSID_CorSymWriter_SxS' could not be created: Access is denied. vbc : error BC31019: Unable to write to output file 'C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ...Show All

  • aschreiber2 Getting a File's size on disk

    After a few hours of wondering why a FileStream read was failing on a parse I found that the length I was getting wasn't the length to expect. On right-click of an image file in Windows Explorer you can see 'Size' and 'Size on disk:' The value I need to get from my C# application is the 'Size on disk:' - I have done a dozen tests and sure enough this is the crux of my problem -- so how do I get the 'Size on disk:' from .NET Thanx, ...Show All

  • FahimAshfaq Access Add/Remove programs in Control Panel

    Good Day Folks, I was wondering if anyone knew how to access the list of programs in the Add/Remove Programs list as well as initiate the uninstallation of some software listed there, using VB.NET 2002 Any help, pointers, guidance is appreciated Thanks, Chris The list is obtained from the registry under HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall. This is list is actually filtered by the program bu ...Show All

  • Kevin Herring could not find localhost when creating new project

    Hi friends am new to .net and writing a small web service application.am using vs 2005 beta2. i created new project (asp.net web service) and new project dialog box i selected location as "http" and name of project name i entered as http://localhost/customer orders webservice and as soon as i click ok i get following message saying "Could not find a Web server '<localhost>'. Check to make sure that the Web server name is valid and yo ...Show All

  • Quartz... Dynamically creating result columns & data

    I have created a database that has a JOBS table, each row of the table has corresponding records in a JOB_TASKS table. Each job may have a different number of records in the JOB_TASKS table. I am trying to create a query that returns a few fields of the JOBS table, then searches the JOBS_TASKS table for all related records and uses those records to create additional column names back in the query and fill in the data in the correct columns. ...Show All

  • Kenneth Yang XmlNode in Generated Typed Class

    I generated a C# (or VB.NET) class using an XSD file supplied from a Java-based web service.  The schema includes a "body" element that can itself be more in-line XML as defined in a second XSD file (or in others).  The generated class declares this body element as an XmlNode rather than an object.  Why isn't the body element declared as an object like the other XML elements   Do I have to serialize the object base ...Show All

  • SirPoonga .NET Framework 2.0 Beta 2

    Tried Installing .Net Framework 2.0 Beta 2 on Win 2003 ( no service pack 1) , and the installation crashes so can't actually install it. I think I use to have .NET Framework 2.0 either Beta 1 or Beta 2 not to sure, installed prior, I did completely remove it , before installing again. Found the directory and removed it,  and then rebooted still no joy!, Install still crashes when it gets to computing ...Show All

  • ardmore How To Modify DataRow Values In DataTable

    I Have question concerning about  datatabel.  When creating a datatable how can I change values in this tabel .The way I'am trying to work out this problem  it just wount work. Code as follows: using System; using System.Data; namespace ConsoleApplication4 { /// <summar ...Show All

  • MechGuru Port Monitoring in C# .Net 1.1

    Hi, Can someone point me to some relevent resources to show me how to monitor a TCP port for connect/disconnect activity Thanks, -Roy Hi again, Does Microsoft monitor these forums Surely there must be some documentation or articles related to monitoring a TCP port using .Net... Is this only possible with Unmanaged code Thanks in advance for any help here. -Roy ...Show All

  • microzt Best database choice?

    I am wondering what the consensus is on choosing a database solution for a windows forms application when developing for the following criteria: 1. For applications that need to be deployed with their database on target computers (nothing complicated like oracle or ms SQL). 2. small amounts of data...( say...less than 500 mb of data [basically only need to persist small amounts of data between application executions ]) What kinds of ...Show All

  • Fawad Hamid how to "UPDATE a VIEW"

    anyone could tell how i can update a view in vs my dataset has tables and views but views doesn't show any update method please help me ! thanks but i was talkink about "views" and not dataviews.... any suggest please ok,you answer is clear but i have still problems : for example: i have a table (TABLE1) whit this fileds: Id (primar ...Show All

  • orange_square non-microsoft web forum for .net

    hello:      is there any other name online non-microsoft forum site to be for .net programming thanks. Hi, Also try www.codeproject.com . cheers, Paul June A. Domag Hi, Take a look at the DevX Forums: http://news.devx.com/ Regards, Vikram You can also check out: http://gotdotnet.com/Community/MessageBoard/Home.aspx -Ari ...Show All

  • NonGT Fill an unbound datgridview with access data

    I am struugling with some basic concepts here. I am trying to pull some data from an access mdb using a dataset, do some work with that data and then fill a datagridview with the results. The datagridview is unbound because I need to provide calculated coulmn headings (ie dates) - which I can do. I can do all elements seperately but cannot seem to combine them. How do I extract into a dataset, manipulate those rows ie loop through sever ...Show All

  • JohnnieMac In XSD, how can I make the elements occur in freewill order? (Tested in SQL 2005 Express Edition)

    In XSD, how can I make the elements occur in freewill order (Tested in SQL 2005 Express Edition) I know if I add the keyword "sequence" in a XSD, the "Title" element must occur before "Url" element in XML. (Section A) now I hope "Title" and "Url" elements may occur in freewill order, that mean the following two codes are OK! Title="aa" Url=="bb" or Url=="bb" Title="aa"   I try to write the xsd just like Section B (I think the keyword ...Show All

798081828384858687888990919293949596

©2008 Software Development Network

powered by phorum