C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,553 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
after windows updates,
I can't execute program on visual studio (Debug/Release) without administrator account
after changing assembly name.
changing version name of assembly name is able to execute program without administrator account.
ex) Device Manager - Ver 1.2.1---> Device Manager - Ver 1.0.0
but changing all name of assambly name is not able to execute program without administrator account.
ex0 Device Manager - Ver 1.2.1--> Device FW Update Manager - Ver 1.0.0
why is it?
Thank you,
leegwanghyo