Search Result

Collapse
3 results in 0.0040 seconds.
Keywords
Members
Tags
.net framework
  •  

  • A first chance exception of type 'System.Reflection.AmbiguousMatchException' occurred

    Please help i got a problem in visual basic .net and im using visual studio 2010
    when I run program to display records from database to listview i encountered a problem in immediate window and it says:

    A first chance exception of type 'System.Reflect ion.AmbiguousMa tchException' occurred in Microsoft.Visua lBasic.dll

    I encountered that problem when one of my data field in recordset is null and the program doesn't display...
    See more | Go to post
    Last edited by PsychoCoder; May 25 '12, 05:58 PM. Reason: Code tags added

  • Paul Johnson
    started a topic Removing old MFC code to enable a .NET port
    in .NET

    Removing old MFC code to enable a .NET port

    Hi,

    I have a legacy application that was originally written using MFC. I've ported it over to C# but now need to get rid of the the likes of SetWindowsHookE x (et al) to enable me to run the app on my Linux box.

    I can see how the likes of SetWindowsHookE x work and it's quite trivial (from what I can see) to rewrite in pure .NET, but was wondering if there was a definitive how to on replacing the chaff from MFC.
    ...
    See more | Go to post

  • Mar Anthony
    started a topic Failed to create AppDomain.
    in .NET

    Failed to create AppDomain.

    Hi Guys,

    Im having a problem with my web application. Really not sure what is the reason for this.

    Everytime I run my mvc2 web application on debug mode using Visual Studio 2010 an error always occured saying:

    Failed to create AppDomain.

    I tried searching for a solution and still cant solve the problem. Most of the solutions I found was telling me to run caspol -reset using visual studio...
    See more | Go to post
Working...