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

Software Development Network >> .NET Development

.NET Development

New Question

exception handling
active application handle
FileSystemWatcher performance load
Creating new string by adding a few strings at a time
ASP.NET alternative to gallery.menalto.com ???
TableAdapters and Identities
Dial Up connection attempts when connected to Lan
BinaryFormatter problem with Dates
No symbols are loaded for any call stack frame. The source code cannot be displayed.
.NET Compact Framework Size Limitation

Top Answerers

Marco Linders
Giorgos Eleftheriadis
Worf
Chris Riccio
Débil
DebODiver
Chaun Goins
Bojo
CJWalsh
JBrown
Win Design
Only Title

Answer Questions

  • stift2 error CS0117: 'System.Web.UI.IPageHeader' does not contain a definition for 'Metadata'

    When testing beta 1 of Visual Studio 2005, I was able to update the meta tags in the header of a master page (from any aspx page using said master page): Header.Metadata.Add("keywords", "Keyword1, keyword2"); In beta2 I'm getting this error: error CS0117: 'System.Web.UI.IPageHeader' does not contain a definition for 'Metadata' So, how do I update meta tags in the header of a master page now Where's the best resource to look up errors such as ...Show All

  • John Q Question on Asp:Repeater

    Hi, I have an product catalog page for online shopping. This is the sample of the DataSet ID   Name         ThumbnailImage         BigImage 1   Product A      productA.jpg               productA_big.jpg 2  &n ...Show All

  • Raj410 Calling a WebReference operation name the same as the Web service name

    In the WSDL below, the Web Service is "CalcService" and it contains an operation also called "CalcService". When adding a WebReference to this WSDL, the proxy generated (CalcService class) contains a "CallCalcService" method for the "CalcService" operation - persumeably because a method "CalcService" would be mistaken for a constructor. Calling the "CallCalcService" method tries to invoke a "CallCalcService" operation on the Web Service, wh ...Show All

  • sigs007 Comparision between xml files

    Hi,   How can i do comparison between 2 xml files weather they are ideal or different Using C# language.   Thanks in Advance, Hitesh Hi Hitesh, Can you please help me for XML file comparision, as i am a fresher and i need to comapre two XML files using VB. Regards, Prashant I would probably use a XmlTextReader and read all nodes of both the files from start to end, ...Show All

  • Lucy Phelan SqlCommand calling stored procedure with temporary table problem

    Hi there, Env. VS2005 professional, SQL2005 Developer Edition. I have a problem on calling a stored procedure that uses a temporary table through SqlConnection and SqlCommand component added on a form. After enabling these components to appear on the toolbox (I am converting a VS2003 application), I put these components on the form, setting all parameters to connect to the db and calling the procedure. When the sistem ask me if I wan ...Show All

  • jlgourmet Configuring the IIS to work with .net 2.0

    Hi all 1. i build a website in visual studio 2005 with .net 2.0, i deployed the web to a server with iis 6.0 and i install the .net 2.0 do i need somthing else in order to work , is ther is a link to some place where i can read about it thanks daniel Yes, you need to go into the properties for your website to find the new ASP.NET tab that appears after installing .NET 2.0. From there you can change the active .NET version for that w ...Show All

  • Joe Courchaine .NET Runtime 2.0 Error Reporting

    Hi, My application is running on 65 PC. After a few hours, this applications crash on 2-3 PC. I get no exception in my log files. I set the Application.ThreadException and AppDomain.CurrentDomain.UnhandledException exception event handlers. The last one is triggered with 'System.NullReferenceException: Object reference not set to an instance of an object.' but there is no stack trace available. I got no dump file, no popup window. I only get the ...Show All

  • Mattbro Populating a combo box in VB Express with table data

    I have just installed VB Express and am trying to populate a combo box with the rows from a table. In VB6 you would define a db connection, a recordset and a SQL string and use the additem method within a Do while not EOF loop to populate the combo box. How do you do this in VB Express I'm sure it should but the first response didn't mean much to me. The other examples discuss recordsets and I didn't think ...Show All

  • Hetz XML Validation Bug .NET 2.0

    Hello, In my recent experience with .NET 2.0 i faced a bug in of xml validation in .NET 2.0. I created a xsd that contains an simple element (of type xsd:int ) in one of its complex type, I passed few invalid alphabets and try to validate it, and it gets validate w/o any problem, Although the same xml file I passed to XmlSpy 2004, it threw validation exception. I know there in no problem in my code because the same thing worked for xsd:datetime ...Show All

  • Alex Korobkov Calling an Oracle Package using DBProviderFactory

    I am trying to create a generic DAL and I am almost there. I can query the Oracle Database without any problem using straight sql, but when I try to call returning a cursor I get the following error: ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'GET_PROGRAMS' I have attached the code that executes to return the datatable. As you can see I check the type of the parameter and if it is an OracleParameter and ...Show All

  • Alex Krawarik C# CodeCompiler errors

    Hi, I am trying to compile dynamically generated C# source code. However, I am having trouble getting the code to work properly due to referenced assemblies not being found. I have tried setting the CompilerOption "/lib:path_to_find_assemblies" but then get a compiler error CS2008 No inputs specified. I have set the CompilerParameter property GenerateInMemory to true, but the compiler still writes the assembly to disk. Also it seems as though ...Show All

  • Sudheesh Suresh How to seach through XML and return only requested/matching nodes

    I have an information collection consisting of a dozen or so tags (name, style, location, description, date created, etc) with their accompanying content for a catalog of about 200 items. (this catalog will never grow to over 1000 items). I am learning XML/XLST in general and especially dotNet's implementation of them, and where I would usually just use SQL queries to a mdb file to pull/return only the requested entries, I would like to build ...Show All

  • Kamardash86471 config file and RegisterChannel()

    hi, i'm running .net remoting server with user channel. it's config file is like : < channel type ="ChannelClass, dll" port ="2200" priority ="100" interface ="localhost"> < clientProviders > < formatter ref ="binary" /> </ clientProviders > < serverProviders > < formatter ref ="binary" typeFilterLev ...Show All

  • SlowLearner Unable to connect Sql Server from VS.Net

    I am a new .Net user. I am trying to use Visual Studio.net 2003 to creat a Windows application. When I try to connect to my SQL server I am getting th efollowing message "Unable to connect to batabase. It is only possible to connect to SQL server Desktop engine database and MS Access databases with this version of Visual studio. Someone suggested that I may not have proper security set up. i am not sure where to start checking. Any help would be ...Show All

  • jrsairwalk Trouble connecting to a Link Table in Access Database

    Hello, I am trying to connect to a Access database which contains link tables.  I can make the connection just fine, but only local tables are shown in the explorer, the link tables are not listed.  I know in Visual Studio 2003 you can interact with the link tables.  Am I doing something wrong or does this functionality not exist in C# Express   Thanks in advance. The Visual Studio 2005&n ...Show All

101112131415161718192021222324252627

©2008 Software Development Network

powered by phorum