sheeno73 / procurement

Automatically exported from code.google.com/p/procurement
0 stars 0 forks source link

Access Denied error - Windows Firewall turned off, full administrator priveleges #465

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What version of Procurement are you using? On what operating system?
-Version 1.8.6 on Windows 7 Professional
What steps will reproduce the problem?
1.Fill in username and password
2.Hit Enter

What is the expected output? What do you see instead?
I expect to be logged in, but see an "access is denied" error instead.

System.Security.Cryptography.CryptographicException: Access is denied.

   at System.Security.Cryptography.ProtectedData.Protect(Byte[] userData, Byte[] optionalEntropy, DataProtectionScope scope)
   at POEApi.Infrastructure.DPAPI.Encrypt(SecureString secret)
   at Procurement.ViewModel.LoginWindowViewModel.saveSettings(SecureString password)
   at Procurement.ViewModel.LoginWindowViewModel.<>c__DisplayClass2.<Login>b__1()
   at System.Threading.Tasks.Task.Execute()

Original issue reported on code.google.com by bd21m...@gmail.com on 31 Dec 2014 at 1:37

GoogleCodeExporter commented 9 years ago
Additional Info : 

This is a fresh OS install onto a new Hard Drive. Pretty much only the basics 
on the computer.

Previous version of Procurement did not have issues on the network. 

Verified the username / password are correct.

Also attempted running as administrator (right click) which did nothing. 

Original comment by bd21m...@gmail.com on 31 Dec 2014 at 1:40

GoogleCodeExporter commented 9 years ago
Since it's a fresh install, do you have .NET 4.5 installed? Secondly, where 
have you installed Procurement?Have you tried running it as admin from 
c:\Procurement?

Original comment by stickymaddness on 8 Jan 2015 at 7:18