G
G. Tarazi
After spending years of software development using the Microsoft products, I realized the following "If a development tool was not built by the VS.NET or the SQL Server teams, it will make your live harder".
The first example is BizTalk 2004, but I won't talk about it here.
The second one is some of the InfoPath limitations, and one of them is the security exceptions.
I am developing a form using VS.NET / C# / and InfoPath
I am trying to use the "thisXDocument.UI.ShowModalDialog" method.
I signed the form.
And using VS.NET I tried to open it in debug mode to test the code.
And suddenly an error message, which is attached, saying that the form cannot be signed, must be published and then used.
And of course this result in: System.Security.SecurityException
Which is total nonsense, it is under development, the form must have full access to the resources, I chose that, why it just can't do it?
Now, I will lose an hour or 2 testing my code; republishing my form all over, just because I can't find a way to get a form that is under development to be trusted!
I appreciate the fact that your are trying to protect me, but should I be protected from myself![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Here is the difference between the SQL Server / VS.NET teams and the rest of the teams at MS; they will never surprise you with something weird like that.
The first example is BizTalk 2004, but I won't talk about it here.
The second one is some of the InfoPath limitations, and one of them is the security exceptions.
I am developing a form using VS.NET / C# / and InfoPath
I am trying to use the "thisXDocument.UI.ShowModalDialog" method.
I signed the form.
And using VS.NET I tried to open it in debug mode to test the code.
And suddenly an error message, which is attached, saying that the form cannot be signed, must be published and then used.
And of course this result in: System.Security.SecurityException
Which is total nonsense, it is under development, the form must have full access to the resources, I chose that, why it just can't do it?
Now, I will lose an hour or 2 testing my code; republishing my form all over, just because I can't find a way to get a form that is under development to be trusted!
I appreciate the fact that your are trying to protect me, but should I be protected from myself
Here is the difference between the SQL Server / VS.NET teams and the rest of the teams at MS; they will never surprise you with something weird like that.