Skip to content

Commit 8e3ff1b

Browse files
committed
Additional troubleshooting information to readme and minor formatting tweak
1 parent 64f4448 commit 8e3ff1b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,12 @@ ASPNetImage is a work in progress and any help completing the object is apprecia
7373

7474
* Make sure the DLL and TLB files have the correct file permissions. Give read/write/execute access to NETWORK, NETWORK_SERVICE and the IUSER_[machineName] accounts.
7575

76-
If you are using an unsigned DLL, you will receive the following error message when registering the DLL with REGASM.EXE:
76+
* As of this writing, the precompiled DLL is only provided in 32bit format. There may be unknown issues running this on a 64bit OS. Precompiled 64bit variations are planned for sometime in the future.
7777

78-
> RegAsm : warning RA0000 : Registering an unsigned assembly with /codebase can cause your assembly to interfere with other applications that may be installed on the same computer. The /codebase switch is intended to be used only with signed assemblies. Please give your assembly a strong name and re-register it.""
78+
* Some image format variations have been known to cause issues. Try alternate images from a different source. If you experience issues loading certain images and not others, please provide the problem image(s) if possible along with a bug report.
7979

80-
The object should still work, but I'd recommend unregistering it, compiling and signing the DLL yourself before registering it again so that you don't receive the warning message. Visual Studio 2005 and up can do this automatically from the Project Properties panel on the "Signing" tab. Just pick "< New >" and follow the prompts.
80+
* If you are using an unsigned DLL, you will receive the following error message when registering the DLL with REGASM.EXE:
81+
82+
> RegAsm : warning RA0000 : Registering an unsigned assembly with /codebase can cause your assembly to interfere with other applications that may be installed on the same computer. The /codebase switch is intended to be used only with signed assemblies. Please give your assembly a strong name and re-register it.""
83+
84+
The object should still work, but I'd recommend unregistering it, compiling and signing the DLL yourself before registering it again so that you don't receive the warning message. Visual Studio 2005 and up can do this automatically from the Project Properties panel on the "Signing" tab. Just pick "< New >" and follow the prompts.

0 commit comments

Comments
 (0)