codeice / linqtoexcel

Automatically exported from code.google.com/p/linqtoexcel
0 stars 0 forks source link

external lib files in GIT Version control damaged? #85

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. checkout the LINQToExcel source with TGit
2. open it with VS2010
3. try to compile

What is the expected output? What do you see instead?

The expected output it, that VS can compile the LINQToExcel source. Instead I 
see that the references are missing. Trying to add the Remotion
generates an error message:

"can't load file Remotion.Data.Linq.dll or one of its dependencies" . Tried to 
load a file with wrong format.

What version of the product are you using? On what operating system?

I'm using TGit 1.8.0.2, VS2010Sp1 (EN), Win7 Sp1 x64

Please provide any additional information below.

I also can't open the DLL files with ILSpy, dotPeek or Reflector.

Original issue reported on code.google.com by MagicAnd...@live.com on 10 Apr 2013 at 8:36

Attachments:

GoogleCodeExporter commented 8 years ago
Do you have the 'core.autocrlf' setting value set to true?

git config --global core.autocrlf true

Original comment by paulyo...@gmail.com on 12 Apr 2013 at 9:21

GoogleCodeExporter commented 8 years ago
ok, this core.autocrlf seams to cause it. I've changed this setting in TGIT to 
false, checked out the 1.71 branch/tag again and this time everything worked 
fine.

Original comment by MagicAnd...@live.com on 15 Apr 2013 at 12:56

GoogleCodeExporter commented 8 years ago

Original comment by paulyo...@gmail.com on 15 Apr 2013 at 1:41