access to the files of bin folder on c# (convert .dll to .cs) [closed] - c#

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I was working with my PC, and during developing my project the system had restarted, the problem is I had to lost my last code.
So is there any solution to use "last project" with "new bin-folder", my mean is can I combination those files with project ?
Thank you

You should probably have a look at this decompiler and give it a shot:
http://www.jetbrains.com/decompiler/

Related

How to remove the visual studio solution version icon? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 15 hours ago.
Improve this question
enter image description here,I want to remove the solution version icon, but I don't know how to deal with it.
I want to remove the solution version icon, but I don't know how to deal with it.

Publish WPF Application to Microsoft Store [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 days ago.
Improve this question
I have a problem trying to put my app on Microsoft Store: Win32 must install silently. The project is made from WPF C#. Any solution is welcome.
This is my first time pushing my app to Microsoft Store. Hope to get help.

Can I run Imagemagick on windows shared hosting [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I have shard hosting like GoDaddy with Windows. I am writing in ASP.NET c#. Can I use it from c# on the shared hosting?
If you can get them to install Imagemagick, then yes.

is there a way to know where is the solution from a published site folder? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I have a published website that I need to modify, but could not find the solution to open the project. Is there a file, even in the IIS or in the published website folder that could have the path of where that project is?
There is no way knowing where your solution is other than searching your hard drives for "*.sln"

How to create an msi from a Windows Forms project? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
I am trying to create an installer for a project which I recently completed. I also used a database(SQL Server Compact), but I don't know much about how to do it. I've read some articles on MSDN, but they weren't clear to me.

Categories