25,503 reputation
62046
bio website blogs.infosupport.com/author/…
location Netherlands
age 43
visits member for 2 years, 4 months
seen 1 min ago
stats profile views 1,419

Software Architect. Love to read, think, code and help out.


1d
comment How to get the path to the skydrive folder in C#
Please do not mark a question as resolved and do not add an answer to the question. Just post the answer as an answer.
1d
revised C# getting file names without extensions
added 132 characters in body
1d
comment why my installation folder where I installed exe, dll required data to be used by application is dependent
That is not something you can fix. It is locked so the shortcut cannot access it.
1d
revised why my installation folder where I installed exe, dll required data to be used by application is dependent
added 413 characters in body
1d
comment why my installation folder where I installed exe, dll required data to be used by application is dependent
Ah, now I understand You should have mentioned that in the question My guess is that by locking the folder you are making it impossible for the user to access it. No wonder windows can't access it.
1d
comment why my installation folder where I installed exe, dll required data to be used by application is dependent
Does the shortcut point to the correct location?
1d
comment why my installation folder where I installed exe, dll required data to be used by application is dependent
Could you explain how renaming the folder makes it secure?
1d
revised why my installation folder where I installed exe, dll required data to be used by application is dependent
added 7 characters in body
1d
revised why my installation folder where I installed exe, dll required data to be used by application is dependent
edited tags
1d
answered why my installation folder where I installed exe, dll required data to be used by application is dependent
1d
comment .net WPF application folder security
You might want to have a look at DRM solutions but even those get hacked. See: stackoverflow.com/questions/2552206/…
1d
comment .net WPF application create a secure folder
possible duplicate of .net WPF application folder security
1d
comment Replacing some substring occurence inside a string
If it is always C# code, why can't you use the renaming feature of Visual Studio?
1d
comment why my installation folder where I installed exe, dll required data to be used by application is dependent
Do you change the folder path during or after installation?
1d
comment .net WPF application create a secure folder
If a user can not "copy" the data, he can not use it, if he can not use it, why have it there in the first place? Anything that can be used, can be copied.
1d
comment .net WPF application create a secure folder
This is security by obscurity at the most.
1d
comment .net WPF application create a secure folder
This is not a WPF issue at all. This is all about Windows security. An administrator will ALWAYS be able to get access. If he could not, he would not be an administrator.
1d
comment why my installation folder where I installed exe, dll required data to be used by application is dependent
Do you change the folder during or after installation? Does the install register anything in config files or in the registry?
2d
comment Calling a stored procedure in C#
What did you try, what didn't work?
May
22
comment C# error : Value should be between minimum and maximum
You might want to take the MinValue into account as well. In general it will be 0 but just in case someone adjusts it...