The 3.5 version of the .NET Framework, which is based on the 2.0 .NET Framework with extra assemblies (including 3.0).

learn more… | top users | synonyms (2)

0
votes
0answers
10 views

Conditional Validation Message in ASP.NET MVC 2 using .NET 3.5

I am trying to implement a conditional validation in one of my projects. I have two fields public virtual int DType{ get; set; } [IsCorporateValidation(ApplicationType="DType",ErrorMessage="{0} ...
0
votes
1answer
28 views

Joining linq to Dataset Query using multiple columns

Hi I' m trying to join 2 DataTables the left one contain 3 different column as primary key and other one the same column as foreign key here is the left Datatable Image: and the Right DataTable ...
1
vote
1answer
20 views

.net memory usage reporting difference between task manager and windbg/sos

I have a .net application. In task manager it showing 249 MB usage in Memory (private working set) column. Then I attach windb and ran !address –summary command. Below is its result. The memory usage ...
0
votes
1answer
16 views

.NET Framework 3.5 SP1 application fails to run on .NET Framework 4.0 [closed]

I have Windows 7 machine with Visual Studio 2012 ultimate edition installed. I have installed MongoVUE application from below link. Per the link, .NET Framework: 2.0 SP1 / 3.0 SP1 / 3.5 SP1 is ...
1
vote
1answer
18 views

Could not load type IOfficeAddInEntryPoint from assembly

I am trying out building a word addin in visual studio 2008 with the .net 3.5 sp1 framework. I am making a new project for a new word addin. I am debugging/releasing that project and running it. I ...
1
vote
1answer
46 views

Should I use static fields or private using an instance of the class to access

I am accessing fields of a class and if I use them as static I can use them from the class without creating an instance of the class which means less code. But should I? What is the best practice? ...
3
votes
1answer
34 views

Refresh local cache with multiple users making changes to a database?

I am going to get data from the database once and load into a cache, then query that in-memory cache. There will be inserts/updates/deletes by multiple users, so is there a way I can reload the cache ...
0
votes
2answers
38 views

Bind an IEnumerable column inside a gridview templatefield

I have the following setup ASPX: <asp:GridView runat="server" ID="gridRepresentatives" AllowPaging="True" DataKeyNames="Id" OnRowCommand="BtnSubmitCommand" ...
-5
votes
1answer
128 views

How can I speed up this inner/outer foreach? [closed]

I loop through a list of objects, and for each object in the list I loop through the properties in the current object. I then add the property name and property value to a ...
2
votes
1answer
36 views

Exception when adding list to ObjectListView

I just started with ObjectListView, and I am trying to replace the ListView I used before in my application. I managed to build a list using the following type I made: public class Record { ...
0
votes
0answers
21 views

httpwebrequest proxy authentication with .net framework 3.5 return 407 error

I use this code in .net framework 3.5 project: HttpWebRequest request = (HttpWebRequest) HttpWebRequest.Create(ServiceUri); WebProxy proxy = new WebProxy(); proxy.Address = new Uri(ProxyUri); ...
0
votes
0answers
24 views

Obtain the Delta of two Instance of the same Object

My initial goal is the same as found here. Comparing two instances of a class I am using C# .Net 3.5 OK, that's great - they're different. That and a nickel. What I want to do is form a collection ...
2
votes
1answer
39 views

Set application as default browser [duplicate]

I need to set my application as a default web browser for "HTTP" and "HTTPS" protocols. And I need to do it from application. My app is in C# using .Net 3.5. (It is a web browser)
0
votes
1answer
25 views

Getting exception “duplicate transaction identifier ” while using Transaction.Current.DependentClone

I am creating a mechanism to bulk-insert (import) a lot of new records into a ORACLE database. I am using multiple threads and dependent transactions: Creation of threads: const int ThreadCount = 4; ...
0
votes
1answer
33 views

Deserialize a JSON array that contains an array?

When I try to deserialize the following with the .NET JavaScriptDeserializer, I get the error message: Type 'People' is not supported for deserialization of an array When I use JSON.NET like ...
0
votes
1answer
37 views

No PowerShell in System.Management.Automation?

I'm having trouble getting the PowerShell class to resolve. I'm following along with the example in this question. I have a reference added to System.Management.Automation from C:\Program ...
1
vote
1answer
95 views

How to convert the following list to a dictionary?

The following code: var data = _context.People.ToList(); //_context is my DataContext. produces the result: [{ "name": "john", "age": "30" }, { "name": "jane", "age": "31" }] but, I want it to ...
0
votes
0answers
26 views

Conversion VS2010 to VS2012-Could not load type 'System.Security.Claims.ClaimsIdentity' from assembly 'mscorlib

I recently converted my VS2010 project to VS2012. On my machine, I do not receive this error Could not load type 'System.Security.Claims.ClaimsIdentity' from assembly 'mscorlib, Version=4.0.0.0, ...
1
vote
1answer
48 views

Why is my save/open dialog not popping up?

I have an MVC action method which makes an ajax call to export data to excel, but the open/save dialog is not coming up. Here is the javascript code: exportExcel = function(el, e, oSettings) { ...
0
votes
1answer
49 views

Converting TimeSpan Hours to DateTime

Commented Code As Posted by Arif Eqbal the below Converts a TimeSpan to a DateTime A problem with the above is that the conversion returns the incorrect number of days as specified in the TimeSpan. ...
0
votes
1answer
16 views

Mapping a nullable decimal with Entity Framework?

I have a nullable decimal field in my table and when I generate an edmx model, the nullable decimal field does not show up in the entity. Is there a way to solve this?
0
votes
4answers
60 views

Replacing Func with delegates C#

We are trying to move an application built in .NET 3.5 to 2.0 (reason to let our exe run on older machines with XP etc. which does not have 3.5) While doing so everything is now stuck on one major ...
0
votes
2answers
32 views

ASP.Net - sending emails

I am sending email from within the web application using NetMail and it works fine when there is nothing wrong! I am trying to catch some of the errors, specifically wrong email address that should ...
0
votes
1answer
32 views

Merging listviewcollections

Let's say I have two listviews, called A & B. I fill A with 20 items, and a few minutes later, I also fill B with 20 items. Both lists contain completely different data with no duplicates. Now, ...
0
votes
1answer
31 views

How Implement a simple 'Reactive extension'-like functions in .net3.5 by self

I can't persuable my boss to accept the Rx libraries installed in our product, so either for study or coding convinient, I prefer to implement some simple functions like provided in official Rx, I ...
0
votes
0answers
34 views

Update a record with a modified primary key with Linq-To-Entities?

I have a table with a composite primary key made up of 3 fields. It just so happens, that one of these fields can change, so what happens is that when I want to update a record in the database and I ...
0
votes
0answers
15 views

Call to CheckForDetailedUpdate returns null

I have an Outlook Add-In that is deployed using Vsto ClickOnce Deployment. It doesn't use the ClickOnce updating mechanism to download and install new updates, instead it uses the update mechanism to ...
1
vote
3answers
46 views

Use property value in another property setter

In my Class i need to set one property value according to another: public class Quantities { private int _quant; public int Quant { get { return _quant; } set { ...
1
vote
2answers
58 views

Select common elements for 2 or more departments from list group by then having count

I have a class that looks like so: { public class Category { public int Id { get; set; } public string Name { get; set; } public int CategoryId { get; set; } ...
-3
votes
2answers
57 views

Textbox auto-suggestion from database [closed]

i am developing a project for my final year where i want when i fill data in textbox the textbox will suggest me related from database using like query. i have search a lot but could not find anything ...
1
vote
1answer
48 views

Draggable selection rectangle

Before anybody points it out I know that a there is a question with the same title that has already been asked here it just doesn't answer my issue I think. Working in .NET 3.5 As in that question I ...
0
votes
1answer
42 views

How can I modify this extension method accept two string parameters?

I have the following extension method which behaves like a SQL IN: public static IQueryable<TEntity> WhereIn<TEntity, TValue> ( this ObjectQuery<TEntity> query, ...
0
votes
1answer
27 views

Combine And/Or with PredicateBuilder?

I have a list of Ids and I only want to do an AND on the first one and and OR on the subsequent ones. In the past, I have kept a counter variable and when the counter is 1, I do the And, but after ...
0
votes
1answer
86 views

Can I get string.Contains to return false? [duplicate]

I have the following code: string s = "123,12346"; bool b = s.Contains("1234"); The above returns true, but is there a way to return false. I have already done something like: string[] s = ...
-3
votes
1answer
41 views

Implementing User Context for asp.net application [closed]

We want to store logged-in user specific information as UserContext object. Suggest us how to build Context object for it..
-1
votes
1answer
85 views

C# .Net 3.5 Unzip zip file no 3rd party

I am writing a Winform application in .NET 3.5, and I need unzip a .rar or .zip file. I found many things, but I didn't found none 3rd party. I couldn't change to .NET 4 or .NET 4.5. Thank you for ...
0
votes
1answer
25 views

log4net filepath is empty

Config of my log4net: <log4net> <appender name="ItemsChangeLogFileAppender" type="log4net.Appender.SitecoreLogFileAppender, Sitecore.Logging"> <file ...
0
votes
0answers
27 views

Install Shield searching .Net 3.5 Features on Server 2012

I am creating install script project using Install shield 2009, this setup is working correctly in all OS, but for server 2012, It is installing the setup well, but at the last it is searching for ...
0
votes
1answer
104 views

How to access the HTTP request body using RestSharp?

I'm building a RESTful API client in C# .NET 3.5. I first started building it with the good old HttpWebClient (and HttpWebResponse), I could do whatever I wanted with. I were happy. The only thing I ...
0
votes
0answers
46 views

Is it possible in C# make public virtual method private/internal in overriding class? [duplicate]

Say we have a: class A { public virtual Do(){} } Can we create class B that overloads A so that its Do would be private/protected?
6
votes
1answer
127 views

How to remove yourself from an event handler?

What I want to do is basically remove a function from an event, without knowing the function's name. I have a FileSystemWatcher. If a file is created/renamed it checks its name. If it matches, it ...
-2
votes
0answers
13 views

encryption and decryption using RSA protected configuration class .NET 3.5 [closed]

I am using a RSA protected configuration class to encrypt my connection string section in app.config. it uses built in .net class to encrypt or decrypt using a Key. i need to import a key to the ...
0
votes
1answer
34 views

Save gzip compression stream to destination C#.Net 3.5?

I'm using DotNetZIP(Ionic utility) to ZIP my files.But my client says "no" to it.They wanted me to use WinZip to ZIP the file. I'm using MS provied GZIP(its OK for client) like this: using(GZipStream ...
0
votes
2answers
39 views

Multibinding: two colums to one column

I have a table which has two columns ValueA and ValueB. I need to show the table in a grid, but I need to show either ValueA or ValueB, but not both. So if ValueA doesn't have a value, then ValueB is ...
0
votes
1answer
81 views

Unable to convert MySQL date/time value to System.DateTime with LINQ Where?

I have the statement: var persons = _context.Persons.AsExpandable() .Where(predicate).ToList(); When I run the above, it gives me the error Unable to convert ...
1
vote
1answer
40 views

How to prevent XDocument from adding XML version and encoding information

Despite using the SaveOptions.DisableFormatting option in the following code: XDocument xmlDoc = XDocument.Load(FileManager.SourceFile); string element="campaign"; string attribute="id"; var items ...
0
votes
0answers
22 views

Get strong types from a DataTable in .NET 3.5

I have no choice but to work with the following: I'm given a non-strongly-typed DataTable whose columns are known I have accompanying POCO model classes which can be annotated by attributes if ...
0
votes
1answer
123 views

POST NameValueCollection to Web API using WebClient.UploadValues for .NET 3.5

I have created a Web API that serves up PDF documents. I have a 4.5/4.0 client, a Javascript-only client, and I'm now attempting to create a .NET 3.5 client for a few older websites that we have. I ...
0
votes
0answers
15 views

Installer created by InstallShield 2008 prompted twice on Windows 8 for .NET 3.5

I have an installer created by InstallShield 2008 (it's old, yes. But my boss refused to upgrade it), which works well on most of Windows. However, on Windows 8, on starting I saw prompting for ...
0
votes
4answers
145 views

Determine if a DataGridView's horizontal scroll bar exists?

Visual Basic 2010, .NET 3.5 Is there a way to pragmatically determine if a DataGridView's horizontal scroll bar is active or visible? I need to move a few items about when the DGV's horizontal scroll ...

1 2 3 4 5 100