Welcome to RightHand's community place Sign in | | Help

Browse by Tags

All Tags » WCF

Calling WCF services from within Sql Server

It is possible to create a managed .net stored procedure for SQL Server that acts like a WCF client. SQL Server 2005 at least is required. But I won't talk about how to. I'd rather discuss an odd error you can encounter while performing this stunt. On
Posted by Miha Markic | 0 Comments
Filed under: , ,

Building your own Media Center

Since I have IPTV I am really annoyed by not having an option to save programs, like in old video recorder and cable network days. True, one can still save using video recorder, but the problem is that video recorder can't change channels on STB (set
Posted by Miha Markic | 3 Comments

"The target assembly contains no service types. You may need to adjust the Code Access Security policy of this assembly." annoyance

Did you ever encounter this dialog box when dealing with WCF services? "The target assembly contains no service types. You may need to adjust the Code Access Security policy of this assembly." It might happen when you run application at debug time. It
Posted by Miha Markic | 4 Comments
Filed under: ,