Error
-
I encountered this error in the web .config please help me out. Could not load file or assembly 'Microsoft.Data.SqlXml, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified. Am encountering this problem in the web .config thanks in anticipation.
-
I encountered this error in the web .config please help me out. Could not load file or assembly 'Microsoft.Data.SqlXml, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified. Am encountering this problem in the web .config thanks in anticipation.
What makes you believe you have this required file ?
Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp
-
I encountered this error in the web .config please help me out. Could not load file or assembly 'Microsoft.Data.SqlXml, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified. Am encountering this problem in the web .config thanks in anticipation.
Flavia A wrote:
Could not load file or assembly 'Microsoft.Data.SqlXml, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
So, its clearly says what is the problem.
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
-
Flavia A wrote:
Could not load file or assembly 'Microsoft.Data.SqlXml, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
So, its clearly says what is the problem.
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
-
So what should i do for it.because My others projects run successfully and nver give this error.How will i get the required file.
Add refernece of the DLL
himanshu
-
So what should i do for it.because My others projects run successfully and nver give this error.How will i get the required file.
Flavia A wrote:
How will i get the required file.
Add the Reference of that required DLL. :)
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article