c# - Why does vs2008 express shows me the source code for another dll Project? -


I especially with C # 3.0. I'm new to and I'm working on an Access Database Cover application because we need it to keep the contents of the database safe and password protected by third party developers.

I'm currently testing DLL to write a simple client app to trigger the task, I hit a bug, I can see all the source code in this project that shows the exact source code is.

So I know that I've lost a lot of stuff here, but this is not how I will code it, so can we hide the code from DLL to third party developers? Or is it a setting which only happens because both projects are in my PC?

Thanks :)

Update:

Around some of the browsing, I found this and and after clarifying the DLL, I see it again I try to use the .net reflector or debug it vs. Express-2008, does not show anything :)

You are seeing the exact code because the source is on your machine, however, the device is reverse for your third-party developer Nginiyr to use such tools to reverse the DLLs. To prevent something like this, you may want to use a utility, such as you (you can make the code more difficult to rebuild with the intermediate code), such as you want (paid version instead of community version Are).


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -