Do NOT use for questions about .NET Core - use [.net-core] instead.
I'm getting the following exception: Mixed mode assembly is built against version ‘v2.0.50727′ of the runtime and cannot be loaded …
.net visual-studio-2010 .net-4.0 ado.net crystal-reportsI've started seeing an AccessViolationException being thrown in my application a several different spots. It never occured on my development …
c# .net access-violation servicepacksI'm looking for the fastest way to serialize and deserialize .NET objects. Here is what I have so far: public …
c# .net serialization deserializationHow do I determine the dependencies of a .NET application? Does Dependency Walker work with managed apps? I've downloaded the …
.net dll dependencies dependency-walkerI get the following error when I try to compile my C# program: The type or namespace name 'Login' could …
c# .net using-directivesThe following code is intended to retrieve a file via FTP. However, I'm getting an error with it. serverPath = "ftp://…
c# .net ftp ftpwebrequest ftpwebresponseI have a string like this: "o1 1232.5467 1232.5467 1232.5467 1232.5467 1232.5467 1232.5467" How do I extract only "o1 1232.5467"? The number of characters to be extracted …
c# .net string string-parsingI have tried to do it without success. Is it possible ?
c# .net winforms datagridviewHow can I add and read the value from web.config file?
c# .net asp.net web-configThe reason for interfaces truly eludes me. From what I understand, it is kind of a work around for the …
c# .net interface