Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
5answers
5k views

ASP.NET MVC 3 - Unable to find the requested .Net Framework Data Provider

Background-info: I'm using Microsoft Visual Web Developer 2010 Express. Info about my (lack of) experience: the problem occured within the first tutorial that I'm trying to work through. Some ...
8
votes
4answers
5k views

Error 175: The specified data store provider cannot be found

I'm using VS2010 with the MySQL .NET Connector. My project that used to work started reporting: Error 175: The specified data store provider cannot be found, or is not valid. I don't know why, ...
5
votes
2answers
82 views

Why does JUnit run test cases for Theory only until the first failure?

Recently a new concept of Theories was added to JUnit. In a nutshell, you can mark your test method with @Theory annotation (instead of @Test), make your test method parametrized and declare an array ...
4
votes
5answers
826 views

Problem with PHPUnit and Data Providers

I have the following test case: include_once('../Logger.php'); class LoggerTest extends PHPUnit_Framework_TestCase { public function providerLogger() { return new Logger; } /** ...
4
votes
1answer
701 views

SQL 2000 Not Supported by .NET Framework Data Provider for SQL Server in VS2010's Server Explorer Data Connections

Just tried creating a data connection to a SQL 2000 database in VS2010's Server Explorer using a .NET Framework Data Provider for SQL Server (versus OLE) and found that it didn't work. VS2010 ...
3
votes
2answers
406 views

creating a dotnetnuke package with easy to install sql database

I am new to dotnetnuke and asp.net altogether. I need to create a module package that is easy to install on a different DNN site. The problem is that SQL tables and other database objects need to be ...
3
votes
1answer
3k views

How to bind xml node value to dropdown data field in Flex?

probably a newbie question, but after looking through the 'net, still cannot find an answer... I have an XML object like this: <questionpools> <questionpool id="1"> <name>Sample ...
3
votes
6answers
2k views

Visual Studio 2010 Add Connection dialogue not populating databases

I've installed Visual Studio 2010 and SQL Server 2008 (on 64 bit Windows 7). When I attempt to add a data source using the Add Connection dialogue, the dialogue is able to populate the servers, but ...
3
votes
2answers
2k views

Adobe Flex Combobox DataProvider

I have a project that was compiled with the Flex 3.2 SDK. One of my components is a combobox, which is bound to a property (called products) in the Cairngorm model. If I insert a new value into ...
3
votes
3answers
6k views

Flex 3.5.0; Update ComboBox display list upon dataprovider change

I have two related ComboBoxes ( continents, and countries ). When the continents ComboBox changes I request a XML from a certain URL. When I receive that XML i change the DataProvider for the ...
3
votes
3answers
3k views

How do I tell a DataProvider to update?

I'm using an array to populate a DataProvider, which I'm using to populate a list component. Like this: var myDataProvider = new DataProvider(this.myArray); this['list'].dataProvider = ...
2
votes
1answer
45 views

Adding properties to virtual files

I'm developing a explorer data provider based on this sample. I already added drag & drop support. Now I want that the files and folders can be ordered by filetyp, size or whatever. The problem ...
2
votes
1answer
105 views

BLToolkit custom data provider

Is there any examples of custom data provider for BLToolkit? I need MongoDB provider and InMemory data provider. For example, I am reading some records from xml or files, and need to show them ...
2
votes
2answers
1k views

SQL Server CE 4 DataProvider not avaliable in server explorer

I have installed the sp1 for visual studio 2010 and installed sql server ce 4 runtime. But still not able to create connection to the sql ce database using standart data provider. This is how my ...
1
vote
0answers
40 views

Firebird DDEX Visual Studio 2010 “Unable to find the requested .Net Framework Data Provider. It may not be installed”

I have been stuck for a number of days now with this problem. I see a lot of people have this problem and I have tried many things but am still unsuccessful. Please can someone help me. I am running ...
1
vote
1answer
28 views

Managing DBContext state behind a data provider interface

I have an interface IDataProvider which exposes (for sake of discussion) just 3 operations: public interface IDataProvider { // get a list of projects (just metadata) List<Project> ...
1
vote
1answer
24 views

Can EntityFramework connect to any data provider?

We have a data source accessible from an XML RPC web service where we can send CRUD commands. Is it possible to use this with EF ?
1
vote
1answer
39 views

Data not refreshing when using actionscript to assign dataprovider

My problem is when I assign the dataprovider for a spark list using actionscript it does not automatically update the list. example: I have a list: < s:List id="fiterList" ...
1
vote
1answer
41 views

XtraPivotControl dataarea string?

How can I display string or text data into dataarea in XtraPivotcontrol devexpress, because as I can see there is only numeric,currency etc. datatype support?
1
vote
4answers
84 views

Text File DataProvider in .NET

I want to read/write my entities in flat text file, and due to huge amount of data, Serlization/Deserialization is not proper solution. Is there any data provider to work with text file data source ...
1
vote
2answers
52 views

How to make list content dependant on selection in another list in Flex?

When a user selects a category from the first drop down box then i want the 2nd drop down to be updated based on the selection of the first drop down. I have created multiple ArrayCollections whose ...
1
vote
2answers
288 views

Flex 3: removing items from an array collection when the user clicks a button and reflecting that in a repeater

I have an arrayCollection with the following structure: projectErrorsAC 0 project1number project2number position1number position2number project1name ...
1
vote
2answers
163 views

PHPUnit, Using class consts to change State

I'm learning Zend and also PHPUnit. Here is what I have below public function changeToIllegalState() { return array( array( Application_Model_SomeModel::FAIL ), array( ...
1
vote
1answer
851 views

Firebird Data Provider and Entity Framework in Visual Studio 2010

I'm trying to use the Entity Framework with a Firebird database in Visual Studio 2010 Useful info: Windows 7 64-bit Visual Studio 2010 Ultimate Firebird 2.5.0 Firebird .Net Data Provider 2.6 DDEX ...
1
vote
1answer
565 views

AS3: How to know if dataprovider or its content(s) is changed

I'm implementing some kind of combobox control (by extending spark.components.supportClasses.DropDownListBase) Now, inside this control; I need to know: if the dataprovider is changed/assigned. ...
1
vote
3answers
2k views

Flex Hero: Loading XML data works, but List is not updated

I have this Flex 4.5 (Burrito) Mobile project: It consists of 2 files - the TextXML.mxml: <?xml version="1.0" encoding="utf-8"?> <s:MobileApplication ...
1
vote
1answer
1k views

Iterating a dataProvider in flex

I'm wondering... I want to iterate through a dataProvider, in a Component which is based on a DropDownList. First thing, that it didn't work (it compiled, but never iterated), was: var o:Object; for ...
1
vote
1answer
209 views

unable to decode JSON to dataprovider

I am loading a php file and calling this function decodeJSON want to parse the data and dispaly it into a combo box but when i do a trace all i get is [object Object],[object Object],[object Object] ...
1
vote
3answers
914 views

Using a ClientDataSet in Delphi, are you able to display both Data & Delta records in a DBGrid?

I am making a app in Delphi 6 + MySQL database using standard data-aware components and dbExpress. The app allows a users to view records in a grid and edit data (insert and/or delete records) client ...
1
vote
1answer
116 views

How can i use safe-browsing application object to determine whether a url is reported as phishing site or malware site?

Here is code snippet: Components.classes['@mozilla.org/safebrowsing/application;1'] .getService().wrappedJSObject.malwareWarden.listManager_ .safeLookup(test_url, function(tableName){ ...
1
vote
2answers
285 views

How do I append an item to my dataProvider? (Flex)

What I would like to do is simply add to a dataProvider, but when I do, I get an error. Here's the code I'm trying to run... dg.dataProvider.addItem(obj.ResultSet.Result[i]); It's inside a for ...
1
vote
3answers
388 views

SqlHelper.ExecuteReader results varying and unexpected when certain number of records are returned

Note: You may not need to read the whole thing to know what's wrong... skip down to the part about the 3 scenarios if you'd like. Only read the begin if you'd like some background info on how I've ...
1
vote
1answer
518 views

flex checkbox value not selected from database

I have a small flex datagrid. The dataProvider is an xmlList. I have two columns, userList and user permissions. The user permissions column as checkboxes. The values for the checkbox are stored as 0 ...
1
vote
1answer
849 views

How to create refresh statements for TableAdapter objects in Visual Studio?

I am working on developing an ADO.NET data provider and an associated DDEX provider. I am unable to convince the Visual Studio TableAdapater Configuration Wizard to generate SQL statements to refresh ...
1
vote
2answers
156 views

How can I hide a list component when it contains no items?

I have a List of items which is based on the contents of the "category" that a user selects When the user changes selection, I change the dataProvider of the list be be the contents of the current ...
1
vote
1answer
231 views

How to generate typed datasets for multiple database platforms?

I want to generate a typed DataSet for both Oracle and DB2 databases from a single XSD file. Background: When I drag a table onto the Visual Studio Dataset Designer, it generates a XSD file (e.g. ...
1
vote
2answers
2k views

How to get the item parent in a flex tree when using nested objects as data provider?

I have a Flex tree with an ArrayCollection as data provider. The collection holds an array of CategoryVO objects. Each object can have another array of CategoryVO objects inside it's "child" ...
1
vote
1answer
80 views

.NET Data Providers - How do I determine what they can do?

I have code which could be executed using a Provider that doesn't support transactions, or doesn't support nested transactions. How would I programmatically determine such support? E.g. The code ...
1
vote
1answer
323 views

PostgreSql + C#:Design Time Support in VS2008

I've installed Npgsql Data Provider for .net and I've executed gacutil -i Npgsql.dll as the user manual said, but I can't use the Dataset designer. When I add a TableAdapter to the designer, It ...
1
vote
1answer
3k views

Combobox Dataprovider - Only gets labelField from XML not the associated ID

Back again this time working with data providers. Well i been doing a bit of training with Flex, and I've searched, and i managed to get a ComboBox being populated through XML data. Its works pretty ...
1
vote
1answer
201 views

How do you use ADO.NET to create a data source rather then read and manipulate one

I'm writing a plug-in for another program that generates a fairly complex tree structure of objects. The users will need to export this data from the plug-in for analysis and reporting. I definitely ...
1
vote
2answers
494 views

CBO.FillCollection throwing “No parameterless constructor defined for this object.” error

I'm trying to fill a collection from an IDataReader that was returned by another method... for some reason it keeps throwing a "No parameterless constructor defined for this object." error for this ...
1
vote
1answer
959 views

How do I ensure a Flex dataProvider processes the data synchronously?

I am using an component, and currently have a dataProvider working that is an ArrayCollection (have a separate question about how to make this an XML file... but I digress). Variable declaration ...
1
vote
3answers
1k views

How do I get a Flex AdvancedDatagrid to display just one row?

I have an AdvancedDatagrid, whose dataProvider is an ArrayCollection that contains 1 row of displayable stuff. Flex continues to display about 6 rows, the top one filled, the rest blank. I've set ...
1
vote
1answer
286 views

Running multiple test data on same set of test cases

I am new to eclipse. I am using JUnit 4. and i have written a set up method in my class which extends Testcase where some initialization happens. I have some set of testcases in the same class. I have ...
1
vote
3answers
714 views

Accessing a dataProvider with indexOf

I have a list object and I'm adding items to it with addItem through the dataProvider. Before adding an item to the list I want to make sure it's not a duplicate. I've tried using indexOf on the ...
0
votes
0answers
17 views

Flex 3: change list itemRenderer and dataProvider dinamically on changing states

In my application homescreen I have a list with content, which I want to replace with other content when changing to "ListContacts" state. Since I have some "eye-candy" animations while changing ...
0
votes
2answers
40 views

TestNG - Dataprovider at Class level test annocation

I will try and explain my scenario here so that its clear what I want. I have a set of methods within a Class which performs a few tests, they are all related to each other and have to be run in a ...
0
votes
2answers
29 views

Which .NET data provider for MySQL 5?

I'm new to using MySql (I'm a SQL Server type of guy) and was wondering if the data provider version (most recent being 6.3.8 as per this page ...
0
votes
1answer
33 views

How to create a data provider for use with Excel [closed]

Excel (2010) has functionality to create pivot tables from an external data source like from Access, From Web and other data sources like SQL server and ODBC. Suppose I have created a new database ...

1 2 3