Click here to Skip to main content
15,879,326 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: List is losing it's contents ? Pin
caffrey_123-Nov-18 4:45
caffrey_123-Nov-18 4:45 
QuestionRDLC Report is not showing Column Headers in all the pages Pin
simpledeveloper20-Nov-18 14:30
simpledeveloper20-Nov-18 14:30 
AnswerRe: RDLC Report is not showing Column Headers in all the pages Pin
Richard Deeming21-Nov-18 8:07
mveRichard Deeming21-Nov-18 8:07 
QuestionCSV and WordPress Pin
Davstr19-Nov-18 13:23
Davstr19-Nov-18 13:23 
AnswerRe: CSV and WordPress Pin
Mycroft Holmes20-Nov-18 11:16
professionalMycroft Holmes20-Nov-18 11:16 
QuestionKilling a remote application browser session from a new browser session. Pin
Stephen Holdorf18-Nov-18 4:22
Stephen Holdorf18-Nov-18 4:22 
AnswerRe: Killing a remote application browser session from a new browser session. Pin
Richard Deeming19-Nov-18 3:00
mveRichard Deeming19-Nov-18 3:00 
QuestionoData request to REST server Pin
RVMRVM17-Nov-18 8:48
RVMRVM17-Nov-18 8:48 
Hello,
i am trying to make a REST server with and a client with an oData service.
The server is running and with the restlet tool i can send request and receive the correct information.
the debug from the restlet tool looks:
{
  "name": "Microsoft.ApplicationInsights.Dev.Request",
  "time": "2018-11-17T19:36:06.4656803Z",
  "tags": {
    "ai.internal.sdkVersion": "web: 2.0.0.25000",
    "ai.device.roleInstance": "Kodi-PC",
    "ai.location.ip": "192.168.2.146",
    "ai.operation.name": "GET Employees [id]",
    "ai.operation.id": "3sUDPXBnJTQ="
  },
  "data": {
    "baseType": "RequestData",
    "baseData": {
      "ver": 2,
      "id": "3sUDPXBnJTQ=",
      "name": "GET Employees [id]",
      "startTime": "2018-11-17T19:36:06.4656803+00:00",
      "duration": "00:00:00.6869570",
      "success": true,
      "responseCode": "200",
      "url": "http://192.168.2.21:3000/api/Employees/2",
      "httpMethod": "GET",
      "properties": {
        "DeveloperMode": "true"
      }
    }
  }
}

but the debug from the oData client looks:
{
  "name": "Microsoft.ApplicationInsights.Dev.Request",
  "time": "2018-11-17T19:39:47.1503444Z",
  "tags": {
    "ai.internal.sdkVersion": "web: 2.0.0.25000",
    "ai.device.roleInstance": "Kodi-PC",
    "ai.location.ip": "192.168.2.21",
    "ai.operation.name": "GET employees(2L)",
    "ai.operation.id": "gt/hDaz3z0A="
  },
  "data": {
    "baseType": "RequestData",
    "baseData": {
      "ver": 2,
      "id": "gt/hDaz3z0A=",
      "name": "GET employees(2L)",
      "startTime": "2018-11-17T19:39:47.1503444+00:00",
      "duration": "00:00:00.0163775",
      "success": false,
      "responseCode": "404",
      "url": "http://192.168.2.21:3000/api/employees(2L)",
      "httpMethod": "GET",
      "properties": {
        "DeveloperMode": "true"
      }
    }
  }
}


i'am new in this type of development,
it think it is by routing or filter,

Is there someone who can help me out of this problem

Kind regards
Roger
QuestionRe: oData request to REST server Pin
Richard MacCutchan17-Nov-18 21:09
mveRichard MacCutchan17-Nov-18 21:09 
AnswerRe: oData request to REST server Pin
RVMRVM17-Nov-18 23:01
RVMRVM17-Nov-18 23:01 
QuestionNeed some suggestion - please Pin
simpledeveloper16-Nov-18 13:14
simpledeveloper16-Nov-18 13:14 
QuestionAutomatic update db on regular intervals mvc Pin
Member 1402506315-Nov-18 18:10
Member 1402506315-Nov-18 18:10 
AnswerRe: Automatic update db on regular intervals mvc Pin
Member 1405668819-Nov-18 18:18
Member 1405668819-Nov-18 18:18 
GeneralRe: Automatic update db on regular intervals mvc Pin
Member 1402506319-Nov-18 18:37
Member 1402506319-Nov-18 18:37 
AnswerRe: Automatic update db on regular intervals mvc Pin
Nathan Minier20-Nov-18 1:37
professionalNathan Minier20-Nov-18 1:37 
QuestionI am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
simpledeveloper15-Nov-18 6:30
simpledeveloper15-Nov-18 6:30 
AnswerRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
Richard Deeming15-Nov-18 8:05
mveRichard Deeming15-Nov-18 8:05 
GeneralRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
simpledeveloper15-Nov-18 8:52
simpledeveloper15-Nov-18 8:52 
GeneralRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
Richard Deeming16-Nov-18 1:08
mveRichard Deeming16-Nov-18 1:08 
GeneralRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
simpledeveloper16-Nov-18 7:17
simpledeveloper16-Nov-18 7:17 
GeneralRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
Richard Deeming16-Nov-18 7:37
mveRichard Deeming16-Nov-18 7:37 
GeneralRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
simpledeveloper16-Nov-18 7:50
simpledeveloper16-Nov-18 7:50 
GeneralRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
Richard Deeming16-Nov-18 8:11
mveRichard Deeming16-Nov-18 8:11 
GeneralRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
simpledeveloper16-Nov-18 9:02
simpledeveloper16-Nov-18 9:02 
GeneralRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
Richard Deeming16-Nov-18 9:11
mveRichard Deeming16-Nov-18 9:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.