W
wheresjim
I am trying this project out:
http://www.codeproject.com/useritems/javacsharp.asp
I am having difficulty building parts of it with Visual Studio .NET
2003 because of a post-build step that attempts to create a netmodule
from a .dll using the following command:
csc /debug /t:module "$(OutDir)\$(ProjectName).dll"
The resulting error I get is:
'Debug\HelloWorld.dll' is a binary file instead of a source code file
'Debug\HelloWorld.dll' could not be opened ('Unspecified error ')
I'm not very experienced with .NET or for that matter Visual Studio, so
this could be reallly simple.
http://www.codeproject.com/useritems/javacsharp.asp
I am having difficulty building parts of it with Visual Studio .NET
2003 because of a post-build step that attempts to create a netmodule
from a .dll using the following command:
csc /debug /t:module "$(OutDir)\$(ProjectName).dll"
The resulting error I get is:
'Debug\HelloWorld.dll' is a binary file instead of a source code file
'Debug\HelloWorld.dll' could not be opened ('Unspecified error ')
I'm not very experienced with .NET or for that matter Visual Studio, so
this could be reallly simple.