The problem When I try to save a file over ~1.5 MiB with EPPlus ExcelPackage.Save() throws a System.IO.IsolatedStorage.IsolatedStorageException.
We are developing Silverlightweb application to display the tweets on the map and analyse the tweets by using sentiment API. we used sentiment API without problems for 3 or 4 weeks. Then, we sometimes
I am trying to make a simple app in WPF, and i\'ve run into a bit of an anomaly. I have 2 classes: a partial class (for the WPF Window), and another public class I have set up myself. When I try to ac
I Load a WPF MVVM Class Library with reflection. I also need an exception Handler as described here. Since this is a Hosted WPF App, I can\'t use App.xaml !
I have a remoting-type set up withinmy application where I avoid TargetInvocationExceptions and grab the inner exception. I invoke the internal PrepForRemoting method on the Exception class to preserv
I have many methods which are calling using Delegate.DynamicInvoke. Some of these methods make database calls and I would like to have the ability to catch a SqlException and not catch the TargetInvoc
I started multithread programming in C# (WPF) few days ago and here is a problem which I can\'t solve... I\'m using this piece of code:
I\'m trying to modify a combo box on my WinForms application, and I\'m ge开发者_高级运维tting some strange behavior. I\'m trying two methods:
I\'m getting an error (see bottom of post) when running NUnit against a production code assembly. The production code assembly has a reference to a third party framework that uses log4net internally (
I have been using Entity Framework CTP with Code-First as in this tutorial by Scott Guthrie and another by Scott Hanselman (can\'t post the link, but google \"Simple Code First with Entity Framework 4