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

Software Development Network >> .NET Development

.NET Development

New Question

Problem on generating .tlb from .NET 2005 assembly
Saving text files-custom text editor
Making fonts the same size
'System.TypeLoadException' -- PLEASE HELP
Connecting to an Oracle DB through an XML web service
Mutex could not be created
Route add with C#
Assemblies in GAC
Where's the Web dev forum?
Progress Indicator in Multithreaded Remoting Program

Top Answerers

Robin Davies
Jonathan Stratford
Sam43
jimmy_iitd
Devil_Soul
Breakgate
Daniel Olsson
trident
SRAitken
hABi2aL
Jaffy Computer Consulting
Only Title

Answer Questions

  • trc_pdx VS.NET 2003 and XP x64

    Is there any problem with using XP x64 and vs.net 2003 for developing 32Bit window applications Thanks Hello,    VS.NET 2003 should be fully supported on XP x64.     Are you having trouble with that combination Thanks, When debugging an ASP.NET application using VS.NET 2003 on XP x64 I noticed that the w3wp.exe *32 process does not seem to end when selecting "Stop Debu ...Show All

  • cakalfurkan44 Converting XML to string whilst including the schema.

    Hi, How do I convert a DataSet to an XML string INCLUDING the schema information and store it into a string variable in memory I can't use the DataSet GetXml() function (no schema) and instead think I have to use the DataSet WriteXml() function, ensuring that the XmlWriteMode value passed in is set to 'WriteSchema'. However, I want a string variable in memory populated with the value, NOT a file. I am not very good with System.IO. I have n ...Show All

  • Harish Microsoft's Oracle data provider for .NET - assistance

    I'm just getting started using the Oracle .NET Data Provider from Microsoft, and I'm using it within a new web service (both of which are new territory for me). I need some assistance with the syntax. Here's what I have: Public Function GetCustomerData( ByVal custnumber As String ) As String Dim myConnectionString As String = "Data Source=xxx;integrated security=false;User ID=xxx; Password=xxx" Dim myConnection As New OracleCo ...Show All

  • Tobias Larsson Hult XML-Schema (XSD) without internet

    I have just started with XML/XSD and I have a general problem of understanding. All examples in books or on the internet I have seen so far use a line equal or similar to <xs:schema xmlns:xs=" http://www.w3.org/2001/XMLSchema "> in the xsd-file. And then in the xml-file <.... xmlns:xsi = " http://www.w3.org/2001/XMLSchema-instance " xsi = "http://.....>. I'm often working on a PC that is not at all conn ...Show All

  • Tomy From Latvia Nested queries to populate a DataSet using OdbcDataAdapter

    The class listed below uses a CSV file and OdbcDataAdapter object to populate a DataSet using a nested query BUT I keep getting an Access Violation exception when I call OdbcDataAdapter.Fill(). The message is: "Attempted to read or write protected memory. This is often an indication that other memory is corrupt." This is written in VS 2005 (.NET Framework 2.0). Are nested queries in the SelectCommand() method of the OdbcDataAdapter object not ...Show All

  • BruceVik RC1 WSDL Generation - Nullable Types?

    Just a quick thing I've picked up with RC1 of VS2005. I'm exposing a class through a web service that contains nullable ints and nullable a DateTime.  When the I examine the auto-generated WSDL the nullable types have the "nillable" attribute set to true (good), but they have minoccurs set to 1 (bad). Minoccurs should be 0... It's causing a few problems and forcing me to create custom WSDLs, but I really shouldn't have to. Please let me kno ...Show All

  • mfsumption Receiving error: The root element is missing.

    I have inherited a C# application (code below) and it's having issues (famous first words, eh).  The apps purpose is to retrieve a result set from SQL server 1 (in dataset format), convert that to XML using a MemoryStream and XmlTextWriter then submit the XML data to a web service for processing by SQL server 2.   I am receiving the error "System.Exception: Server was unable to process request. --> The root ele ...Show All

  • DaveQ2 Unable to open the offline cache location..

    Hello people, first of all, i need to explain that i'm not very good with english, i'm from Chile, in SouthAmerica, so if i make some mistakes, please, forgive me for those mistakes, well I have problems when i trying to create new projects in my visual studio 2003 installed in Windows 2003 x64. I follow the instruction to change my ASP.net 2.0 to x64, because in another way i can't see my Web sites in the localhost (I can't see my pages if I ha ...Show All

  • Marcelo de Oliveira (BR/SP) Column Expression

    I have database with two tables what i would like to do is in the sales table when i put data in the datagrid is to have a column expression that calculates the quantity * price that gives the total.I am using C# express edition2005 and SQL server express edition 2005 hope someone can help with code and where to place it. Thankyou Hi Common Genius I looked at that info and other stuff on microsoft sit ...Show All

  • bassmanyoowan Web service response data

    Hi all, I need to know howthe web service return it's response to the client. I mean, is the data is returned sequentially or it returned in "Chunks". The reason I ask, the client is a mobile witch parse the webservice response. sometimes I get an exception from the XML parser, something like ("unexpected end of stream"). I read that the reason maybe because of the webservice response, it sends the data in " ...Show All

  • Harvindb OleDbCommandBuilder creats bad Update Command

    I am creating a database system using .NET and an access database.  I am using OleDbCommandBuilder to create my SQL commands.  However, i get thrown an exception when I try updating a certain field.  It says that there is an error in SQL syntax.  I extracted and command, and sure enough it is generated wrong.  Here's what i got UPDATE Tests SET TestName = , Procedure = , Developer = , System = , Type = WHERE ((TestID = ) ...Show All

  • Bryan Chriscoli sql Caching

    against a 64 sql/ 64 bit aspx page does not cache go aspnet_regiss.exe -i in the 64 framework no sql caching switch 32 bit framework and all is fine Thanks, that's great information. Is your Yukon 64-bit on the same machine as your IIS, or on a different machine Thanks, Leonid Strange - so caching was not working but everything else was Please let me know if you encounter this again. Thanks, Leonid ...Show All

  • giuseppe500 Converting .Net 2.0 project files to .Net 1.1

    Hey Everyone. I am working on a project where I'm creating a front-end for Crystal Reports. I decided that I wanted to try out the beta version of VC# Express while I was at it. Unfortunately, I didn't realize that it wouldn't compile programs for the 1.1 runtime. I also found out on these forums that Crystal Reports doesn't support the 2.0 framework at this time. So, having backed myself into a corner, I was wondering how to convert the projec ...Show All

  • Marjorie Multi-frame images with tiff, gif, png, mng

    It's probably me, but all I want to do is put an animated image in an ASP.NET Hyperlink control, and I'm having big problems understanding how to save multi-frame images in various formats, using, I think, Save and SaveAdd (in VB). The whole procedure seems complicated and not very well explained anywhere, but what I've gleaned so far after a day of searching is this: An ASP.NET Hyperlink can take a gif for its Image (including animating it), b ...Show All

  • Betuca New Controls

    Does Microsoft have plans for adding an IP Edit box control into VS 2005   Many developers have been looking for one with the same functionality used to change your IP address in the Windows Network Settings for many years.  It would be helpful for one to be included so we could drag and drop onto our forms. -Jason I'm not sure if you played around with the MaskedTextBox but it does automatically move ...Show All

293031323334353637383940414243444546

©2008 Software Development Network

powered by phorum