I am using Infopath 2010 + VS2010 + Sharepoint 2010.(VSTA for infopath codebehind is Visual C# 2005).
My problem is that i have used codebehind for my infopath form but my form doesnt open in sharepoint 2010 giving an error like
"The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)".
I have placed the codebehind assembly in GAC, restarted IIS, provided wrkTaskIp.aspx page with the assembly info like
"<%@ Assembly Name="LifelongblogSubmit, Version=1.0.0.0, Culture=neutral PublicKeyToken=0e5f139fbc285b37"%>",
but still my error is on.
Anyone please suggest me what should i do to get rid off this.
Through the search results in google with HRESULT code of yours; there seems to be a assembly name issue there.
References: here and here
Hope it helps.