Hi,
I created a brand new InfoPath 2010 template, I haven't added any server side controls. I added only a button in which I wrote c# code to redirect to home page. This is not working. I get framework issue. Is this error something to do with Form Services?
public void CTRL1_5_Clicked(object sender, ClickedEventArgs e)
{
HttpContext.Current.Response.Redirect(http://homepage.aspx/, false);
}