Click here to Skip to main content
15,906,626 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
I have inherited a project recently, and some of the libraries are .refresh files instead of the dll's. Not copied local. Problem is I don't have access the the originals.

Here are the one's causing warnings with my project:


GotDotNet.Elmah.dll.refresh - need to find where this comes from and how to get it in
the project now

MSWinsockLib - referenced component could not be found.


I've googled both of these since yesterday. Not having much luck. I can't find anything except dll fixers for the elmah, and everyone says just to use the new sockets when I found threads on winsock. Problem is before I can move forward and fix anything, I must first make this one build.

Someone know how to fix this stuff?
Posted

1 solution

Not sure if this is what you need for sure but looks like it...

GotDotNet.Elmah

http://code.google.com/p/oiv/source/browse/trunk/Dlls/GotDotNet.Elmah.dll?spec=svn2&r=2[^]

Winsock

http://support.microsoft.com/kb/122928[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900