Questions tagged [system.web.http]
18 questions
0
votes
1 answer
No HTTP resource was found that matches the request URI, No type was found that matches the controller
When i am hitting the url:
http://localhost/api/adxxx/getDeals/?input=2
I get the following error:
"Message": "No HTTP resource was found that matches the request URI
'http://localhost/api/adxxx/getDeals/?input=2'.",
"MessageDetail": "No type was…

Sahil Sharma
- 3,847
- 6
- 48
- 98
0
votes
1 answer
MEF - wrong assembly version
I have a web app that uses MEF, Webapi and OData.
For MEF I created a helper class that loads the catalog on demand (at first access)
The following is MEF integration code.
Public Shared ReadOnly Property Catalog As AggregateCatalog
Get
…

bzamfir
- 4,698
- 10
- 54
- 89
-1
votes
2 answers
HttpConfiguration from System.Web.Http in .NET 5 project
Update:
Complete code example:
public class DelegatingHandlerStub : DelegatingHandler {
private readonly Func> _handlerFunc;
public DelegatingHandlerStub() {
…

Ogglas
- 62,132
- 37
- 328
- 418