Tagged Questions

1
vote
1answer
14 views

Unable to create objet context

I'm getting the Unable to create object context error when using Entity framework in ASP.NET MVC. Background Every time I POST to the controller I'm not getting a response back. I tried going …
0
votes
0answers
7 views

Recommended Implementation For Fields From Another System With Non-.Net Data Types

I am reading data from another system that returns XML that provides the following information for each field: "Field Name", "Data Type", and "Size". The "Data Type" returned is either: Alpha, LAlpha, …
1
vote
0answers
19 views

How do I change a combobox selected option with the webbrowser .NET control?

How do I change the value of a combobox using a webbrowser control? The html source code for the control is: <select id="fvstate" name="fvstate"> <option class="select-title" …
0
votes
1answer
60 views

Using Decimal parameters in Firebird stored procedures

I have a Firebird stored procedure that accepts Decimal(9,6) values for Latitude and Longitude parameters. It's used to create a contact profile for a user. When I try to create and use these decimal …
0
votes
1answer
92 views

SOAP: PHP WebService and .Net

I have to connect with PHP WebService via SOAP from a .Net (C#, WPF) application. I added reference to this service, some proxies were generated. When I invoked some function: var client = new …
2
votes
3answers
18 views

Deploying a .NET service after updating a COM DLL

I'm trying to update a vb6 DLL and redeploy a .NET service, but I'm getting the following error: System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for …
1
vote
2answers
71 views

Framework for web development based on .NET [closed]

Struts is best for JAVA in my opinion what is good in your opinion for .NET?? EDIT: Point of question is to find out diferent options for this.
4
votes
9answers
117 views

Is there a data structure that holds sets of data in .NET?

I'm looking for a data structure similar to a dictionary that returns the set of all related items to a key. For example, I would use it like this: var data = new FancyDataStructure(); data.Add(new …
1
vote
1answer
13 views

What is the preferred method for storing application settings in Windows Mobile Applications?

I am using the .NET Compact Framework 3.5 and I am trying to determine if there is a standard way to store settings that a user to change in my application. I am aware of the Compact 3.5 SQL database, …
0
votes
2answers
13 views

Programmatically modify Firewall rules in Windows Server 2008 R2

I want be able to programmatically enable, disable, create firewall rules in Windows Server 2008 R2. What is the object model to modify the firewall rules from .Net/PowerShell?
1
vote
0answers
16 views

C#: Generating .BLT Files for OpenSTV Elections: How Did Stack Overflow (Jeff) Do It for the Mod Election?

I just downloaded OpenSTV after seeing the most recent SO blog post, regarding the results of the moderator election. Jeff wrote that he used OpenSTV to conduct the election, and supplied a ballot …
1
vote
2answers
20 views

FxCop (or equivalent) for non-.Net C++ code

Is there a way to get FxCop to analyze unmanaged C++ code? Setting the /clr flag allowed FxCop to open the .exe. It find a LOT of C++ items, but the analysis on the code is very weak. For example, …
7
votes
2answers
40 views

What does setting up a symbol server give me?

I read through this article: Setting up a Symbol Server, which goes into details on how to set up a shared symbol server for my team. The thing I'm wondering about is adding my own symbols into the …
1
vote
1answer
20 views

Targeting multiple WCF endpoints with one DLL

Good afternoon, I am writing a DLL that that leverages WCF to make a web services call. Normally this is fairly straightforward: I configure the endpoint in the .config file and be done with it. …
1
vote
0answers
24 views

.net Application hanging. Weird crash-dump.

Hi, A production server has an application running 24x7, and sometimes it starts consuming near 50% of CPU. I couldn't reproduce it locally, but I did a Memory Dump with adplus. The server has Windows …

1 2 3 4 5 2199
15 30 50 per page