Posts by Junior Almeida • 51 points
4 posts
-
0
votes2
answers171
viewsA: I cannot display the modification date of a directory with powershell
I got the information I wanted by formatting the output generated with the following code: Get-WmiObject Win32_Directory -filter 'Drive="D:" and Path="\\users\\"' -ComputerName $HostName | sort…
-
2
votes3
answers3848
viewsA: I can’t connect localDB with visual studio
I found the answer. As I am using Localdb 20014 the configuration of the Connection string should be this: <connectionStrings> <add name="EntidadesContext" connectionString="Data Source=…
-
1
votes2
answers171
viewsQ: I cannot display the modification date of a directory with powershell
Hello, I am trying to display the date of creation and modification of a directory using the powershell, I am using the command: Get-WmiObject Win32_Directory -filter 'Drive="C:" and Path="\\"'…
-
2
votes3
answers3848
viewsQ: I can’t connect localDB with visual studio
I’m trying to use the Entity framework in Visual Studio, but when I try to run the program generates the error: System.Data.SqlClient.SqlException was unhandled Class=20 ErrorCode=-2146232060…