Øyvind Skaar

926
Reputation
132 views

Registered User

Name Øyvind Skaar
Member for 11 months
Seen yesterday
Website
Location Oslo
Age 40
Oct
25
comment How to avoid processContents=”lax” in WCF WSDL from classes implementing IXmlSerializable?
Thanks. Wonder how I missed that! Unfortunately, when returning qualified names, the metadata endpoint fails in a bad request 400 error...
Oct
24
asked How to avoid processContents=”lax” in WCF WSDL from classes implementing IXmlSerializable?
Sep
25
accepted How to open a link from one web app to another already authenticated?
Sep
1
comment SerializationException from System.Web.UI.Page.SaveAllState() on a member marked with NonSerializedAttribute
I guess i should have stated a more precise question, as most people misunderstood my problem. Still, thanks for the effort.
Sep
1
comment SerializationException from System.Web.UI.Page.SaveAllState() on a member marked with NonSerializedAttribute
This was the workaround I ended up with. Still, it almost seems like a bug, though.
Aug
28
accepted tool to create objects from XML Web Service Schema
Aug
27
comment SerializationException from System.Web.UI.Page.SaveAllState() on a member marked with NonSerializedAttribute
The control inheriting ObjectDataSource is declared in the page markup, and thus is serialized by the page when saving view state. I have no need for serialization at all.
Aug
27
comment SerializationException from System.Web.UI.Page.SaveAllState() on a member marked with NonSerializedAttribute
Well, this class isn't really serializable, so it wouldn't solve my problem.
Aug
19
comment SerializationException from System.Web.UI.Page.SaveAllState() on a member marked with NonSerializedAttribute
[NonSerialized] may only decorate fields. Nothing inherits from EntityContext.
Aug
19
asked SerializationException from System.Web.UI.Page.SaveAllState() on a member marked with NonSerializedAttribute
Jul
22
comment Extending SharePoint Breadcrumbs across multiple site collections
Try this: msdn.microsoft.com/en-us/library/…
Jul
21
answered Extending SharePoint Breadcrumbs across multiple site collections