|
|
Browse by Tags
All Tags » ASP.NET
-
One of my developers and I ran into an interesting problem today - we'd migrated a web site over to SharePoint 2007 (using a popular content migration tool) and found that all page postback calls in SharePoint were giving JavaScript errors, specifically:
Object doesn't support property or method.
Turns out that our master page and page ...
-
Picture this situation: It's now 3am, start of business is deadline day for development of your project, and you've been working for the last 7 hours on a web service client bug; where dynamic invocation of the service, via SOAP 1.2, causes the server to return an HTTP 500 Internal Server error. The air conditioning kicked ...
-
Since the beginnings of ASP.NET 1.1, Microsoft disabled HTTP GET and POST actions on .NET Framework based web services (for security reasons). If you want to enable these protocols, add the following XML to the the system.web node in the web.config file:
<webServices> <protocols> ...
-
This is one of those topics, which I frequently look up, and so what better place to put the information than this blog? Scot Hillier has explicit instructions in his book (Microsoft SharePoint - Building Office 2007 Solutions in C#) on page 404 to deploy a webpart using a solution package. The following instructions are an excerpt ...
-
OK, this has to be one of the most asked questions about Microsoft Live.com gadgets (except perhaps the question - ''Are Vista Gadgets and Live.com Gadgets the same?'') - How to host Microsoft Live.com gadgets in my own ASP.NET applications?Sounds like there must be an easy answer for this one.... not exactly. Microsoft haven't published the ...
|
|
|