yasser777 / nettiers

Automatically exported from code.google.com/p/nettiers
0 stars 0 forks source link

NetTiers solution not able to build on a dedicated build machine without Visual Studio installed #192

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is causing the problem?
Namespace.Data project contains references to EnvDte and EnvDte80 
assemblies. These assemblies are only available on a machine that has VS 
installed. There is code in the DataRepository.cs file that utilizes 
functionality from these assemblies. I believe it's the GetDesignTimeConfig
() method. 

What steps will reproduce the problem?
1. Run NetTiers templates on a machine with VS installed.
2. On machine with VS installed, NetTiers builds fine from both VS and via 
MSBuild.exe.
3. Move code to machine that does not have VS installed, build fails. 

What version of .netTiers and CodeSmith are you using?
2.3.0b2

Original issue reported on code.google.com by corey%so...@gtempaccount.com on 9 Mar 2009 at 3:03

GoogleCodeExporter commented 9 years ago

Original comment by bniemyjski on 25 May 2009 at 3:30

GoogleCodeExporter commented 9 years ago

Original comment by bniemyjski on 25 May 2009 at 4:26