Is there any info in the Output Window (VS command bar: View\Output)?

This is more likely a bug (one of a known few) in the project system (the VS integration), rather than the compiler. The output window should always provide good feedback, though (the msbuild output).

By on 11/23/2008 10:25 PM ()

Brian

I don't think there was anything in the Output Window, but couldn't swear to it. I do recall looking for output in all the tabs at the bottom of the screen. If it happens again I'll try to take better notes!

Bill

Is there any info in the Output Window (VS command bar: View\Output)?

This is more likely a bug (one of a known few) in the project system (the VS integration), rather than the compiler. The output window should always provide good feedback, though (the msbuild output).

By on 11/24/2008 8:07 AM ()

Hi,

I've had similar problems when I have two F# projects, project A referencing project B.

When I change something in B that should be visible in A, Visual studio does not pick up that change as long as an edit window is open on A. I get red lines and Buld Failed with no errors. (the msbuild actually succeeeds).

A simple workaround is just closing the edit window on A and reopening it.

Kurt

By on 11/24/2008 3:08 AM ()

Kurt

Thanks for the tip. My situation also involved multiple projects -- so I'll give that a try next time it happens.

Bill

Hi, I've had similar problems when I have two F# projects, project A referencing project B. When I change something in B that should be visible in A, Visual studio does not pick up that change as long as an edit window is open on A. I get red lines and Buld Failed with no errors. (the msbuild actually succeeeds). A simple workaround is just closing the edit window on A and reopening it. Kurt

By on 11/24/2008 8:24 AM ()

Hi,

I had got similar (I think) situation that involved more than one project, but I was able to find the message in the output window. And the message was, that build wasn't able to copy compiled file from obj folder to bin, because that one in bin was still referenced in f# interactive window. I had to reset session then, in order to properly recompile the solution.

By on 11/24/2008 11:51 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper