VS 2005 custom coding Infopath 2007

S

Smolakm

I have a virtual server set up with all the 2007 (beta 2) office products. I
have an InfoPath form that will be accessed from a Sharepoint site. I build
the form in Infopath 2007 and then created a new Visual Studio InfoPath
project based on the form. Since we will need users to open the form using
their current InfoPath 2003 client, I have set the form in the project to use
the 2003 Object Model. I placed some very basic code in the form and it
compiles fine, however when I try to run the form in debug or not with debug,
the form opens but none of my custom code runs. In Debug mode, none of the
breakpoints trigger. It's as if the form is ignoring my custom code all
together. Can anyone tell me what I need to do to develop an InfoPath 2003
compatible form in Visual Studio 2005?
Thanks.
 
S

Smolakm

Kalyan,
Thank you for the links; however, I had installed the toolkit already.
The toolkit seems to work just fine when working on an InfoPath 2007 file
within Visual Studio...the problem is that it doesn't seem to work when
building an InfoPath 2003 compatible form using the 2003 object model custom
code. As I mentioned the code compiles fine but does not run when the form
is opened and debugging does not work in VS.
 

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