Travis Davies

blog

  Home  |   Contact  |   Syndication    |   Login
  7 Posts | 0 Stories | 8 Comments | 11 Trackbacks

News

Archives

Image Galleries

Music

Networking

Remote Access

Friday, February 17, 2006 #

I have been doing some Citrix work with the new 4.0 product. I have run into a issue that you cannot create sites, the option is not there at all. It is caused by the .NET version 2 installed on the 2003 server. You can either remove the .NET version 2 or the below fix worked for me.

 

Create a file call “mmc.exe.config” in \Windows\system32 directory and add the following lines to the file. You should be able to create sites after this is completed.

<?xml version ="1.0"?>
<configuration>
       <startup>
            <requiredRuntime version="v1.1.4322"/>
            <supportedRuntime version="v1.1.4322"/>
       </startup>
</configuration>

CTX108104

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati