1
Answer

I have to save and read xml file in one column linq database

I have linq database table with 3 columns one use for stored xml file
CREATE TABLE dbo.Txml(
brRacuna int NULL,
korisnickoime varchar(50) NULL,
xmldata xml NULL
)

I need to write xml file into column xmldata and aslo read data from this column using linq query 

I need realy help thanks in advance
Answers (1)
0
Richard Bourne
NA 3 4.1k 14y
Hi all,

This has been resolved now so for anyone else suffering this problem:

I needed to go to Application Pools > Advanced Settings and then set Enable 32-bit Applications to true.

Hope this can help somebody.