Unable to find "resgen" tool

View: Old framed views
5 Messages — Rating Filter:   Alert me  
clawclaw
Unable to find "resgen" tool
Reply More
Rate this Message:
Reply to author
Print
Show in thread view
Show in list view (by date)
Permalink
when I build the vs2005 project, 1 error :Unable to find "resgen" tool, how can I eliminate it?
Lluis Sanchez Gual
Re: Unable to find "resgen" tool
Reply More
Rate this Message:
Reply to author
Print
Show in thread view
Show in list view (by date)
Permalink
If you are running MD on Windows, you may need the .NET 3.5 framework
SDK (the .NET 3.5 runtime does not include development tools such as
resgen).

El dg 28 de 06 de 2009 a les 02:10 -0700, en/na clawclaw va escriure:
> when I build the vs2005 project, 1 error :Unable to find "resgen" tool, how
> can I eliminate it?
>

_______________________________________________
Monodevelop-list mailing list
Monodevelop-list@...
http://lists.ximian.com/mailman/listinfo/monodevelop-list
dobbersp
Re: Unable to find "resgen" tool
Reply More
Rate this Message:
Reply to author
Print
Show in thread view
Show in list view (by date)
Permalink
I'm getting the same error, and it persists after installing the SDK. I just downloaded and installed the .net 3.5 SDK, restarted my comp, and still got the resgen error. This is my first shot at MonoDev, and I'm trying to load a VB 2008 Express solution. Is there an environment path I need to set or something?

The error also involves something about a powerpack:

Assembly 'Microsoft.VisualBasic.PowerPacks.Vs, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' not found. Make sure that the assembly exists in disk. If the reference is required to build the project you may get compilation errors.
Unable to find 'resgen' tool.
Build: 1 error, 0 warnings

Any suggestions?

Lluis Sanchez Gual wrote:
If you are running MD on Windows, you may need the .NET 3.5 framework
SDK (the .NET 3.5 runtime does not include development tools such as
resgen).
dobbersp
Re: Unable to find "resgen" tool
Reply More
Rate this Message:
Reply to author
Print
Show in thread view
Show in list view (by date)
Permalink
Additionally, my VS 2008 Express solution no longer builds either. I dont know exactly what MonoDev modified in the solution, but I get this error on build in VB 2008 Express:

The item "Microsoft.VisualBasic.PowerPacks.Vs" in item list "PublishFile" does not define a value for metadata "FileType".  In order to use this metadata, either qualify it by specifying %(PublishFile.FileType), or ensure that all items in this list define a value for this metadata.

Can anyone help me fix it? where is this "PublishFile" located?
SebMono
Re: Unable to find "resgen" tool
Reply More
Rate this Message:
Reply to author
Print
Show in thread view
Show in list view (by date)
Permalink

dobbersp wrote:
I'm getting the same error, and it persists after installing the SDK.
Same here. However I could fixed it by copying resgen.exe (that can be found in the bin directory of the SDK) to C:\windows\Microsoft.NET\Framework\v3.5 (or wherever your .Net runtime is located).

Hope this helps,
Seb