When I create a new Class Diagram in my ASP.NET Application C# it gives me an error message that says:
(Cannot load 'C:\Users\...\...\App_Code\ClassDiagram.cd': URI formats are not supported)
I don't have any classes in my ASP.NET project.
string uri = "file:\\C:\Users\...\...\App_Code\ClassDiagram.cd";
string localPath = new Uri(uri).LocalPath;
OR
@'C:\Users\...\...\App_Code\ClassDiagram.cd'
OR
'C:\\Users\\...\\...\\App_Code\\ClassDiagram.cd'
uper three way to solution of you problem
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With