About 12,100 results
Open links in new tab
  1. What is the difference between the Common Language Runtime …

    Dec 23, 2012 · The "Common Language Runtime" (CLR) is the basis of the .NET languages basic functionality. It has nothing directly to do with Win32, WinRT, or C/C++. Whenever you write …

  2. Add values to combo box at runtime in C#.NET

    Apr 10, 2008 · how to Add values to combo box at runtime in C#.NET.. I mean "writing" at runtime? It is any possible is there.

  3. Object must implement IConvertible - social.msdn.microsoft.com

    Aug 31, 2006 · According to the documentation, the .Net framework does all that. This is a win2k machine with .Net framework 1.1 and 2.0 and all windows updates installed. I'm shooting in …

  4. Overriding GetType - Good Idea? or not?

    Nov 12, 2007 · 4. GetType may well be used by the .NET framework and 3rd party tools at runtime, if you've overridden it and return some unexpected value, they may not work. I would …

  5. [UWP] How to read exception stack trace after .NET Native tool …

    Oct 29, 2019 · Question 0 Sign in to vote After Compile with .NET Native tool chain is enabled for the application an exception stack trace starts looking like this …

  6. Registering assembly "Microsoft.SQLServer.ManagedDTS.dll" on a …

    Dec 19, 2013 · I have been trying to register assembly "Microsoft.SQLServer.ManagedDTS.dll" on a 64bit SQL 2008 R2 Server. Since the sql server does not load referenced components on it's …

  7. Could not load file or assembly - social.msdn.microsoft.com

    Could not load file or assembly ' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded. Archived Forums # > .NET …

  8. System.InvalidCastException: Source object cannot be converted …

    Jul 27, 2009 · Now I am writing some tools to manage Virtual Server by the COM+ exposed by Virtual Server. And my app will be installed in another machine in the same domain with the …

  9. Failed to create AppDomain "master.sys [runtime].xx"

    Sep 1, 2013 · Did you recently applied some CLR/.Net related patch. Try restarting your server. http://connect.microsoft.com/SQLServer/feedback/details/693184/failed-to-create ...

  10. Problem with CSC.exe - social.msdn.microsoft.com

    Jun 19, 2008 · I have two processes that communicates with .Net remoting. Everyting seems to work great but after a while a lot of csc.exe (which is if I'm correct Visual C# Command Line …