I am assigned a project which uses umbraco 7 and dotnet framework 4.6.1, I am currenty asked to update umbraco to version 8 and I am following the steps mentioned in the umbraco site
. I have updated the dotnet framework to 4.7.2 and updated umbraco using nuget. The solution builds fine but when i try to run the application I get symbol loading error as below
Along with an exception saying:
{"Could not load type 'Umbraco.Core.PropertyEditors.PropertyValueTypeAttribute' from assembly 'Umbraco.Core, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null'.":"Umbraco.Core.PropertyEditors.PropertyValueTypeAttribute"}
Can someone help me resolve this issue, Thank you in advance.
Relative paths are supported. However, unless you always start the debugger from the same directory, you should add a drive letter or a network share before each path. Network shares are also supported.
Getting symbol loading error
Hello,
I am assigned a project which uses umbraco 7 and dotnet framework 4.6.1, I am currenty asked to update umbraco to version 8 and I am following the steps mentioned in the umbraco site . I have updated the dotnet framework to 4.7.2 and updated umbraco using nuget. The solution builds fine but when i try to run the application I get symbol loading error as below
Along with an exception saying: {"Could not load type 'Umbraco.Core.PropertyEditors.PropertyValueTypeAttribute' from assembly 'Umbraco.Core, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null'.":"Umbraco.Core.PropertyEditors.PropertyValueTypeAttribute"}
Can someone help me resolve this issue, Thank you in advance.
Hi Harish, I'm running into the same issue. Have you managed to solve this?
Must be some v7 dependency wich is in the way in our solution, but I can't figure out which one.
I couldn't actually fix this, had to create a fresh Umbraco 8 project. You could try some of the solutions mentioned in the comments though.
Hello Harish ,
Try This..
go to Debug->Options or Tools->Options
and check Debugging->General->Suppress JIT optimization on module load (Managed only)
Thanks,
Shekhar
Relative paths are supported. However, unless you always start the debugger from the same directory, you should add a drive letter or a network share before each path. Network shares are also supported.
is working on a reply...