-2

Hi to everybody and tks in advance for your help!

I have a web app in VS2013 working just fine, but everytime I make a pull from my gitlab repository, then I can't open the solution anymore. The only workaround I have found is to delete the repository and clone it from scratch. I tried the most popular solution on google (like running git gc before pulling) but I can't fix it.

  Problem signature:
  Problem Event Name:   CLR20r3
  Problem Signature 01: devenv.exe
  Problem Signature 02: 12.0.31101.0
  Problem Signature 03: 54548724
  Problem Signature 04: mscorlib
  Problem Signature 05: 4.0.30319.34209
  Problem Signature 06: 534894cc
  Problem Signature 07: 254
  Problem Signature 08: 10
  Problem Signature 09: System.ArgumentException
  OS Version:   6.1.7601.2.1.0.256.1
  Locale ID:    3082
  Additional Information 1: 0a9e
  Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
  Additional Information 3: 0a9e
  Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt

Can please somebody help me with this? Tks a lot!!

magicandre1981
  • 27,895
  • 5
  • 86
  • 127

1 Answers1

0

Finally I could solve the problem. It's seem that there was a file in git (a css file) that was causing VS to crash. When I did a pull having the file in my local GIT, that file was overwritten and the problems starts. But if I delete all my local GIT and do a new clone from Git Repository, all seems to work just fine. To fix it, I delete the file from master git and upload it again from scratch... I couldn't figure it out what was the problem with the css file, maybe it was corrupted in the master or something like this. Thanks to all for your help. Best Regards!