Hi,
There seems to be a problem with the task when it comes to
locating an assembly keyfile. When ever I built my solution I kept getting
an error message saying...
"Error creating assembly manifest: Error reading key file
'../../../../keyfile.snk' -- The system cannot find the file specifie
Hi Gert
I tested that fix against my code it worked a treat.
Thanks,
Steve
|-+>
| | "Gert Driesen" |
| | <[EMAIL PROTECTED]|
| | dora.be> |
| ||
|
Hi,
I'm a having trouble with the task with respect to the build
order.
The project structure is as follows ...
Basically
'Project A' contains 'Class A' and 'Exception Class A'. 'Exception
Class A' inherits from 'My Base Exception' which is contained in 'Utility
Assembly'
'Pr
I'm having a problem using the task and conditional compilation.
Our solution uses 2 keys one for development and one for production.
The keys are defined in the assemblyInfo.vb file as follows...
#If DEBUG Then
#Else
#End If
The project configuration is ...
The
I'm having a problem using the task and conditional compilation.
Our solution uses 2 keys one for development and one for production.
The keys are defined in the assemblyInfo.vb file as follows...
#If DEBUG Then
#Else
#End If
The project configuration is ...
Th