InfoPath and Managed Code

L

Liam Cleary

Hi Everyone,
I am currently trying to do two things:

1. Maintain and ID field in a SQL Database that is retrieved when the
InfoPath form is loaded (done this bit) and then when the InfoPath form is
submitted update this field in the Database. I wrote this code in a Web
Service and then tried to call this from VS.Net but had security issues
about code access. I then wrote the same coe into the InfoPath VS.Net and
got the same code access errors.

2. Create a webservice that will allow me to submit and Infopath form to be
posted in full. I want to capture it and then do some changes to it before I
then save it to sharepoint. If I can get this to work then the above is not
so much of a problem for mw.

If anyone has any ideas of how to get either of these to work, please reply
Thanks.

Liam Cleary
Solution Architect.
 
D

digitor

Did you get a solution to your managed code security issues Liam? Were
these CAS (Code Access Security) exceptions or WebPermission
exceptions? Let me know if you solved your code access security issues
and how you solved it (if you did)

Greg Olsen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top