It's built using .NET. Windows 2012 R2 supports .NET, thus it supports the source. It has nothing to do with the operating system, it has to do with the way you're setting up the source. I mean, look at what the error is. You're missing a dll, and it tells you which one.
It's built using .NET. Windows 2012 R2 supports .NET, thus it supports the source. It has nothing to do with the operating system, it has to do with the way you're setting up the source. I mean, look at what the error is. You're missing a dll, and it tells you which one.
Thanks fang for your replay but, i have clean redux already downloaded from redux thread and when try to debug gives this error. When i open source with c# its saying you don't have 4.5 .net, and when install it said you have same version of this .NET so ?
Zero programming knowledge. Tries to get the source running on a VPS. Fails. (What a wonder) Asks for help here. Once it runs, comes advertising here saying he coded ..........
nhibernate people nhibernate, you are killing me
search google for the dll name and it will tell you what it is
search google for the error and there is a step by step guides (even that it's one step which is to copy the dll back there, but afaik there was guild on stack overflow on why it's being removed in the first place and how to stop it >.< )
1. Download NHibernate, since that's the problem (I can read an error, hooray).
2. Place missing dll where error requests it to be.
3. Problem solved (copying and pasting... ).
Aceking already answered the question to why it happened.