mono / ngit

Automated jgit port to c#
261 stars 152 forks source link

Load UnixFileHelper correctly in ASP.NET #45

Closed bojanrajkovic closed 11 years ago

bojanrajkovic commented 11 years ago

Load the file helper correctly in ASP.NET scenarios. Without specifying the assembly name, it would fail to load every time.

alanmcgovern commented 11 years ago

Thanks! It's a bizarre one alright. I would've thought that ASP.NET would be smart enough to not break assembly loading due to shadow copying. Clearly not :)