Deploy .net dll

D

dragan

i have published an infopath form to sharepoint and i have managed code
assoccieted with the form.
Now if i change the dll file how can i publish only that file to sharepoint
not the entire form?

Thanks in advance
 
S

Scott L. Heim [MSFT]

Hi,

As you probably know, when you create a .NET InfoPath solution and
subsequently publish that form to some location, your DLL becomes a part of
the InfoPath XSN file. As such, if you wanted to only update the DLL you
would need to extract the files of the previously published XSN, replace
the DLL and then recreate the XSN file. (It's much easier to just republish
the template!)

I hope this helps! :)

Best Regards,

Scott L. Heim
Microsoft Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 

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