Unable to rebuild Inherited UI project


Author
Message
Ivan George Borges
Ivan George Borges
Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)
Group: StrataFrame MVPs
Posts: 1.9K, Visits: 21K
You're most welcome, Marcia. Cool
Marcia G Akins
Marcia G Akins
StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)
Group: StrataFrame Users
Posts: 322, Visits: 529
Ivan George Borges (11/14/2011)The error you get comes from the AfterBuild.bat.


You are right Smile AfterBuild.bat was not in the inherited UI folder. After I copied it to that folder, I finally got the project rebuilt.

Thanks to you and Edhy for all your help!

-- Marcia
Marcia G Akins
Marcia G Akins
StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)
Group: StrataFrame Users
Posts: 322, Visits: 529
Edhy Rijo (11/14/2011)Yes, DevExpress have a "Project Converter" which will easy that process. Do as follow:
  • Close VS
  • Run DevExpress Project Converter and select the SF project folder.
  • Open Inherited solution and rebuild.
  • Follow Ivan's instructions to copy the assembly to the Windows\Assembly folder.


Hi Edhy.

Thank so much! You and Ivan are always coming to my resue and I really appreciate it Smile

I found the Project converter and ran it. The only other thing I had to do was to copy AfterBuild.Bat to the Inherited UI folder and now I am built.

Thanks a million before taxes!

-- Marcia
Ivan George Borges
Ivan George Borges
Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)
Group: StrataFrame MVPs
Posts: 1.9K, Visits: 21K
It apparently is compiling OK. You got a warning on an obsolete component but that won't be a problem right now. The error you get comes from the AfterBuild.bat. Did you have any of your projects open and maybe the DLL were in use somewhere? It is trying to copy it but it hasn't been able to.

Try closing everything, sometimes even rebooting, and the build it again.
Marcia G Akins
Marcia G Akins
StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)
Group: StrataFrame Users
Posts: 322, Visits: 529
Ivan George Borges (11/14/2011)
I use Infragistics, so I will guess here.

When I get a new version, there is an utility that will upgrade any project or solution for me, so I run this utility before I open the SF project. Then I just open it and rebuild it and everything goes fine, as it did for this last version. Have you tried this way?


I found a utility in DevEx. Now we are starting to get somewhere. After I ran it, I tried to rebuild the Inherited UI project and now I only have 1 error:

------ Rebuild All started: Project: MicroFour StrataFrame Inherited UI, Configuration: Debug Any CPU ------

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialogwindow.vb(1126) : warning BC40000: 'Public Property EnumTopMostText As String' is obsolete: 'This property has been depreciated and is no longer used. Use the TopMostText and TopMostValue properties on the SearchFieldItem class instead.'.

MicroFour StrataFrame Inherited UI -> C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\bin\Debug\MicroFour StrataFrame Inherited UI.dll

'"C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\AfterBuild.bat"' is not recognized as an internal or external command,

operable program or batch file.

C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(3717,9): error MSB3073: The command ""C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\AfterBuild.bat" "C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\bin\Debug\MicroFour StrataFrame Inherited UI.dll" "C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\bin\Debug\MicroFour StrataFrame Inherited UI.xml"" exited with code 9009.

========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

So now what?

Thanks so much for all your help, Ivan!

 


Edhy Rijo
E
StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)
Group: StrataFrame Users
Posts: 2.4K, Visits: 23K
Yes, DevExpress have a "Project Converter" which will easy that process. Do as follow:
  • Close VS
  • Run DevExpress Project Converter and select the SF project folder.
  • Open Inherited solution and rebuild.
  • Follow Ivan's instructions to copy the assembly to the Windows\Assembly folder.


Edhy Rijo

Ivan George Borges
Ivan George Borges
Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)
Group: StrataFrame MVPs
Posts: 1.9K, Visits: 21K
I use Infragistics, so I will guess here.

When I get a new version, there is an utility that will upgrade any project or solution for me, so I run this utility before I open the SF project. Then I just open it and rebuild it and everything goes fine, as it did for this last version. Have you tried this way?
Marcia G Akins
Marcia G Akins
StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)
Group: StrataFrame Users
Posts: 322, Visits: 529
Hi Ivan.

Same result. Unable to rebuild the Strataframe Inherited UI project. Same errors Sad

Now what?

-- Marcia
Marcia G Akins
Marcia G Akins
StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)StrataFrame User (496 reputation)
Group: StrataFrame Users
Posts: 322, Visits: 529
Ivan George Borges (11/14/2011)

Try manually copying the "MicroFour StrataFrame Inherited UI.dll" file from the "C:\Program Files\Common Files\MicroFour\StrataFrame" folder to the "C:\Windows\assembly" folder.
Remember to open 2 instances of Windows Explorer and drag & drop the file.

Edited: oh, sorry, you are getting the errors while compiling the MicroFour StrataFrame Inherited UI, right?


Hi Ivan.

Thanks so much for coming to my resue yet again Smile

I will try this and report back.
Ivan George Borges
Ivan George Borges
Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)Strategic Support Team Member (3.5K reputation)
Group: StrataFrame MVPs
Posts: 1.9K, Visits: 21K
Hi Marcia.

Try manually copying the "MicroFour StrataFrame Inherited UI.dll" file from the "C:\Program Files\Common Files\MicroFour\StrataFrame" folder to the "C:\Windows\assembly" folder.
Remember to open 2 instances of Windows Explorer and drag & drop the file.

Edited: oh, sorry, you are getting the errors while compiling the MicroFour StrataFrame Inherited UI, right?
Edited 13 Years Ago by Ivan George Borges
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search