how:to Run memory mapped file for replication

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajasria
    New Member
    • Feb 2014
    • 2

    #1

    how:to Run memory mapped file for replication

    i have application for replication operation i added isis2.cs file in to my appication.the application consist of client server concept only.if i included isis2.cs in to my server page it contains error just like memory mapped file could not found.how to include the memory mapped file if any assemblies is avilable to rum memory mapped file
  • Fille
    New Member
    • Feb 2014
    • 1

    #2
    Code:
    Dim MappedMemory <?xml version=”1.0? encoding=”utf-8??><asmv1:assembly manifestVersion=”1.0?
                    xmlns=”urn:schemas-microsoft-com:asm.v1?
                    xmlns:asmv1=”urn:schemas-microsoft-com:asm.v1?
                    xmlns:asmv2=”urn:schemas-microsoft-com:asm.v2?
                    xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”>
        <assemblyIdentity version=”1.0.0.0? name=”MyApplication.app”/>
        <trustInfo xmlns=”urn:schemas-microsoft-com:asm.v2?>
            <security>
                <requestedPrivileges xmlns=”urn:schemas-microsoft-com:asm.v3?>
                    <requestedExecutionLevel
                        level=”requireAdministrator” uiAccess=”false” />
                </requestedPrivileges>
            </security>
        </trustInfo>
    </asmv1:assembly>

    Comment

    Working...