Archives for November, 2008

28
Nov

Update Model from Database and CatalogName

Entity Framework support for Firebird had a problem, when you created model and then tried to update model (Update Model from Database) VS freeze. I was pretty sure, that’s a problem of server – because I was using 2.5 build from HEAD that cannot be considered as stable and the 2.1 was working fine (except the left outer join problem ;) ) (because foreign keys/associations were not generated the problem wasn’t fired). And I was wrong.

Similar to problem I described on http://forums.microsoft.com/MSDN/ShowPost.aspx?siteid=1&PostID=3519267, the problem was in NULL in CatalogName in DefiningQuery in SSDL for store. Funny is that generating model from EdmGen and also in wizard was working fine, only updating was failing. But no exception, no error, nothing. Just freeze. If I had NULL in SchemaName I was getting exception in EdmGen leastways.

OK, now – just to be safe – CatalogName and also SchemaName isn’t NULL, but dummy string. No attempts to be smart. ;)

Never mind, could be worse. Now it’s fixed, so you can grab build from http://netprovider.cincura.net/ and test it. Eh, and if you’re looking for some FB with fixed left outer join, check i.e. http://cid-bdb67deba4c656e5.skydrive.live.com/self.aspx/Ve%c5%99ejn%c3%a9/FB%7C_FixedLeftOuterJoin/Firebird-2.5.0.21381-0%7C_Win32.zip, it’s a snapshot of current 2.5 trunk.

This problem itself has been also discussed in comments here.

  • Twitter
  • Facebook
  • Share/Bookmark
23
Nov

Press, Click, Select or Choose?!?

Nice article about what word(s) to use for what action(s). Also discussion is worth reading.

  • Twitter
  • Facebook
  • Share/Bookmark
22
Nov

DDEX for Firebird and Visual Studio 2010

What’s better than finding what you need to fix for upcoming release of product? :-) I get finally Visual Studio 2010 CTP up and running and decided to test whether DDEX provider for Firebird is working fine with it (else I need to find why not and fix these issues). Luckily it’s working fine. I’ve changed reg files appropriately for VS2010 and modified machine.config for .NET FW 4.0. No problem, 10 minutes and it was done.

Check this out. Nice, isn’t it? :-)

  • Twitter
  • Facebook
  • Share/Bookmark
8
Nov

Oprava FQDN v SMTP pro System.Net.Mail

Pokud jste někdy posílali mail pomocí System.Net.Mail a SMTP server očekával v příkazu EHLO/HELO fully qualified domain name, docela jste se zapotili. Jednoduše se smtp klient nedal přemluvit. Sám jsem na problém narazil. :)

Pokud máte stejný problém stačí nainstalovat resp. vyžádat hotfix http://support.microsoft.com/kb/957497 a je vymalováno.

  • Twitter
  • Facebook
  • Share/Bookmark
3
Nov

Nové .NET logo

Při všem shonu okolo PDC a Windows 7, Azure aspol. jsem úplně minul ohlášení o novém logu pro .NET. Posuďte sami.

Není ošklivé, ale ani mě neposadilo na zadek. Takový dobrý standard dobrého grafika. Co myslíte?

  • Twitter
  • Facebook
  • Share/Bookmark
2
Nov

Videa z PDC2008

Videa z PDC2008 jsou dostupná zdarma na Channel9. Není potřeba registrace.

  • Twitter
  • Facebook
  • Share/Bookmark
1
Nov

.NET Framework 4 Poster

Ačkoli .NET Framework 4 tu ještě není, můžete mrknout na plakát. Více na http://blogs.msdn.com/brada/archive/2008/10/29/net-framework-4-poster.aspx.

PDF verze | DeepZoom verze

  • Twitter
  • Facebook
  • Share/Bookmark