Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Dlls dont update
Devman
#1 Posted : Sunday, September 15, 2013 2:30:50 PM(UTC)
Rank: Newbie

Groups: Registered
Joined: 9/1/2013(UTC)
Posts: 2
Location: United Arab Emirates

hi,

i am on the trial deciding wither to buy or not and have sent emails regarding this problem since week and i did not received any reply so i thought let me make a final try here

I have downloaded it and started playing, it indeed build the project, but the dlls are not update, with .Net Demon everything works fine, so I am confused.

What I am doing is very simple, I have ASP.NET MVC project, and for example, I have created this class below which if I change anything inside of it like adding new property , nothing happens until I manually build the solution, though NCrunch is building fine.

I have made the test by either using ILSpy .Reflector, or by just hitting the website in the browser.

public class ReceivedCampaign
{
public string CampaignId { get; set; }
public List<string> Lists { get; set; }

public ReceivedCampaign()
{
this.Lists = new List<string>();
}
}

more so, any change i make to any C# code wither it is Controller, Class, etc.. it gets compiled correctly but when i test the website i don't see the changes.

thanks in advanced.
Remco
#2 Posted : Sunday, September 15, 2013 11:28:36 PM(UTC)
Rank: NCrunch Developer

Groups: Administrators
Joined: 4/16/2011(UTC)
Posts: 7,144

Thanks: 959 times
Was thanked: 1290 time(s) in 1196 post(s)
Hi, thanks for posting!

NCrunch is an automated testing tool and background build tool - it isn't designed to build projects for direct execution in IIS or in other applications. It is primary a test runner.

This means that the files output from the NCrunch build are stored within a specially built workspace under the control of NCrunch. These files are heavily manipulated and cannot be used in IIS.

So I'm sorry to say that this behaviour is by design. I think that for what you are trying to do, you need to use .NET Demon instead.


Cheers,

Remco
Devman
#3 Posted : Monday, September 16, 2013 9:16:37 AM(UTC)
Rank: Newbie

Groups: Registered
Joined: 9/1/2013(UTC)
Posts: 2
Location: United Arab Emirates

thanks for reply,

i really hoped this will work out, that is petty :(
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAF | YAF © 2003-2011, Yet Another Forum.NET
This page was generated in 0.035 seconds.
Trial NCrunch
Take NCrunch for a spin
Do your fingers a favour and supercharge your testing workflow
Free Download