[MonoDevelop] Error VBNC31027: The file '[...]/frmMain.resources' does not exist. (Command line )

Rolf Bjarne Kvinge rolf at xamarin.com
Mon Nov 11 16:33:32 UTC 2013


Hi,

It's probably because of the frmMain.resx file you have, in theory the
.resources file should be generated automatically by MonoDevelop when you
build.

Try checking that the Build Action (right-click the frmMain.resx file and
verify that it's the same as on the other .resx files).

Rolf


On Sat, Nov 9, 2013 at 3:34 PM, DragonQ <dragonq0105 at gmail.com> wrote:

> I get this error when compiling a VB.NET 4.0 project made using Visual
> Studio
> 2013. The error message is correct: the file doesn't exist. But why is it
> even looking for it? I can't find any mention of that file in any of my
> project files. My frmMain object has the usual three files (frmMain.vb,
> frmMain.resx, frmMain.Designer.vb). It's also looking for
> frmStartup.resources, but for some reason it doesn't complain for my other
> forms.
>
> I'm using the latest version of MonoDevelop from  here
> <
> http://mono-d.alexanderbothe.com/how-to-get-the-latest-monodevelop-on-ubuntu-oneiric/
> >
> (v4.1.4) and I've built and installed the latest versions of /mono /
> (v3.2.5) and /mono-vbnc/ manually.
>
> The reason I'm trying to compile using Mono is because my program hangs
> when
> running under Mono and launching either a BackgroundWorker or new thread
> (no
> crash, no error message, just stops doing anything), and I've run out of
> ways to debug it without a development environment.
>
> Thanks for any help.
>
>
>
> --
> View this message in context:
> http://mono.1490590.n4.nabble.com/Error-VBNC31027-The-file-frmMain-resources-does-not-exist-Command-line-tp4661283.html
> Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20131111/1dd2f472/attachment.html>


More information about the Monodevelop-list mailing list