problem in deployment
-
hello everybody, i am developing a c# project and sqlsrver 2005. during deployment i used to attach database from installer. every thing works fine on xp. but on windows 7 it install perfectly but while loging it throws exception that execute permission denied on object table name user username dbo. its some time works fine and some use to throw this type of exception. i search lot on google and dont get any suitable answer. thanks in advance
-
hello everybody, i am developing a c# project and sqlsrver 2005. during deployment i used to attach database from installer. every thing works fine on xp. but on windows 7 it install perfectly but while loging it throws exception that execute permission denied on object table name user username dbo. its some time works fine and some use to throw this type of exception. i search lot on google and dont get any suitable answer. thanks in advance
You are obviously running into security issues and you mentioned something interesting here its some time works fine and some use to throw this type of exception. This is because you are installing on machines with different security settings. I suggest you read the CAS http://msdn.microsoft.com/en-us/library/930b76w0%28VS.85%29.aspx[^]
Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa@its.co.za http://www.itsabacus.co.za/itsabacus/
-
hello everybody, i am developing a c# project and sqlsrver 2005. during deployment i used to attach database from installer. every thing works fine on xp. but on windows 7 it install perfectly but while loging it throws exception that execute permission denied on object table name user username dbo. its some time works fine and some use to throw this type of exception. i search lot on google and dont get any suitable answer. thanks in advance
-
Is it SQL Express? SQL Compact? I doubt you are installing a full SQL Server Standard edition. Where are you intalling the files? The reason you can't find any answers on google is probably because you aren't making your searches specific enough.
its sql expess and i am installing in through windows installer