Skip to content

Commit 1d43781

Browse files
committed
Fixed other troubleshooting information being inserted in installation section
1 parent 8e3ff1b commit 1d43781

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,22 @@ ASPNetImage is a work in progress and any help completing the object is apprecia
6565

6666
# Troubleshooting
6767

68-
**Troubleshooting Installation Issues**
68+
**Installation Issues**
6969

7070
* Verify that the .NET Framework v2.0 is installed and working properly.
7171

7272
* Ensure that you've registered the DLL with REGASM.EXE with the /tlb and /codebase command line switches (see the included register.bat file). You may want to unregister the DLL and re-register them to confirm.
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-
* 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.
77-
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.
79-
8076
* If you are using an unsigned DLL, you will receive the following error message when registering the DLL with REGASM.EXE:
8177

8278
> 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.""
8379
8480
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.
81+
82+
**Other**
83+
84+
* 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.
85+
86+
* 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.

0 commit comments

Comments
 (0)