Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:729741
More Search Options
RSS Available
Matching Posts
Re: Error Creating Control - Cannot find Web Project Item
Hi all, Sounds like the same issue after upgrading from VS2005 -> 2008, and converting a web application to .NET 3.5 Error reported was "cannot find web project item" and it showed an invalid path in the VS Designer. Could compile and all worked within browser, the designer seemed to be the only thing non-functional.. Originally my path was ..\ c# 2.0 \group\projectname\ etc Simply closing the solution, renaming the directory to ..\ CSharp2.0 \.. - all started displaying in the designer
Posted to
Visual Studio 2008
(Forum)
by
jamanga
on 2/23/2009
Re: JSON deserialization problem
Solved at http://forums.asp.net/p/1116705/1755829.aspx#1755829
Posted to
C#
(Forum)
by
jamanga
on 6/15/2007
Re: Testing JSON Deserialization
Just a quick followup on this one... I just realised the AJAX source was available on the website, what a godsend!! Altering the ObjectConverter.cs to also check if the "type.BaseType.IsGenericType" is true and then using this "type" to create the elements worked like a champ. i.e. allowed automatic deserialisation of inherited generic classes (nb. I've only tested on generic List types, since this is the primarly generic object I use within my business objects..) Yay!!
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
jamanga
on 6/14/2007
Re: Call ASP.NET web service and return JSON using only html/javascript
Yep agreed and willdo. Thanks.
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
jamanga
on 6/9/2007
Re: [Microsoft.Web.Script.Services.ScriptService()] - The type or namespace name 'Web' does not exist in the namespace 'Microsoft'
Hi, I'm pretty new to web apps but try the following: Install ASP.NET AJAX Extensions from http://ajax.asp.net/downloads/default.aspx?tabid=47 "Add Reference" within your project, look for the assembly and Add it. This should add the reference to your web.config file.
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
jamanga
on 6/8/2007
Re: Call ASP.NET web service and return JSON using only html/javascript
Hi naturehermit, Thanks again. You're right I could parse the xml into Json within the client, however I think that would eliminate one of the main advantages of using JSON.. I couldn't get it to work so I've implemented my own IHttpHandlerFactor and IHttpHandler classes which was pretty easy. They now intercept the webservice calls and check whether use my classes, which return JSON using the JavaScriptSerializer, or the generic WebServiceHandlerFactory(). Currently the flag I've
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
jamanga
on 6/8/2007
Re: Call ASP.NET web service and return JSON using only html/javascript
The only time I have seen the webservice returns JSON data is when its called from within ASP.NET AJAX pages using the ScriptManager - which I don't want to do because these services are ultimately going to be called from a php application.. I am trying to call it using using only javascript/html and cannot get it to return JSON - only xml Environment: ASP.NET 2.0, AJAX ASP.NET RC1. Tested on IIS5.1 and IIS6 Thanks
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
jamanga
on 6/7/2007
Re: Call ASP.NET web service and return JSON using only html/javascript
Thanks for the response, I tried adding the following lines, but they all still return only xml as the responseText http_request.setRequestHeader( 'Content-Type' , 'text/json' ); http_request.setRequestHeader( 'Content-Type' , 'text/json; application/json' ); Any more ideas?
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
jamanga
on 6/6/2007
Re: Call ASP.NET web service and return JSON using only html/javascript
I am wanting JSON not XML.
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
jamanga
on 6/6/2007
Call ASP.NET web service and return JSON using only html/javascript
I've implmented a pretty basic webservice as per below. I did a quick test in ASP.NET AJAX using the ScriptManager and it returned JSON-formatted data perfectly. I am now trying to do the same using just html/javascript with the XmlHttpRequest object. Currently I've assigned the context-type to the XmlHttpRequest as is apparently required, and the webservice is "working", but only returning xml. I'd really appreciate any help - or maybe even a better way to access the ASP.NET
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
jamanga
on 6/6/2007
Page 1 of 2 (17 items) 1
2
Next >
TechNet Edge:
UAG reaches RTM
Channel 9:
Who, What, When, Where, Why and How of MIX10
Channel 10:
Berlin Wall in Silverlight
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 2, Installation
Silverlight:
Contributing to the SL HVP
Silverlight:
Best SF Books of All Time
Channel 9:
Reactive Extensions API in depth: Repeat
Channel 9:
Jeffrey Van Gogh: Testing Rx with Pex
Channel 9:
The Visual Studio Documentary: Dan Fernandez Full Length Interview
ASP.NET:
Search Engine Optimization (SEO) Toolkit
Channel 10:
This Is Your Data on Silverlight
ASP.NET:
How the IIS SEO Toolkit Saved My Butt
TechNet Edge:
Windows 7 XP Mode User Experience
ASP.NET:
Using WCF RIA Services without Silverlight in Visual Studio 2010 for building 3 tier ASP.NET Applications
Channel 9:
Ping 41: Top stories of 2009, bing, windows 7, laptop hunters, azure
Channel 9:
endpoint.tv - Windows Server AppFabric in action monitoring and troubleshooting
Channel 10:
Windows Marketplace for Mobile Opens to 6.0, 6.1 Phones
Channel 9:
Rx API in depth: Hot and Cold observables
ASP.NET:
Back in Business
TechNet Edge:
Hacking Windows 7 Interview
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online