1

Closed

"non-standard" development environment

description

I use a nonstandard development environment. I changed "dnndev" in the template to "dnn620.dnndev.me".
 
When I create a new project, there is an error because the new module is configured to use the webserver at http://dnndev/desktopmodules/modulename.
 
The fix is to edit ModuleName.csproj and replace two instances of "dnndev" with "$DevEnvironment$".
 
I'm attaching the modified file ...

file attachments

Closed Aug 25, 2012 at 12:50 AM by christoc

comments

christoc wrote Jul 8, 2012 at 4:58 AM

Interesting thought, I'll look at this for a future release.

qualitynice wrote Jul 14, 2012 at 2:47 AM

I ended up fixing it by editing the template file and changed dnndev to localhost. For some reason the hosts file wouldn't work even though it worked through the browser.

wrote Aug 25, 2012 at 12:50 AM

Resolved with changeset 79685: Checkin CSPROJ change for V 00.00.09