Re: dont see mysql data source in visual studio 2012 express for web
Posted by: Fernando Gonzalez.Sanchez
Date: February 18, 2013 10:34AM

Hi,

Regarding Visual Studio integration, Connector/NET does not support any Visual Studio Express versions (this due to a legal constraint from Microsoft, they don't allow adding third party visual studio plugins in express versions).

That's why you see in non express versions, but cannot see it at express versions.

Either you need Visual Studio non-express, or use a data access approach that does not rely in Visual studio integration (any of typed datasets, design time connections, Model first & database first need VS integration).

For non VS integration may I suggest Code First from Entity Framework?

Thanks

Options: ReplyQuote


Subject
Written By
Posted
Re: dont see mysql data source in visual studio 2012 express for web
February 18, 2013 10:34AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.