StrataFrame Forum

Upgrade to 1.7.0.2 Copile errors

http://forum.strataframe.net/Topic25110.aspx

By Ger Cannoll - 11/3/2009

Hi.

Just upgraded to 1.7.0.2 (rom 1.7.0.0 ?) and am getting compile rrors when I recompile Bus Object

I ran the upgrade, rebuilt the Bus Objects and then compiled Bus Obj App....which is giving errors

By Ger Cannoll - 11/3/2009

Juast noticed that image is unclear from last post...will reupload

By Ger Cannoll - 11/3/2009

Image..still not great... I have uplaoded a .png and .jpg.....how can I make the image clearer

Anyway. the problem with the compile... it was  coming up with 2 messagse on the Business Object:

1. Relating to a Trim on a numeric field....I have changed this but was not getting an error on previous version ?

2. ..the type MyBO in MyFolder.cs conflicts with the imported type ...MyBO in MyFolder......Bin.Debug\MyBo.dll

By Edhy Rijo - 11/4/2009

Hi Gerard,



To upload images use the "Edit Attachements" button at the bottom of the page.



These may be related to a old reference hanging there somewhere. Try the following:

1) Uninstall StrataFrame

2) Manually delete all MicroFour assemblies from your C:\Windows\assembly except the "MicroFour License Base"

3) Reinstall SF and you should be good.
By Ger Cannoll - 11/4/2009

Hi Edhy. Thanks for replying.

I have removed the files from c:windows\assemly , Uninstalled Startaframe and Reinstalled and same  compile messages are comomg up

There are c 1200 warnings (No errors).

By Greg McGuffey - 11/4/2009

You have probably tried this, but have you done a clean, then rebuild of the solution/project? I get this sort of thing sometimes and that often seems to clear up the issues.
By Ger Cannoll - 11/4/2009

Hi Greg. Thanks for replying

Yes.. I have done a rebuild of Busines Object in Business Mapper..that went ok

Its whrn I try to recompile the Bus Obj Lib App that the warnings appear

By Greg McGuffey - 11/4/2009

I'm talking about right clicking on the solution, then click on clean. Then right click again and click on rebuild. Removes any dlls from bin/obj folders, then does a complete recompile of all projects in the solution.
By Ger Cannoll - 11/5/2009

Hi Greg

Still no joy. I clicked on Clean, it Cleaned successfully and removed all warning messages. But when I build, they all come back again !!

By Ger Cannoll - 11/5/2009

This is compiling now without y warning messages

I went into a Business Object, made a few changes (set up a few additional required fields) rebuilt the Business Object, and recompiled the project. This seems to have cleared the warning messages. Just wondering if I normally have to do this after an update.... perhaps modifying a business object has the effect of initializing something ??