System.Runtime. InteropServices. COMException on viewlsts.aspx and SPWeb form context
Posted in SharePoint on Feb 20th, 2006
Some time ago I was developing a web control which had to take a list of a SPListItems from a specific SPList from a current SPWeb. Simple thing. Code was also simple. I used SPControl.GetContextWeb and got the list I wanted. I wrote the code and everything was ok until… until during tests I got […]