All Questions
6 questions
0
votes
1
answer
211
views
Error with Basic Method While Using Cengage
I am a student and I am taking a class in C#. Right now we are learning the basics of Methods and the class utilizes Cengage for the learning environment. My code runs fine, but it does not seem to be ...
-3
votes
1
answer
190
views
Tryna Make a 3D Platformer in Unity
This's really bugging me, because I've been looking all over for a solution.
Excuse my terrible code :/
Error:
RespawnController.cs(13,9): error CS0201: Only assignment, call, increment, decrement, ...
0
votes
1
answer
81
views
OpenTl auto update on telegram messages throws error CS0079 c#
I recently tried to use the auto update example that is on the OpenTL quick start page, and just using the following basic example
await clientApi.UpdatesService.AutoReceiveUpdates += update =>
{
//...
-2
votes
1
answer
905
views
"CS1513: } Expected" Error [closed]
I keep getting "CS1513: } Expected" Error when I compile the below code. The Error occurs at the user_input method's opening bracket.
I'm new to C# and still learning. Sorry if I'm missing something ...
-2
votes
1
answer
62
views
Code doesn't compile after all errors addressed for Rate Limitation Attempt
The end goal is to rate limit on the parameter which could be brute-forced to reveal sensitive information.
The first file is DisplayMessage.cs having this code:
using System;
using System.Data;
...
0
votes
2
answers
343
views
Simple proxy asp.net error
I don't know why this .aspx gives me:...
A DOWNLOADPROMPT, AN ANNOYING DOWNLOAD.
I don't know what is wrong.
My code:
<%@ Page Language="C#" %>
<script runat="server">
...