The invalidcastexception tag has no wiki summary.
0
votes
1answer
42 views
NHibernate InvalidCastException in AsBooleanExpression, class HqlTreeNodeExtensions in HQLTreeNode.cs
:
I have a problem... I opted to use NHibernate 3.3.3 sources instead of the pre-compiled DLL because I'm getting sick of having NHibernate issues and not be able to debug them (ie black box). I ...
1
vote
0answers
23 views
Error trying to cast view to wrapper class using view.GetChildAt
I'm trying to return a wrapper class when using View.GetChildAt but it is giving me an IllegalCastException. I know that the child that I'm trying to return is an EditText
MyEditText firstName = ...
0
votes
4answers
48 views
C# HTMLElementCollection throws InvalidCastException
EDIT: part of this question is already answered elsewhere, but I feel this thread provides some more information and might be handy to know
Title pretty much says it all but here is some more ...
0
votes
2answers
50 views
Getting an InvalidCastException was Unhandled
This is a take on some experimental code that @Tim Schmelter pointed me in the correct direction towards earlier this afternoon. The majority of it is almost exactly the same as what worked earler, ...
0
votes
1answer
173 views
What causes “Specified cast is not valid” in Linq to SQL?
I'm honestly baffled by this! I have very similar code on another table that works just fine.
I'm inserting a row in a table using Linq to Sql and it will only work when either
A part of the ...
0
votes
0answers
30 views
Should System.Exception “ is not a valid value for T” when converting an empty String be an InvalidCastException?
I've encountered this a few times, and it seems very wrong to me that .NET operations should throw a System.Exception instead of something more specific. Is there a reason why one shouldn't rethrow ...
1
vote
1answer
183 views
System.InvalidCastException: Invalid cast from 'DateTime' to 'Int32'. nhibernate
I have the following classes:
public class AccionCorrectiva : Modelo<AccionCorrectiva>
{
...
public virtual DateTime FechaFin { get; set; }
...
}
public class Indicador : ...
0
votes
2answers
70 views
LINQ2SQL InvalidCastException
I have a website which from time to time, loses access to the database. The website still runs on the IIS, and I can hit the front page without problems.
I haven't encountered this error in ...
5
votes
2answers
260 views
SqlMembershipProvider Membership.GetUser by name failing
The problem
Membership.GetUser works fine if I use the GUID, but fails if I try it without parameters or with the name:
//This works and adds records to aspnet_user & aspnet_Membership tables
...
0
votes
1answer
149 views
Cannot add values to local database in windows phone app
I am trying to create a database app for Windows Phone 8. When I try to add a new table entry in one of the tables of the DB, I get an error like this.
{System.InvalidCastException: Could not ...
1
vote
2answers
51 views
invalid cast type nsmutablearray to type skproduct - ios
I am getting "invalid cast type nsmutablearray to type skproduct" error.. when i try to add the products to my uitableview.. here is the code that i am using...
init
SKProduct *product1 = ...
1
vote
1answer
69 views
How to insert DateTime (or DateTime2) with Dapper?
I'm trying to do the following:
var p = new DynamicParameters();
p.Add(...);
p.Add(...);
// ideally I want to insert null for end date, but I also tried DateTime.MinValue
// or some other date, but ...
0
votes
1answer
106 views
sqlite numeric value in string field causes InvalidCastException
I have a SQLite table with the following definition:
create table routes(id INTEGER PRIMARY KEY AUTOINCREMENT, name string)
and want to fetch records using System.Data.SQLite:
cmdRoute.CommandText ...
0
votes
1answer
120 views
Invalid cast when getting custom IPrinciple from HttpContext
After researching FormsAuthentication for a few days, I decided to store a serialized object in the FormsAuth cookie's UserData property and use a custom IPrinciple object for the ...
0
votes
0answers
56 views
How to access webbrowser properties from thread
I am trying to get source code of a website But this error occurs
I call my sub like this
ThreadPool.QueueUserWorkItem(New WaitCallback(AddressOf GetSource))
And its my sub
Sub ...
0
votes
0answers
157 views
Conversion from type 'Object(,)' to type 'String' is not valid
I am handling/reading Excel workbook using VB.Net.
Everything goes OK if worksheet has less than 20000 rows, but if it is more than 20000 then it throws following exception.
InvalidCastException ...
0
votes
1answer
91 views
InvalidCastException while using implicit keyword
I have a 'model' which I'm trying to map query results to, but it keeps failing for some reason. Here is some more info:
The exception happens here (everything but the select part of the query is ...
2
votes
1answer
95 views
CoreAudioApi with threading - InvalidCastException
I'm writing an application to modify the volume of another application and using the CoreAudioApi dll to do so. The following block of code works perfectly on the main thread, but when called in a ...
2
votes
1answer
43 views
Loading an Inkbox Signature, stored as an array from SQLserverCE
I am developing a smart application in C# using CF 3.5 which requires the ability to capture signatures.
To implement this I am using Resco's InkBox control. To save and load the images I have ...
0
votes
0answers
125 views
Unable to cast object of type 'ASP.XXX_master' to type 'XXX.MasterPage'
I want to access a specific control in a master page from the page which use it so i write the following code line :
this.Master.FindControl("pnl_Buttonss").Visible = false;
Now
I get the ...
0
votes
1answer
242 views
C# : MS Chart : SeriesCollection -> InvalidCastException?
What is the correct way to get the Series of a char in PPT 2010.
I tried
PowerPoint.SeriesCollection mySeriesCollection = (PowerPoint.SeriesCollection)
...
2
votes
2answers
117 views
InvalidCastException on Generics
Coming from the Java world, programming with generics and C# is often a headache. Like this one:
interface ISomeObject { }
class SomeObjectA : ISomeObject { }
class SomeObjectB : ISomeObject { }
...
1
vote
4answers
168 views
Interfaces and Late Binding in C#
I've done this before in C# for a plugin system which works fine, which is why I'm puzzled as to why this new, separate plugin system is not working the way I would expect.
I have my plugin assembly ...
0
votes
0answers
55 views
InvalidCastException on a explicit cast inside a assembly loaded by reflection
We're loading assemblies dynamically on demand by reflection
By now, we've defined five dll's and all have been preloaded by Assembly.LoadFile().
In one of these assemblies, we have a defined an ...
1
vote
1answer
137 views
InvalidCastExceptions when setting GridViewRow attributes
I'm working on a context menu for items in my GridView, but there's one major snag. I can't seem to figure out how to send the PK value for the row that is right-clicked on to the JQuery that ...
0
votes
1answer
380 views
Xcode error: failed to launch [directory] - invalid host string: 'localhost'
I'm trying to run a C++ project, but I get this "invalid host string: localhost" error.
here is my /ect/hosts file:
##
# Host Database
#
# localhost is used to configure the loopback interface
# ...
0
votes
1answer
191 views
InvalidCastException, DLLs and reflection trouble in C#
I'm trying to use a precompiled DLL with reflection, to instantiate an interface for my class that is in the DLL. I tried by the book, but it won't work. It throws InvalidCastException when I try to ...
1
vote
3answers
323 views
C# Converting COMObject to Excel.Workbook
I'm trying to open a WorkBook in a C# application. When I call the Open method it returns a System__COMObject instead of a Workbook. Here's my code:
Microsoft.Office.Interop.Excel._Application ...
10
votes
1answer
339 views
InvalidCastException with share target on Windows 8
I'm experimenting with Windows 8 "Metro Styled Apps", MVVM Light and want to create a share target - so far so good. But if I'm in the OnShareTargetActivated method and want to add an item to an ...
0
votes
0answers
268 views
System.InvalidCastException on Unable to cast object of type
I keep getting an error of Unable to cast object of type 'ASP.managerpages_manpower_aspx' to type 'System.Web.UI.WebControls.Table'.
I am trying to take the data from my query and then build an asp ...
0
votes
2answers
105 views
Cannot cast Controller to IController in MVCFakes Test [closed]
I am using MVCFakes and I have a [TestMethod].
[TestMethod]
public void SaveAction_Should_Redisplay_With_Errors_When_Update_Fails()
{
AccountController controller = new AccountController();
...
0
votes
0answers
218 views
InvalidCastException when retrieving float type from MSSQL server to Decimal in C# [closed]
I keep getting this error message
at System.Data.SqlClient.SqlBuffer.get_Single()
at Read_ProjectUpdProj(ObjectMaterializer`1 )
at ...
1
vote
3answers
523 views
“Specified cast is not valid” in LinqToSql query
Specified cast is not valid.
OrderItemState is enum.
IEnumerable<OrderItemState> states = ...;
IEnumerable<byte> stateIds = Enumerable.Cast<byte>(states);
List<OrderEntry> ...
0
votes
2answers
121 views
Strange InvalidCastException Firing on if Bracket Regardless of Internal Code
How is the InvalidCastException I'm encountering in my C# WPF application happening?
I've tried changing the line that should be offending from "cacheConsumptionStatus = ...
2
votes
2answers
263 views
MVC3 / C# - Invalid Cast Exception - Specified cast is not valid
Anyone know how to remedy this error?
Specified cast is not valid.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for ...
4
votes
2answers
308 views
InvalidCastException long to ulong
I have the following method:
public static T ExecuteScalar<T>(
string query,
SqlConnection connection,
params SqlParameter[] parameters) where T : new()
{
// Create SqlCommand
...
0
votes
2answers
635 views
Cannot implicitly convert type “System.Web.UI.WebControls.LoginView” to “Login”
I encountered this error:
Cannot implicitly convert type "System.Web.UI.WebControls.LoginView" to "Login"
The error occured on Line 26.
Source Error:
Line 26: Login Login1 ...
2
votes
1answer
216 views
Not sure why I'm getting an InvalidCastException
I am getting an InvalidCastException and I don't understand why.
Here is the code that raises the exception:
public static void AddToTriedList(string recipeID)
{
IList<string> triedIDList ...
1
vote
1answer
541 views
Microsoft Interop Outlook c# - invalidcastexception?
Suddenly getting a System.invalidcastexception: unable to cast COM object of type 'system._object' to interface type 'Microsoft.office.interop.outlook.mailitem' ... to a program I wrote that was ...
0
votes
2answers
339 views
Specified cast is not valid issue
My code checks for changes in the database and then sends an update via a web service to the client.
I had the part sending the message to the client working fine because making the calls to check ...
0
votes
1answer
345 views
InvalidCastException on ListItem Click (Mono for Android)
1.) My main.xml contains :
<ListView
android:id="@+id/lsym"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
2.) After populating the list, ...
5
votes
4answers
503 views
Clojure : Integer cannot cast to IFn
Im getting the dreaded * cannot be cast to IFn error with a simple mathematical function here:
(defn calc [sc1 m1 alpha beta gamma ta1 tb1 min_m1 min_tca tca_ratio x32]
(*
...
0
votes
1answer
845 views
toList() System.InvalidCastException was unhandled by user code
I have written a WCF service using LINQ to SQL (using the following article at codeporject). I am facing the invalid cast exception when i invoke the .ToList() method of an object after i have already ...
4
votes
1answer
1k views
Writing COM object in C# and using it from C#
I would like to implement a COM object in C# and also use it in C# (besides C++ and others).
Here is the code of the DLL implementing the COM object :
namespace TestComServer {
[ComVisible(true),
...
3
votes
3answers
5k views
Convert IList to array in C#
I want to convert IList to array:
Please see my code:
IList list = new ArrayList();
list.Add(1);
Array array = new Array[list.Count];
list.CopyTo(array, 0);
Why I get System.InvalidCastException : ...
0
votes
2answers
100 views
Unable to cast object of Sytem.String to type
I'm receiving this messaage;
Unable to cast object of type 'System.String' to type 'main.Entitys.Department'.
for this piece of code;
return ((Department)department_ComboBox.SelectedItem).ToInt();
...
0
votes
1answer
269 views
InvalidCastException when calling Dictionary.TryGetValue(String, out object). Why?
I'm at a loss. I have a Dictionary object with String keys. The objects are of a custom type I have. This example throws an InvalidCastException:
MyObject temp;
if(Dict.TryGetValue("abc", out ...
0
votes
2answers
224 views
InvalidCastException error with clearing value of date picker
I use code such as this to clear out the values in several text boxes:
Private Sub RibbonButtonInsert_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ...
2
votes
1answer
204 views
InvalidCastException on identical types? (yes, Context… identical Contexts?)
I have a strongly-typed DataTable on which I'm calling GetChanges:
myApples.CropTable.GetChanges(DataRowState.Deleted)
I want to access the results of this using my strongly-typed CropTable and ...
1
vote
2answers
282 views
Why do I get “InvalidCastException”
I have my code as below
((LinkButton)GridView1.Rows[0].Cells[0].Controls[0]).Text = "INSERT";
I got the error as
Unable to cast object of type 'System.Web.UI.WebControls.TextBox' to type ...
