express-edition

What is the PL/SQL API difference between Oracle Express Edition (XE) and Standard Edition (SE)?

Aside from licensing issues and all the fancy add-on packages, what is the real difference between Oracle XE and SE from an API point of view? My application uses a large number of PL/SQL features/packages, and I am unable to get a definitive list of what works and what doesn't. I already know that, for example, the server-side Java VM ...

Publishing as Pre-Compiled ASP.net-MVC Website with VWD Express Edition

Is there a way to pre-compile websites with VWD Express ? Can I use ASP.NET Merge tool or similar utility ? and is there any limitation to options (can I choose whatever options like in VS Pro edition) ...

'True' could not be set on property 'AllowInserting'

I'm using Visual Web Developer 2008 Express Edition. (version 9.0.30729.1 SP) I get an error when displaying virtually any kind of control in design view, e.g. textbox, dropdownlist, checkbox etc. The designer displays a panel containing the text Error Rendering Control - An unhandled exception has occurred 'True' could not be set o...

Will visual studio 2010 express support addins?

I know vs2008 express didn't. I'm hoping this will change with vs2010. Anyone know? Link me? Edit: Anyone have a primary source? While "As far as I know" answers can be helpful, in this case it still leaves a possibility - which is exactly where I started. ...

Is it possible to integrate NUnit with VB.net Express Edition? Which is the best way?

Hi, I'm a Java Developer wich is learning VB.net for a small project. While coding in Java, we don't have to think a lot about how to integrate our IDE with our unit test framework because most of the IDEs already area integrated. But now that I'm working on a project which the main requirement is to use VB.net Express Edition, is it p...

CString 'Trim' : is not a member ,why?

Hello all i have simple app that i try to compile with VC express and using the : microsoft platform sdk for windows server 2003 that contains mfc and atl now i have this simple code : CString strValue("test"); CString s = strValue.Trim(); LPCTSTR lpStr = (LPCTSTR)strValue.Trim() that give me compilation error : c:\dev\test.cpp(463) ...

Installing Oracle XE on Mac Leopard (issue with a segmentation fault)

I am trying to install Oracle XE 10.2 on my Mac Leopard. However, it doesn't go without a lot of fuzz. Thankfully I have this tutorial at my disposal: http://bit.ly/a4rc4O The only pain I am left with is the following command that fails (from the cfgtoollogs/configToolAllCommands). /Users/oracle/oracle/product/10.2.0/db_1/bin/netca /o...

ClickOnce, my app crashes Visual C# Express

I'm finishing up a C# app for work, and looking to make a ClickOnce installer. Right now, I just want to make sure the installer works and that I am able to run the exe without Visual Studio. So I set up my project to require Windows Installer and .NET 3.5 SP1, and tell it to download from a vendor (I'll be including the components lat...

OLAP on SQL Express

I'm wondering if there is any desktop OLAP solution that can use SQL Express (and therefore does not require Analysis Services) I've been tasked with finding a way to allow our customers to do 'Ad-Hoc' reports, but the vast majority of them are on Sql Express, In previous jobs, customers have had Analysis Services and typically Cognos o...