On 8/27/13 10:05 AM, Skildum, Mathew wrote:
> Here is an example of the build errors:
>
>   CustomAction.cs(4,17): error CS0234: The type or namespace name 'Deployment'
> does not exist in the namespace 'Microsoft' (are you missing an assembly 
> refere
> nce?) 
>   CustomAction.cs(12,58): error CS0246: The type or namespace name 'Session' 
> co
> uld not be found (are you missing a using directive or an assembly reference?)
>   CustomAction.cs(12,23): error CS0246: The type or namespace name 
> 'ActionResul
> t' could not be found (are you missing a using directive or an assembly 
> referen
> ce?) 

These are C# compile errors. It appears you might be missing a reference
to a DTF assembly. Or perhaps the assembly reference you already has an
incorrect HintPath and can't be found...?

--
Edwin G. Castro


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to