Please specify mscorlib 0.0.0.0 location - telerik

I'm trying to decompile a dll, and Telerik JustDecompile tells me
"Please specify mscorlib 0.0.0.0 location"
I have never experienced this before.
What can I do to resolve this?
Thank you!

Related

Win32: What is HRESULT 0x80070002?

I can't find the definition of HRESULT: 0x80070002
I can usually find these searching the include paths but this code was not found. Does anyone have the explanation of what it is? I think it is coming from the shell.
Thanks.
0x80070002 is the Win32 error code 2 (ERROR_FILE_NOT_FOUND) in HRESULT format, as returned by the HRESULT_FROM_WIN32() macro.
When in doubt, you can use the HRESULT_FACILITY() and HRESULT_CODE() macros to help you figure out what an HRESULT stands for.
In this case, 0x80070002 has a facility of 7 (FACILITY_WIN32), meaning the code (2) is a Win32 error code (ERROR_FILE_NOT_FOUND).
errlook.exe says it is "The system cannot find the file specified." , agreed that it is not in any of the SDK (or VS2019) headers.
Removing and adding the service(WebSite) back in IIS fixed the error for me.
It might have been the case of the service path being incorrect since it was last added in IIS.
Make sure you're passing the correct physical path to IIS when adding the a web site.

how to create QR code in windows phone 7.1

Please tell how to generate QR code in Windows Phone 7.1. I have tried this urlThomasVestergaard
I'm using Silverlight_ZXing_Core version v2.0.50727 library.
But When I used code from above link I have following issue
1.System.Windows.Media.Imaging.WriteableBitmap' does not contain a definition for 'SetPixel' and no extension method 'SetPixel' accepting a first argument of type 'System.Windows.Media.Imaging.WriteableBitmap' could be found (are you missing a using directive or an assembly reference?)
Please tell me how to resolve this as soon as possible.
Thanks
You should check WriteableBitmapEx library. It has extension methods for GetPixel() and SetPixel() in addition to other useful stuff.

check for port availability using iphlpapi dll in nsis

Could anyone please let me know how to check for port availability using iphlpapi dll in nsis.
You can have a look at Calling an external DLL using the System.dll plugin from the NSIS wiki.

Allow Html Attribute Not Found [AllowHtml]

Can anyone tell me what I need to include besides System.ComponentModel.DataAnnotations to get [AllowHtml] to be recognized? When I add the attribute to a property it tells me the following compiler error:
"The type or namespace name 'AllowHtml' could not be found (are you missing a using directive or an assembly reference?)"
I need to allow html to my field and cannot continue until I get this working. Any help would be greatly appreciated!
Thanks...
As far as I can tell, [AllowHtml] belongs to the System.Web.Mvc namespace.
http://msdn.microsoft.com/en-us/library/system.web.mvc.allowhtmlattribute(v=vs.98).aspx
I had this same issue and took me a while to realise that I was referencing system.web.mvc v2 not v4, so make sure you check the version.
FYI, I had my models stored in a separate project

What is a manifest authoring warning?

Anyone knows what this mean? Care to shed some light?
Got this warning while compiling a MFC project in VS2005.
..\..\..\Shared\res\zenOn_common.manifest : manifest authoring warning 81010002: Unrecognized Element "requestedPrivileges" in namespace "urn:schemas-microsoft-com:asm.v3".
take a look at this thread.:
http://social.msdn.microsoft.com/Forums/en-US/windowscompatibility/thread/d9c47905-3d84-4275-b277-9ffe06001f80
It solutes the problem in some cases.
Edit:
It seems that there is/was a problem with manifest files including an date that was older than the build date. Strange...

Resources