views:

32

answers:

1

Trying to dissect a very badly written ASP.NET app. Can someone tell me what this assembly (ProAspCompLib.dll) is used for?

+2  A: 

Well, after some brief google-fu, my best guess is a code library associated with a (Chinese) programming book. If this is the case you may be able to find the original/translated English version. http://book.csdn.net/bookfiles/172/1001727754.shtml .

Instead of trying to track this book down, a better option would be to examine the library using the free Reflector.

Alex