Not sure whats up here :(

Code:
Error	1	The type or namespace name 'CrownOfArcaneTemperament' could not be found (are you missing a using directive or an assembly reference?)	C:\UO-Server\Scripts\Items\Decoration Artifacts\StealableArtifactsSpawner.cs	119	82	Scripts
Error	2	The type or namespace name 'LightInTheVoid' could not be found (are you missing a using directive or an assembly reference?)	C:\UO-Server\Scripts\Items\Decoration Artifacts\StealableArtifactsSpawner.cs	120	81	Scripts
Error	3	The type or namespace name 'StaffOfResonance' could not be found (are you missing a using directive or an assembly reference?)	C:\UO-Server\Scripts\Items\Decoration Artifacts\StealableArtifactsSpawner.cs	121	82	Scripts
Error	4	The type or namespace name 'ValkyriesGlaive' could not be found (are you missing a using directive or an assembly reference?)	C:\UO-Server\Scripts\Items\Decoration Artifacts\StealableArtifactsSpawner.cs	122	81	Scripts
Error	5	The type or namespace name 'SomethingFishy' could not be found (are you missing a using directive or an assembly reference?)	C:\UO-Server\Scripts\Services\Harvest\Fishing.cs	181	35	Scripts
Error	6	The type or namespace name 'RedHerring' could not be found (are you missing a using directive or an assembly reference?)	C:\UO-Server\Scripts\Services\Harvest\Fishing.cs	185	23	Scripts
Error	7	The type or namespace name 'ScrapingtheBottom' could not be found (are you missing a using directive or an assembly reference?)	C:\UO-Server\Scripts\Services\Harvest\Fishing.cs	193	20	Scripts
Error	8	The type or namespace name 'MudPuppy' could not be found (are you missing a using directive or an assembly reference?)	C:\UO-Server\Scripts\Services\Harvest\Fishing.cs	197	23	Scripts
Error	9	The type or namespace name 'BronzedArmorValkyrie' could not be found (are you missing a using directive or an assembly reference?)	C:\UO-Server\Scripts\Services\Harvest\Fishing.cs	395	35	Scripts
Error	10	The type or namespace name 'EnchantedKelpWovenLeggings' could not be found (are you missing a using directive or an assembly reference?)	C:\UO-Server\Scripts\Services\Harvest\Fishing.cs	396	35	Scripts
Error	11	The type or namespace name 'RunedDriftwoodBow' could not be found (are you missing a using directive or an assembly reference?)	C:\UO-Server\Scripts\Services\Harvest\Fishing.cs	397	35	Scripts
Error	12	The type or namespace name 'AntiqueWeddingDress' could not be found (are you missing a using directive or an assembly reference?)	C:\UO-Server\Scripts\Services\Harvest\Fishing.cs	398	35	Scripts
 
Sometimes I get 'random' errors that aren't actually errors at all. Saving or closing VS and re-opening can sometimes do the trick. If that doesn't work make sure that script for those items listed above are actually included in the solution, if not re-add them and you should be good to go.
 
Also get this when usein Compile.WIN

Code:
Step 3 - Compile Scripts

Press any key to continue . . .
The system cannot find the file specified.

C:\test>C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe /r:"C:\test\ServUO
.exe" /r:"C:\test\OpenUO.Core.dll" /r:"C:\test\OpenUO.Ultima.dll" /r:"C:\test\Op
enUO.Ultima.Windows.Forms.dll" /r:"C:\test\SevenZipSharp.dll" /target:library /o
ut:"C:\test\Scripts\Output\Scripts.CS.dll" /recurse:"C:\test\Scripts\*.cs" /d:Fr
amework_4_0 /d:ServUO /nowarn:0618 /debug /nologo /optimize /unsafe
fatal error CS0042: Unexpected error creating debug information file
        'c:\test\Scripts\output\Scripts.CS.PDB' --
        'c:\test\Scripts\output\Scripts.CS.pdb: The system cannot find the path
        specified.
        '

Done!

Press any key to continue . . .
 
Back