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

Software Development Network >> .NET Development

.NET Development

New Question

Parameterized queries
XMLSerializer Bug?
Exception with System.Type.GetType(...) function
how to connect MS Access in C language?
How can I know the reference count of an object?
How do i obtain an MCSD
Connecting to Progress Database from .Net
Security Errors running program on a share
Connect to Access database using Internet
Uri Bug??

Top Answerers

Jonathan R
Faizel
VBAnkan
David Emigh
Whisk
RaghuramKr
Shahaji
Matt24
Dijaym
EdenR
Medical News Today: Public Health News
Only Title

Answer Questions

  • HerbiNZ Working with many-to-many tables in Visual Studio 2005

    I am building a form in C# using VS 2005 pro that works with a many-to-many set of data. Does anyone know of a good tutorial or something that would help I have lots of material on how to work with master-detail records but there seems to be little information out on dealing with many-to-many situations that use a link table. a many-many relationship with a link table is the same as two master-detail re ...Show All

  • RSDEVELOPER Xsl n00b: Using external .css with XslCompiledTransform

    I am using code similar to the following to transform an .xml file to .html. The webReport is a WebBrowser control on a Windows Form (C# 2.0). (Code appears in a button click for experimentation purposes.) MemoryStream ms = new MemoryStream(); XslCompiledTransform xt = new XslCompiledTransform(); xt.Load("DailyBalanceReport.xslt"); xt.Transform(@"c:\test\SampleDailyReport.xml",null,ms); m ...Show All

  • boonpin Web service request fails with HTTP status 400: Bad Request

    I am having troubles with the 400: Bad Request error with my web services, called from ASP.NET 2.0. Here is the setup: App Server A: IIS 6, Windows Server 2003, ASP.NET 2.0 (local dev box) App Server B: IIS 6, Windows Server 2003, ASP.NET 2.0 (test server) App Server C: IIS 6, Windows Server 2003, ASP.NET 2.0 (production server) DB Server D: SQL Server 2005 running native web services (Windows Server 2003) Servers A, B and D are on the same subn ...Show All

  • GMann How to marshal structure with "two and more level of" nested structures into it?

    Hello to all, I hope someone can help me, i really need help as soon as possible. I need to marshal structure that contains other structure, and the second also contains nested structure inside it. I talking about structure PRINTER_INFO_2. I need managed version of it. I will paste a snippet how this struct seems and other struct called _devicemode in it, otherwise all of you probably know what is it in fact. typedef struct _PRINTER_INFO_2 { ...Show All

  • Ray.DBA Changing TimeZone for application

      Is there a way to change the TimeZone for an application   I have a Remoting application and we'd like everyone to view the times in EST.  I was hoping there was a way to change the setting in the AppDomain or something. BTW, I'm still in version 1.1 and I'm dealing with a WinForm client. Thanks for any help, I don't think you can since the time zone is dependent on the machine's conf ...Show All

  • imrash Get Data from relational database with Webservice

    In my database i have 3 tables. One is the master table and the two others are chlid tables. On the webservice I have a dataadaper for each of these tables that accesses stored procedures. With my windows forms programm I search with various parameters for rows in the master tabel. What I now need to now is, how can I find the rows in the two child tables that are related to the rows I selected on the master table and fill them in the ...Show All

  • Andrew Richardson System requirements for VS 2005

    Does anyone know what the runtime requirements are for solutions developed in VS 2005 Thanks, Eyvind. Hi, Is it for developing an application or running a developed application The requirements for using VS2005 to develop an application would be more as compared simply running an already developed app.. For development I'd recommend having a minimum of 512 MB RAM on minimum of 1Ghz Processor. Vikram Thi ...Show All

  • sdmeijer ...encountered a type that derives from a generic class and is not marked as [ClassInterface(ClassInterfaceType.None)]

    I am getting this compiler warning in my project and it doesn't seem to make sense.  What am I doing wrong "Type library exporter warning processing 'B, myAssembly'. Warning: Type library exporter encountered a type that derives from a generic class and is not marked as [ClassInterface(ClassInterfaceType.None)]. Class interfaces cannot be exposed for such types. Consider marking the type with [ClassInterface(ClassInterfaceType.None)] ...Show All

  • Eric Gagne C++ .NET - Create, Read and Write Excel

    Does anyone have any sample code in C++ .NET managed code to Create, Read and Write and Excel 2000 Spreadsheet If not, can you point me in the right direction to find documentation, articles, etc. For those who are interested, Jason posted a reply in: Visual C++ Visual C++ Language Re: C++ .NET Managed Code - Excel 2000 This solution worked for me. Thanks everyone for your input, Joel ...Show All

  • JVS XSL Character Count

    I have an XML file with child nodes holding values like "0045", "0008" etc. As u can see the count of zeros keeops varying.How do i write an xsl to get the count of zeros in the node string-length(translate($value, '123456789', '')) will give you number of zeros in $value string. I want to store this in a local variable and and so that i can use that as an index to the substring funct ...Show All

  • John A. Bocharov - MSFT forms databinding

    I have been playing with data tables, binding sources, table adapters on windows forms for about a week now, the drag and drop style.  I come from asp.net (web matrix) where (almost entirely) and I am used to doing everything in code.  My question is: is there a reason for me not to continue this way in windows forms   The main reason I prefer the asp.net style, binding everything in code or events, is because I have so much more ...Show All

  • Rangi [net2.0] FTP - GetFileSize

    Hi! I want to retrieve the Filesize of a file on  a ftp-server. I tried this listing :         Dim size As String         Dim reader As StreamReader = Nothing         Try             Dim request As FtpWebRequest = WebRequest.Create("ftp://server.com")       ...Show All

  • blackArt System.Data.OracleClient versus Oracle.DataAccess.Client (ODP.NET)

    Oracle provides .NET classes for accessing an Oracle database. These are derived from ADO.NET base classes and thus are highly compatible with everything else. This library is sometimes referred to as ODP.NET and is found in the Oracle.DataAccess.Client namespace. Similarly, Microsoft provides .NET classes for accessing an Oracle database. These are just the default classes provided with the .NET framework and are found in namespace System.Da ...Show All

  • Christopher Collis IrDA in 2.0 .NET Framework?

    Will the IRDA assembly which is present in the 1.1 .NET Compact Framework be available in the 2.0 .NET Framework When is 2.0 .NET expected to be released Hi, If you install the .NET CF v2.0, then the Compact Framework SDK assemblies reside at \Program Files\Microsoft Visual Studio 8\SDK\v2.0\CompactFramework\WindowsCE. This folder also contains System.Net.IrDA.dll assembly. Based on this I think IRDA is suppo ...Show All

  • Roel van Lisdonk Debuggin A DataSet

    I recently switched over to .NET 2.0 using VS2005 and I am having trouble debugging a certain table in a dataset. I used to be able to look at the contents of each row in a table but I can t do that now, how do I do it When I debugg, I drill down to the "Rows" property of a table, then it gives me a "List" property but every item in the list doesnt give me any details of each ...Show All

94959697989901234567891011

©2008 Software Development Network

powered by phorum