markrendle / Simple.Data

A light-weight, dynamic data access component for C# 4.0
MIT License
1.33k stars 303 forks source link

Solving problem when after using confuser assembly.FullName throws exception #307

Closed ptrstpp950 closed 10 years ago

ptrstpp950 commented 10 years ago

I was using Confuser (http://confuser.codeplex.com/releases/view/90044) with my assembly. So after applying assembly.GetFullName() throws an exception. This simple commit resolve this problem

markrendle commented 10 years ago

Thank you, hadn't thought of that.