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

Software Development Network >> .NET Development

.NET Development

New Question

C# wait for x seconds
Retrieve Schema of a Table/View/Sproc
Errors with latest 64 bit sdk
ADO: Copy Access Table into new database?
insert into a table using DataSet
Trouble Retrieving Data with OleDBAdapter
Problem with DataTable.compute method with CurrentChanged event present
RAS
Saving User Preferences
Can't save multiple authors to topic

Top Answerers

Hippo
havoc27
Confused4130
visting
Malika Senaratna
CarlosAcosta
Sweety103741
CV 8.0
Dave Friedel
KiwiDev
Les petits d茅brouillards
Only Title

Answer Questions

  • MikeB. Whidbey System.DirectoryServices

    Hello, I'm using Whidbey Beta 2. I need to work with Active Directory. Can anyone help me with regard to documentation What is the name of the assembly I need to import in Whidbey The System.DirectoryServices assembly seems to be gone. Please help! using System.DirectoryServices; Should be the code that you need.  What error is it giving you exactly ...Show All

  • Alistair Leslie-Hughes Best Practices for Large App Architecting/Construction

    Developing an Insurance app which has multiple projects Project 1 -- Core Layer (Data access, utilities, security namespaces) Project 2 - Business Layer(Accounting, Policy, Coverages, Client, Insurer Namespaces) Project 3 - Application (forms and user controls- more than 500 unique forms and user controls) The problem is that Project 3 is getting onerous. A team (of 2) that works on Accounting has to continually recompile the policy ...Show All

  • Gray_ .NET 2.0 SNMP support

    Is there any SNMP support in .NET 2.0   Any info on how to write a SNMP client Thanks. not natively - i don't think so ... but there's a couple dlls / packages out there might help .. i've tried - http://www.codeproject.com/useritems/SNMPDLL.asp it's pretty useful - God bless. I know you posted this a long time ago, but I have a question. Your answer said SNMP is not supported but can be done b ...Show All

  • Inkyskin_UK Could you write a XSLT for me? Many thanks!

    Could you write a XSLT for me Many thanks! I hope to transform the Soure XMl to the Target HTM (the same as the Bookmark.htm of IE) using XSLT, I'm a beginner, could you write a XSLT for me Many thanks! -----------------------------Schema--------------------------------- <xsd:schema xmlns:xsd=" http://www.w3.org/2001/XMLSchema "                  xmlns=" http://w ...Show All

  • IddieQ Installing .. advpack.dll

    Not sure if this is where to put this question but I can't find anything else on these forums (shrug ). I'm trying to install the 2.0 redistribution package and get an error with c:\windows\system32\advpack.dll when trying to install. Any suggestions The reason I'm looking to install it is because I have an application that requires it. Maybe I actually need something different Ugh. lol I am als ...Show All

  • Captain Kenny How to display dynamic data

    I'm currently looking for a way to display data dynamicly on a form. It would be in a table fashion with radio buttons/check marks for example... [ Radio button | Checkbox | Data to be displayed | More data to be displayed] [ Radio button2 | Checkbox2 | Data to be displayed2 | More data to be displayed2] [ Radio button3 | Checkbox3 | Data to be displayed3 | More data to be displayed3] I found this to be very easily done with ...Show All

  • bobchauvin Cannot find member name System.Data.SqlClient.SqlError

    [reposted from newsgroups] Hello, We've got a WinForm application that uses remoting to connect to our servers. Fairly recently, we've started seeing the above error instead of the SqlException we should be getting. I've found one thread through google that seems to be about this problem, but the post that supposedly solves it is no longer available and the KB article for hotfix 887549 doesn't mention this particular error. The problem ap ...Show All

  • DavidAtPgMensys Audio Control

    Please forgive me if this is in the wrong part of the forum, but I am trying to find out how to control line-in mic and cd levels through VB.net Has anyone seen this done or know how I could set about it I'd be greatful for any advice. Regards Check out the following article: Audio Library Part I - (Windows Mixer control) By CastorTiu http://www.codeproject.com/useritems/AudioLib.asp It's in C#, but you shouldn't have much proble ...Show All

  • Buruburu File Size via FTP

    Is there a preferred way to obtain the size of a file stored on an FTP server using the 2.0 Framework The best I've come up with is to contact the FTP server via an FtpWebRequest object, with its .Method property set to W ebRequestMethods.Ftp. GetFileSize. This causes the size to be returned in the FtpWebResponse object's StatusDescription property.  But its preceded by the Status Code value, so I have to parse the StatusDescription ...Show All

  • Chester03 WebRequest.Create in a hosted control is extremely slow

    Hello all, Context> I'm currently working on a small web application that has a Windows Forms user control embedded in a web page. I use .NET Framework v1.1. The user control performs multiple file uploads. Problem> I wrote the upload code using HttpWebRequest (since WebClient doesn't allow developers to use cookies). When I call WebRequest.Create(url), the first call on this method takes a large amount of time to complete ( ...Show All

  • Scott VanDelinder SQL Express v2005 problems

    UGH. I've acquired a client with a huge application in VB and part of it uses an SQL Express 2005 server. I run Team Suite - RTM and as far as I know, I'm using the SQL express supplied with it. My OS is XP - Pro We have added his database using the SQL Management Studio CTP. The error logs show that this database was connected and then I rebooted. When I rebooted I've not been able to activate the SQL Studio Manager. It just won't act ...Show All

  • Atsu Request for the permission of type FileIOPermission failed

    I have a ASMX Web Service that references a custom DLL we have created. The DLL has a function to read some settings from a XML file that we deploy along with the web service on the web server. When I run the solution on my local machine using the web server built into VS.Net 2005, everything works great. When I deploy it to our Web Server running IIS, I'm getting an error saying it doesn't have proper permissions to read the file. The entire ...Show All

  • GreyWolf001au Getting starter kits off SQL Express/2005

    The starter kits seem to be geared so thoroughly to shared memory and authentication surrounding it that I am finding them to be far more of a hinderance than they are worth. It's not just a matter of changing connect strings.  PWS has some SQL 2K scripts but these only address part of the problem. Security roles for the web are blurred with the data connectivity and... well why do I want to use a starter kit  if I have to sp ...Show All

  • shaybobwen Custom Sink with Compression and Encryption

    I have Custom sink which is modified version of Stephen Toub's Asymmetric Encryption Channel Sink.  It works fine. When I included Compression in that, it gives me an error "The client sink is unable to maintain a secure channel with server". I think I am not calling Compress/Decompress properly. Does any one have working example of Server and Client Sink which does both Encryption and Compression  I am referring to Ingo Rammer's ex ...Show All

  • M Sivakumar how to find a control value in a gridview

    String AC; foreach (GridViewRow gvrow in GridView1) { AC = gvrow.FindControl("NID").ToString() + "@meme.com"; } Response.Write(AC); Error with foreach: foreach statement cannot operate on variables of type 'System.Web.UI.WebControls.GridView' because 'System.Web.UI.WebControls.GridView' does not contain a public definition for 'GetEnumerator' How do I work this out I also manged t ...Show All

232425262728293031323334353637383940

©2008 Software Development Network

powered by phorum