Issue Details (XML | Word | Printable)

Key: LIBOMV-370
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: John Hurliman
Reporter: stormbringer blackflag
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
libopenmetaverse

Warnings and errors opening .sln file in Visual C# 2008 Express

Created: 03/Sep/08 05:36 PM   Updated: 14/May/09 12:59 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 0.6.0

Environment: .NET / Windows32
Steps to Reproduce: as above


 Description  « Hide
When I create the .sln file with runprebuild2008.bat and then open the .sln in VC# 2008 Express, I get the following error:

Solution folders are not supported in this version of the application. Solution folder 'Solution Files' will be displayed as unavailable.

When I click OK, I then see the following warning repeated 5 times:
The custom tool 'ResXFileCodeGenerator' failed while processing the file 'Properties\Resources.resx'.

Once I'm past this, it does seem to compile OK, but the errors are a bit disconcerting. It's not going to encourage new developers very much when they follow the instructions and get hit with an error message first thing.



 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Jim Radford added a comment - 03/Sep/08 05:38 PM
Make sure you run 'runprebuild2008.bat' to generate the vs2008/2008 express solution files.

stormbringer blackflag added a comment - 03/Sep/08 05:39 PM
Sorry, i mistyped above. I did in fact run runprebuild2008.bat.

Jim Radford added a comment - 03/Sep/08 05:43 PM
its our fun and wonderful prebuild system we've been hacking to death to make it work, those errors are non-fatal and everything will compile and work as expected. For those to go away further hacking on the prebuild system needs to occur.

stormbringer blackflag added a comment - 03/Sep/08 05:44 PM
Well, what's a "Solution folder" and how can we make the prebuild system not use one when creating the .sln?

Bryan Bateman added a comment - 20/Sep/08 04:08 PM
I am getting the same result but have found more errors along the way. During prebuild I see this in the echoed text.
C:\dev\libopenmv>runprebuild2008.bat
##########################################
creating prebuild files for: nant, vs2008
Parameters:
##########################################
Prebuild v2.0.3
Copyright (c) 2004-2008
Matthew Holmes (matthew@wildfiregames.com),
Dan Moorehead (dan05a@gmail.com),
David Hudson (jendave@yahoo.com),
Rob Loach (http://www.robloach.net),
C.J. Adams-Collier (cjac@colliertech.org),
See 'prebuild /usage' for help

[!] Could not resolve Solution path: OpenMetaverse.Rendering.GPL
Creating NAnt build files
...Creating project: OpenMetaverse.GUI
...Creating project: GridAccountant
...Creating project: OpenMetaverseTypes
...Creating project: groupmanager
...Creating project: Dashboard
...Creating project: Baker
...Creating project: VoiceTest
...Creating project: GridProxy
...Creating project: importprimscript
...Creating project: GridImageUpload
...Creating project: GUITestClient
...Creating project: mapgenerator
...Creating project: OpenMetaverse.Utilities
...Creating project: Heightmap
...Creating project: OpenMetaverse
...Creating project: PacketDump
...Creating project: VisualParamGenerator
...Creating project: Simian
...Creating project: AvatarPreview
...Creating project: OpenMetaverse.Rendering.Simple
...Creating project: OpenMetaverse.Tests
...Creating project: TestClient
...Creating project: SecondGlance
...Creating project: GridProxyApp
...Creating project: PrimWorkshop

Prebuild v2.0.3
Copyright (c) 2004-2008
Matthew Holmes (matthew@wildfiregames.com),
Dan Moorehead (dan05a@gmail.com),
David Hudson (jendave@yahoo.com),
Rob Loach (http://www.robloach.net),
C.J. Adams-Collier (cjac@colliertech.org),
See 'prebuild /usage' for help

[!] Could not resolve Solution path: OpenMetaverse.Rendering.GPL
Creating Visual Studio 2008 solution and project files
...Creating project: OpenMetaverse.GUI
...Creating project: GridAccountant
...Creating project: OpenMetaverseTypes
...Creating project: groupmanager
...Creating project: Dashboard
...Creating project: Baker
...Creating project: VoiceTest
...Creating project: GridProxy
...Creating project: importprimscript
...Creating project: GridImageUpload
...Creating project: GUITestClient
...Creating project: mapgenerator
...Creating project: OpenMetaverse.Utilities
...Creating project: Heightmap
...Creating project: OpenMetaverse
...Creating project: PacketDump
...Creating project: VisualParamGenerator
...Creating project: Simian
...Creating project: AvatarPreview
...Creating project: OpenMetaverse.Rendering.Simple
...Creating project: OpenMetaverse.Tests
...Creating project: TestClient
...Creating project: SecondGlance
...Creating project: GridProxyApp
...Creating project: PrimWorkshop

C:\dev\libopenmv>

And the following errors when opening the .sln file in VS2008

Warning 1 The custom tool 'ResXFileCodeGenerator' failed while processing the file 'Properties\Resources.resx'.
Warning 2 The custom tool 'ResXFileCodeGenerator' failed while processing the file 'Properties\Resources.resx'.
Warning 3 The custom tool 'ResXFileCodeGenerator' failed while processing the file 'Properties\Resources.resx'.
Warning 4 The custom tool 'ResXFileCodeGenerator' failed while processing the file 'Properties\Resources.resx'.
Warning 5 The custom tool 'ResXFileCodeGenerator' failed while processing the file 'Properties\Resources.resx'.

Still ok to ignore and build????


John Hurliman added a comment - 09/Oct/08 10:19 AM
Resolved in r2285, thanks!

Jeff Michaud added a comment - 14/May/09 12:59 AM
I am having the exact same problem. How did you fix this error?