Visual Studio settings files corrupt / MySQL connection issues -


my visual studio 2012 professional having problems 3 project solution. have been struggling day linqtomysql.edmx file , getting mysql data connection option appear in server explorer. have tried installing eftools6.1.0forvs2012. mysql connector have tried mysql-connector-net-6.7.4. worked @ 1 point other problems mysql dll versions means square 1 (when got latest version of dll got nuget 6.8.3, still looking 6.7.4). have since got 6.7.4 , added reference dll project. i've tried editing machine.config correct mysql data provider. still no joy.

but now...

for each solution app.config or web.config files can't read when trying access properties > settings.

an error occurred while reading app.config file. file might corrupted or contain invalid xml

all files seem valid when checked under xml validator.

when opening project in vs2012 error:

microsoft visual studio providerpackage package did not load correctly. problem may have been caused configuration change or installation of extension. can more information examining file t:\users\john\appdata\roaming\microsoft\visualstudio\11.0\a ctivitylog.xml.

when trying create new project get:

failed create 'imagesource' text '..\lmages\medium.png'.

after re-installing visual studio problem persists. in activity log last errors are:

    <entry>     <record>235</record>     <time>2014/03/25 10:28:31.202</time>     <type>warning</type>     <source>microsoft.visualstudio.commonide.extensibilityhosting.vsshellcomponentmodelhost</source>     <description>the catalog cache file not up-to-date , has regenerated:</description>     <path>c:\users\john\appdata\local\microsoft\visualstudio\11.0\componentmodelcache\microsoft.visualstudio.default.cache</path>   </entry> <entry>     <record>236</record>     <time>2014/03/25 10:28:31.211</time>     <type>error</type>     <source>visualstudio</source>     <description>setsite failed package [visual studio component model host package]</description>     <guid>{49d12072-378b-4ffa-a09e-40e0b5d097cc}</guid>     <hr>80131902</hr>     <errorinfo>configuration system failed initialize</errorinfo>   </entry>  <entry>     <record>237</record>     <time>2014/03/25 10:28:31.241</time>     <type>error</type>     <source>visualstudio</source>     <description>end package load [visual studio component model host package]</description>     <guid>{49d12072-378b-4ffa-a09e-40e0b5d097cc}</guid>     <hr>80131902</hr>     <errorinfo>configuration system failed initialize</errorinfo>   </entry> 

looks of these errors caused malformed xml in machine.config file in framework folder. machine.config file in framework64 fine must have caused me confusion. that's editing notepad gets you! still having problems mysql connector that's separate issue.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -