Trying to open a file dialog but I get an exception when calling ShowDialog. This pice of code have always worked fine but I think when I upgrade to Silverlight 4 it caused some problem.
How can I write system preferences with Java, using Preferences.systemRoot()? I tried with: Preferences preferences = Preferences.systemRoot();
I recompiled my classes as usual, and suddenly got the following error message. Why? How can I fix it?
I\'m developing an ASP.NET MVC application with NHibernate an开发者_如何学编程d I\'m trying to use Automapper to hide the Domain objects from the DTO objects sent to the view:
Today I experienced a weird problem while trying to remotely debug an application built for the .NET 4.0 runtime.
I\'ve upgraded an ASP.Net Web application to the latest build of Fluent NHibernate (1.0.0.636) and the newest version of NHibernate (v2.1.2.4000). I\'ve checked a couple of times that the application
I\'m having a problem with a WCF (.Net 3.5) site using ELMAH on IIS 7.5.This is the exception message:
开发者_StackOverflow中文版The MSDN constructor for a FileStream says that it may throw either an UnauthorizedAccessException or a SecurityException. Here\'s what MSDN says about these exceptions.
I am encountering a strange issue: I call a WCF-Operation from my client. The operation deletes all files in a specified directory and finally deletes their parent directory too.
I have written 3 ASP.net MVC web applications, and all are deployed on shared hosting servers with my ISP.