[
https://issues.apache.org/jira/browse/NPANDAY-117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13086859#comment-13086859
]
Lars Corneliussen commented on NPANDAY-117:
-------------------------------------------
Are both compiling with .NET 2.0? Do you use the VS plugin to synchronize the
dependencies, or do you do it manually?
Usually you can easily compile with both maven and visual studio; the list of
dependencies is held separately. NPanday does not look into csproj-file.
Maybe you could submit your or a comparing pom+csproj?
> compile problem with System DLLs
> --------------------------------
>
> Key: NPANDAY-117
> URL: https://issues.apache.org/jira/browse/NPANDAY-117
> Project: NPanday
> Issue Type: Bug
> Reporter: inghooo
> Priority: Minor
> Fix For: Backlog
>
>
> In our project we have to add references to System Dll (like system.data,
> system.drawing and system.xml)
> because we want to be able to compile also with the compiler of visual studio;
> BUT If we add the references to those system assemblies and we compile with
> mvn compile,
> we get this error:
> ...
> c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.XML.dll: error CS1703:
> An assembly with the same identity ....
> ...
> he doesn't like the dependency entries for systems DLL' and it seems that
> on compile with csc maven already has those system DLL's somewhere ( i don't
> know where),
> and so a second explicit reference like
> /reference:C:\WINDOWS\assembly\GAC_MSIL\System.XML\2.0.0.0__B77A5C561934E089\System.XML.dll
> in the compile command stops the compiler with error CS1703;
> why nPanday csc already finds System DLL's without citing them?
> is there a way we can use maven compiling and Visual Studio compiling for the
> same project at the same time?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira