Tuesday, February 19, 2013

Friday, February 15, 2013

Can't find Microsoft.Data.Entity.CTP

If you are trying to add a reference froom .NET Microsoft.Data.Entity.CTP but it is not avaliable in the "Add Reference > .NET" list,

Download the file EF4FeatureCTP3.exe from de following link
http://www.microsoft.com/en-us/download/details.aspx?id=13203

Restart Visual Studio and retry the reference adding and the Microsoft.Data.Entity.CTP will be in the list.

Reference:
http://social.msdn.microsoft.com/Forums/en-US/adodotnetentityframework/thread/762277dc-a3b2-44f5-864a-fb5d3b704845/

Thursday, February 14, 2013

DBVisualizer: The JVM could not be started. The maximum heap size (-Xmx) might be to large or an antivirus or firewall tool could block the execution

If you the the folloging error:

"The JVM could not be started. The maximum heap size (-Xmx) might be to large or an antivirus or firewall tool could block the execution"

Modify the -Xmx value in the dbvis.vmoptions file located in the installation directory for DbVisualizer as follows.

-Xmx512m

or

-Xmx1024m

Save the file and restart DbVisualizer.

Resource:
http://www.dbvis.com/forum/thread.jspa?messageID=10472



Thursday, February 7, 2013