What are my options at this point... is this a known bug? Is it corrupt? I haven't manually done a backup in a while but I have things in source control...
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Tons of errors related to "Custom.csproj" references removed
Collapse
X
-
Tons of errors related to "Custom.csproj" references removed
Very perplexing situation. I've kept NT8 open for a the past couple days as i've been in the middle of working some ideas out. I went to install a 3rd party indicator, while it's still importing, I go to import another one (unfortunately before it was even done importing the first accidentally), it gives me an error saying you can't do this while you're already importing. I then go to import the 2nd one again and it says i've got compilation errors. I go to check out what's up and suddenly I have a TON of namespace issues. It's ridiculous... I check source control and I've got a couple files different, the offending issue to me seems to be "NinjaTrader.Custom.csproj" where I can see removed references to lots of these you see in the errors so I discard the changes to that file but it didn't fix the issue even if I resave the file. I go back to ninjascript editor and try recompiling and it still fails with the same thing. When I close and reopen NT8 it reloads that file "NinjaTrader.Custom.csproj" w/ the version with none of the references to my libraries...
What are my options at this point... is this a known bug? Is it corrupt? I haven't manually done a backup in a while but I have things in source control...
2 PhotosTags: None
-
Hello btwaugh06,
The compile errors you are seeing in the NinjaScript Editor indicate you are missing references to .DLL files in your installation or the .DLL files do not exist in your installation. Please follow the steps below to rectify the errors.- From the Control Center, please select New--> NinjaScript Editor
- In the NinjaScript Editor, please right click and select References.
- In the Reference window look for the .DLL file reference in the compile error by name (in the error the file name has a .cs at the end). For example, BearXABCD.dll, BullXABCD.dll, NinZaDivergenceEngine_NT8.dll, etc
- If you see the .DLL file reference, please left click on the reference and select Remove
- If you removed the reference in the previous step or you do not see the .DLL file reference, then please select Add
- The Add option will open a File Explorer, from the path that was opened, please locate the .DLL file
- If you find the .DLL, please left click to select it and then select Open--> then select OK in the References window--> then right click in the NinjaScript Editor--> select Compile
- If you do not find the .DLL in the File Explorer, please close the File Explorer and References windows--> then navigate to Documents\NinjaTrader 8\bin\Custom on your PC--> and delete the .cs file referenced in the compile error--> then right click in the NinjaScript Editor--> Compile
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
93 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
48 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
31 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
34 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
70 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment