Posts by joaopaulo.luizlopes • 53 points
3 posts
-
3
votes1
answer783
viewsQ: Access Denied when saving image to an application
I made a Silverlight app that captures image using web cam. The application works perfectly however when I save the captured image generates the following error: File Operation not permitted. Access…
-
1
votes2
answers272
viewsA: Create Database with Fluentnhibernate
Thanks for the help but it didn’t work =( I tried the following: public class Helper : IRepositorioHelper { private static ISessionFactory _sessionFactory; private static FluentConfiguration Config…
-
1
votes2
answers272
viewsQ: Create Database with Fluentnhibernate
Is it possible through Fluentnhibernate to create the database as tables are created? I have the following class: public class Helper : IRepositorioHelper { private static ISessionFactory…