I am working on infopath 2010 + sharepoint 2010 + VS2010.
can anyone tell me if code written for codebehind purposes(Infopath form) in VSTA 2005 is compatible for me or not.
Because i got an error when my form loads in Web Browser and the error message is "The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)".
While surfing on the net i found that "This exception is thrown if the file is not a valid .NET Framework assembly. For more information, see Assembly"
reference = "http://msdn.microsoft.com/en-us/library/dbe81ttk(v=vs.80).aspx".
Can anyone guide me about this??