Questions tagged [methodnotfound]
56 questions
0
votes
1 answer
Xamarin: Unable to open the project with Method not found: System.__CanonEnumerator.NameAndPassword
I am trying to open a project pulled from the SourceTree and opened up with Xamarin. It was a Xamarin.Form project. Somehow I received this error:
Does anybody come across this problem.

LittleFunny
- 8,155
- 15
- 87
- 198
0
votes
2 answers
How to execute managed bean method on selectOneMenu change?
I have the following Managed Bean:
import javax.faces.bean.ManagedBean;
@ManagedBean
public class MyBean {
public void mostrarCentroSeleccionado() {
System.out.println("Value changed");
}
}
And inside my .xhtml file the following…

juanmorschrott
- 573
- 5
- 25
0
votes
3 answers
Android Studio says "Cannot resolve method" but the project builds correctly
I've just inherited a fairly large Android codebase at work and I've come across a perplexing problem with Android/Android Studio after I've imported the project:
Opening some of the project files, I see a bunch of code highlighted in red (AS…

Jay Sidri
- 6,271
- 3
- 43
- 62
0
votes
0 answers
Method is not called in composite component
There is a problem that is driving me crazy. I am trying to display a value from a composite component. But it never gets printed.

user1156544
- 1,725
- 2
- 25
- 51
0
votes
1 answer
C# Getting Response 405 by using RestSharp Delete
I try to delete a configuration by calling an Delete API.
For my API requests I use Restsharp because it works fine with GET and POST.
Now i have following problem. When I try to call delete I get Error
405 "MethodNotAllowed".
In my response I…

Schweimi
- 1
- 2
0
votes
0 answers
OSX Yosemite Terminal won't run java MyClass.class, Error: Could not find or load main class MyClass.class
I'm running OSX Yosemite with jdk1.8.0_31. While I was testing printf functionality, I realized that I can't run any .class files in terminal with command: java MyClass. Here's the error I get:
Error: Could not find or load main class…

Sebastian O.
- 1
- 2
0
votes
1 answer
javax.el.MethodNotFoundException on
I'm working with the JSF Framework icefaces (Just in case it matters) within a full working system which was built up with JSF/JavaEE5. So, I started by adding a JSP page and a Java bean. As far as I know, each time a binding(or actionListener) is…
user3659222
-1
votes
1 answer
jsf method not found Exception though it is there, javax.el.MethodNotFoundException
I got following JSF construct:
index.xhtml:
bean.java => bean which is used between view and…

Ronaldo-CH
- 117
- 1
- 13
-1
votes
1 answer
Controller class not seeing method from repository class
I have spent the last few hours trying to find an answer however not gaining at all. I feel that it will end up being something simple that I did not have knowledge of. This section of code is of course incorrect but I wanted to show the idea of…

Ken Echard
- 1
- 2
-2
votes
1 answer
android - onclick could not find method
I am having an issue where onclick won't find the method it's supposed to execute. Android tries to call the onClick method public void fahrplan(View v,Connection conn) but is unable to find it. Details of my code are below, and the error is after…

Dav_Renz
- 3
- 3
-2
votes
1 answer
Java 7 method not found in Android environment - BitSet
I am a developer new to Android en Eclipse (not to Java), using the latest ADT and Java SE 7u25.
I am using a BitSet while working in the Android environment.
In Java 7 there is the toByteArray method (toByteArray - Java 7 doc).
However the method…

user2587960
- 1
- 1