Top ".net-3.5" questions

The 3.5 version of the .NET Framework, which is based on the 2.0 .NET Framework with extra assemblies (including 3.0). Use for questions specifically related to .NET Framework 3.0. For questions on .NET Framework generally, use the .net tag.

What do I need to change to allow my IIS7 ASP.Net 3.5 application to create an event source and log events to Windows EventLog?

ASP.Net 3.5 running under IIS 7 doesn't seem to allow this out of the box. if (!EventLog.SourceExists("MyAppLog")) EventLog.CreateEventSource("…

asp.net .net-3.5 iis-7 permissions event-log
Embedding one dll inside another as an embedded resource and then calling it from my code

I've got a situation where I have a DLL I'm creating that uses another third party DLL, but I would …

c# .net-3.5 dll
How do I compile my App.config into my exe in a VS2010 C# console app?

I'm creating a console app in Visual Studio 2010 with c#. I want this app to be stand alone, in that …

c# .net visual-studio-2010 .net-3.5 console-application
Active Directory Services: PrincipalContext -- What is the DN of a "container" object?

I'm currently trying to authenticate via Active Directory Services using the PrincipalContext class. I would like to have my application …

c# .net-3.5 active-directory directoryservices
How to remove a suffix from end of string?

I want to: Check a variable and determine if the last 2 characters are "Id" If yes, remove them. I can …

c# string .net-3.5
Windows 8.1 unable to install .NET Framework 3.5 0*800F0906

After trying to install .net 3.5 via the program and features (see below). I was getting unable to install error 800F0906 …

.net windows windows-8 .net-3.5 windows-8.1
Store Dictionary<string,string> in application settings

I have a dictionary of strings that i want the user to be able to add/remove info from then …

c# .net-3.5 dictionary settings
Equivalent of Tuple (.NET 4) for .NET Framework 3.5

Is there a class existing in .NET Framework 3.5 that would be equivalent to the .NET 4 Tuple? I would like to …

c# .net-3.5 tuples
The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly

I am getting repeated errors about the ReadOnly property on performance counters whenever I try to debug a .NET windows …

.net windows-7 .net-3.5 performancecounter
How to set multiple selected values in asp.net checkboxlist

I have a asp.net checkbox list bound to a linq to sql datasource and when I check the item …

asp.net .net-3.5 checkboxlist