Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > Avalon

Using the ObjectDataProvider always throws an exception...

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 06-19-2007   #1 (permalink)
Desmond Cassidy
Guest


 

Using the ObjectDataProvider always throws an exception...

The following code in C# always throws an exception at the 3rd Line.....+
$exception {"ObjectDataProvider can only be assigned an ObjectType or an
ObjectInstance, not both."} System.Exception
{System.InvalidOperationException}
==============================================================================

LoginScreenDataSource mLoginScreen = new LoginScreenDataSource();
ObjectDataProvider LoginProvider =
(ObjectDataProvider)FindResource("ods_LoginScreenDataSource");
LoginProvider.ObjectInstance = new LoginScreenDataSource();
===============================================================================
LoginScreenDataSource is a Class object
ods_LoginScreenDataSource is in the XAML file defined as
<Window.Resources>
<ObjectDataProvider x:Key="ods_LoginScreenDataSource" ObjectType="{x:Type
ds:LoginScreenDataSource}"/>

Any ideas ???
Cheers Desmond.



My System SpecsSystem Spec
Old 06-20-2007   #2 (permalink)
Marcus
Guest


 

Re: Using the ObjectDataProvider always throws an exception...

On Jun 19, 5:55 pm, "Desmond Cassidy" <Desmond.PA.Cass...@T-Online.de>
wrote:
> The following code in C# always throws an exception at the 3rd Line.....+
> $exception {"ObjectDataProvider can only be assigned an ObjectType or an
> ObjectInstance, not both."} System.Exception
> {System.InvalidOperationException}
> ==============================================================================
>
> LoginScreenDataSource mLoginScreen = new LoginScreenDataSource();
> ObjectDataProvider LoginProvider =
> (ObjectDataProvider)FindResource("ods_LoginScreenDataSource");
> LoginProvider.ObjectInstance = new LoginScreenDataSource();
> ===============================================================================
> LoginScreenDataSource is a Class object
> ods_LoginScreenDataSource is in the XAML file defined as
> <Window.Resources>
> <ObjectDataProvider x:Key="ods_LoginScreenDataSource" ObjectType="{x:Type
> ds:LoginScreenDataSource}"/>
>
> Any ideas ???
> Cheers Desmond.


As specified by the error message, you cannot specify BOTH the
ObjectType and the ObjectInstance...

ObjectType indicates to the ObjectDataProvider what type of object to
instantiate (if no object instance is supplied).

ObjectInstance is there to allow you to feed an object instance to the
ObjectDataProvider, so it does not have to create its own...

Cheers, Marcus.

My System SpecsSystem Spec
Closed Thread
Update your Vista Drivers Update Your Drivers Now!!

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
SendKeys throws "Hook cannot be created" security exception in Vista Beta 2 Dan Dautrich Vista security 1 03-28-2007 03:47 PM
Printing some fonts throws exception in XPS to GDI conversion GeneW Avalon 0 01-24-2007 04:39 PM
Bug: MediaElement throws exception on application resize Philippe Lavoie Avalon 2 05-01-2006 08:54 AM
BUG: MediaPlayer throws an exception after multiple play / pause Philippe Lavoie Avalon 0 04-06-2006 04:04 PM



Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008