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

Software Development Network >> .NET Development

.NET Development

New Question

Ent. Library substitute data from app.config
Invalid URI
HTML to Image
Pinvoke hangs when using .net remoting. Works otherwise.
asp.net configuration????????
Accessing mySQL database on web server using MS Access Data Access Page
VB Bindingnavigator Validating Before Move Next
why is Update() so Slooooow
Connection String (MDI forms)
Add a new Record in my Access database

Top Answerers

Drew Speedie
Adnane Aqartit
A.F.B
John Fabian
Sridhar S
ZoltanK
PhilippG
alberich
Roger One
r4nd0m
Textuality FAQ
Only Title

Answer Questions

  • rzddr serialization stopped working? help! invalidoperation

    Hi. All of a sudden just now the serialization I have been using on my test environments seems to work but when implemented into another project, they have stopped working, this is without me modifying any code. I have a server, and it serializes all objects and sends them down the wire to the client (smartphone running WM5 and .NET CF 2.0) This worked fine until just now. I get an invalidOperationException on the client when it tries to d ...Show All

  • Trevor XHTML Validation Fails due to <asp:ImageButton> renders a BORDER="0" output

    Steps to Reproduce: <%@ Page Language="VB" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head id="Head1" runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" ...Show All

  • M Chan Custom PersonalizationProvider Help (was: Custom MembershipProvider Help)

    I'm having a heap of trouble implementing a custom MembershipProvider. Here are the details: I am creating a site that uses WebParts functionality, which, in turn, requires Membership functionality. Currently, I do not have SQL Server (in any incarnation) installed on the machine (in fact, it's a virtual PC running WinXP with SP2, and VS 2005 Beta 2, only), which, in its default configuration, Membership requires. So, I thought that I'd write a ...Show All

  • madhusreddy genrate pdf file using xml file

    Hello, Its really helpful for genrating rtf file but i am getting still problem with pdf file. I have complied file at my disk inspectorODetailFO.xsl and InspectorODetail.xml . Dim xslsh As New MSXML2.DOMDocument40 Dim output As New MSXML2.DOMDocument40 Dim xslt As New MSXML2.XSLTemplate40 Dim xslDoc As New MSXML2.FreeThreadedDOMDocument40 Dim OBJxmlDoc As New MSXML2.DOMDocument40 Dim path ...Show All

  • Frisco CompileAssemblyFromFile parameter change in 2.0

    I have an app (built with VS2003) that uses CompileAssemblyFromFile has been working just fine. Now when some users load NET 2.0 on their system it fails. Doing a bit of research it looks like the parameters for this function have changed -> NET 1.1 (An string containing the filename) CompilerResults CompileAssemblyFromFile ( CompilerParameters options, string fileName ); NET 2.0 (An string array of filenames) public virt ...Show All

  • AndrewBaylon socket not released

    Hi, I currently have an app that spawns a connection to server, the server requires hard IP and Port for both my app and the server itself. It then sends a command and disconnects. The problem is that I have to wait ~5 minutes for the socket to become usable again. I know that windows likes to maintain the socket for a few minutes. Any idea on how I can get around this. I call the socket.close() method when I am done sending my parameter ...Show All

  • msmfl144 concurrency with one user ??? vb.2003

    Hi I got a simple form with a grid bound to a dataset and a button that calls adapter.update when i modify the same record twice i got a concurrency error The code in the handler looks like this Try     Me .BindingContext(DataGrid1).EndCurrentEdit()     If DsFall1.HasChanges Then       SqlAdGebruikers.Update(DsFall1.GetChanges())      &nbs ...Show All

  • btv002 Connecting to a database and parameters in sql

    Hi, I am creating a small web app, that searchs a database depending on the information the user enters onto the web form. I create the connection to the database by using the visual studio wizards by binding the data top a grid view. Below is my code SqlParameter word1 = new SqlParameter(); word1.ParameterName = "@tb_1"; word1.Value = TextBox1; SqlCommand cmd = new SqlCommand("SELECT * FROM ApprovedComponents WHERE Vendor = @t ...Show All

  • Mike_Lange Integrating perl and .net

    (1)I wanted to know whether it is possible to integrate perl with .net(the specific reson for integrating perl is that perl makes file parsing and searching,regular expression pattern matching extremley easily with the minimum amount of code) (2)I would also like to know whether i can use the Test::Harness module provided by perl to test the functonality of .net applications or routines.If it is possible, can somebody provide me with some exampl ...Show All

  • Bill Rubin Changing connection strings based on configuration

    What is the best recommended practice for changing db connection strings based on project configuration We have a test server and a production server, so I want connect to the test server for Debug and the production server for Release. I don't need to change the string dynamically at runtime, just based on the project configuration. When I create table adapters through the wizard, I have the choice of embedding the string in the generated code ...Show All

  • Bill at Rockford Call VB Script in WebService

    Dear Friends, I have VB Script with my Logic.. So I would like to call the VB Script in my ASP.NET Webservice. Is it Possible ... Thanks in Advance. Regards, Vasanth well. . you can instance the script control. . . you can interop the script host. . . give me an example of some script you want to run. Dear Blair Allen Stark , Thank you very much Blair.... Regards, Vasanth. sure. . . but what do you ...Show All

  • Peacho How does date object work???

    When I was working on project I had one problem to define the first day of the input year. I had solved it, but I was flabbergasted, because I saw strange thing in my test results. Here is a code of my HTML page HTML: <html> <head> <script for= "window" event= "onload" language= "JScript" > var d,day, x, s=""; var x = new Array("Sunday","Monday", ...Show All

  • bmcneill0 Backward compatibility of DLLs built using VC++ 2005

    We are having a dll backward compatibility issue since we migrated to .NET 2005. As part of our product, we build a dll which will be used by other products. Everything was fine when we were build it on VC6. We upgraded our compiler to .NET 2005 for our new version. The new dll fails to load, we get a runtime error: R6034. We managed to work it around by creating a manifest file for the loading executable, but this is not an acceptable work a ...Show All

  • Kedar How to hook my DataTable Partial Class definition into an Event?

    Best explained with an example...... I have a DataSet called LoanDS , has two tables Requirements and Quotes . There are multiple Quotes for each Requirements record. When data certain data in a Requirements record changes I need to invalidate the Quote record (by settting a flag on the quote records). Now I should be able to do this by hooking into the DataTable.RowChanged event, which is easy enough but I want to internalise this (as ...Show All

  • S.Creasey Overriding generic methods - compiler hides wrong method

    I have a problem with the compiler when overriding a generic method in an inherited class. I have a base class with a non-generic method "Foo(string arg)" and a generic method "Foo<T>(T arg)" (identical names). Now I create a new class that inherits from that base class. In this class I override the generic Foo<T> method (using "new"). If I make a call from the inherited class to this.Foo("abc ...Show All

141516171819202122232425262728293031

©2008 Software Development Network

powered by phorum