I am trying to create members in my new site but when trying to do so
nothing is listed under any of the nodes apart from the Member group. I
have tried restarting umbraco and also reloaded the nodes several times.
When I right clicked on Members and tried to add a new member I found all member types I had created were available in dropdown list please see the 2 images below
Try checking out this thread (which was linked from this one with the same issue). It suggests you might have a permissions issue, maybe to the Windows temp folder.
If not, try running Fiddler when accessing the member section, and you should get an error on TreeDataService - if you view the raw details it might help explain what the problem is.
I have checked the linked and ran the fiddler as well. I have set the full access to "Network Service" but still this is throwing the same error.
[InvalidOperationException: Unable to generate a temporary class (result=1). error CS2001: Source file 'C:\WINDOWS\TEMP\n5aqndqs.0.cs' could not be found error CS2008: No inputs specified
not sure what I am doing wroing or what should I do next to resolve it.
Are you sure Network Service is the user that your app pool is running as? You should give the permissions to whichever user your app pool is using. To check you can goto Application Pools in IIS, right click your app pool and goto Advanced Settings, and check the Identity option. If it's running as a specific user you could try giving that user permissions. You might also try giving the group IIS_IUSRS if you are using ApplicationPoolIdentity
Strange..that seems to be the documented fix for that error, even from MS [1][2].
You gave Network Services permissions to WINDOWS\TEMP right, not just the Umbraco site? Perhaps also try giving the "ASPNET" or IIS_IUSRS accounts the same permissions..
umbraco membership problem
Hi All,
I am trying to create members in my new site but when trying to do so nothing is listed under any of the nodes apart from the Member group. I have tried restarting umbraco and also reloaded the nodes several times.
When I right clicked on Members and tried to add a new member I found all member types I had created were available in dropdown list please see the 2 images below
any ideas?
every little helps would be much appriciated.
kind regards
saif
Hi,
Try checking out this thread (which was linked from this one with the same issue). It suggests you might have a permissions issue, maybe to the Windows temp folder.
If not, try running Fiddler when accessing the member section, and you should get an error on TreeDataService - if you view the raw details it might help explain what the problem is.
HTH,
Tom
Hi Tom,
I have checked the linked and ran the fiddler as well. I have set the full access to "Network Service" but still this is throwing the same error.
[InvalidOperationException: Unable to generate a temporary class (result=1). error CS2001: Source file 'C:\WINDOWS\TEMP\n5aqndqs.0.cs' could not be found error CS2008: No inputs specified
not sure what I am doing wroing or what should I do next to resolve it.
Hi,
Are you sure Network Service is the user that your app pool is running as? You should give the permissions to whichever user your app pool is using. To check you can goto Application Pools in IIS, right click your app pool and goto Advanced Settings, and check the Identity option. If it's running as a specific user you could try giving that user permissions. You might also try giving the group IIS_IUSRS if you are using ApplicationPoolIdentity
-Tom
Hi Tom,
Yes, I have double checked, it is definitely running under Network service.
Strange..that seems to be the documented fix for that error, even from MS [1][2].
You gave Network Services permissions to WINDOWS\TEMP right, not just the Umbraco site? Perhaps also try giving the "ASPNET" or IIS_IUSRS accounts the same permissions..
Sorry Tom it was my fault. I had set permission on wrong Temp folder. The problem has been resolved.
Thanks a lot.
is working on a reply...