How do I rebuild the DevExpress wrapper?


Author
Message
Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
Glad to help Smile
Juan Carlos Pazos
Juan Carlos Pazos
StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)
Group: Forum Members
Posts: 144, Visits: 227
Thanks

I really apreciate your help. It was not too much time, I perfectly understand that you have a lot of things to do.

Regards.

Smile Everything is possible, just keep trying...

Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
I have posted the updated 7.3.8 assembly here: http://forum.strataframe.net/FindPost15029.aspx .  You can just use these assemblies versus trying to recompile them yourself.

Hope this gets you going...sorry it took so long, I just had to get the latest version downloaded and installed and I have been very busy lately.

Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
Juan,

I will download the latest DevExpress version today and see if I can rebuild this assembly for you and just post it.

Juan Carlos Pazos
Juan Carlos Pazos
StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)
Group: Forum Members
Posts: 144, Visits: 227
Hi

I spend all week trying in every way I could imagine to register the assmblies correctly. But all fails.

In all cases the same error. I make a video with all the steps I follow, please can you take a look at it and point me in the right path.

The video is in www.datafox.com/videos/strataframe/StrataFrame_DevExpress.html

I'm considering unistall DevExpress 7.3.8 and install the 7.3.5 the one you provide for the wrapper, but the we are very interested in use the new DevExpress version 2008 actually in preview release, that's why if possible I want to be able to reabuild the wrapper.

Thanks for your valuable support.

Smile Everything is possible, just keep trying...

Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
.NET is designed to look in the GAC first.  So you need to have the assemblies in your GAC.  Second, we have a registry key that works in conjunction with .NET that points to the StrataFrame assemblies and the XML (documentation files) in the c:\program files\common files\microfour\strataframe folder.  Since your primary language is probably Spanish and your OS is Spanish, then the folder would accomodate your language.  These are the two places that you need to have the StrataFrame assemblies.  If you open up the AfterBuild.bat file, you can change the paths to point to the correct folder location which could be part of the problem.  By default this is set for English.

I'm feeling very stupid. But not works.

Don't feel this way!  We have all been there before, just keep working through the problem and this is a valuable learning experience for you because what you are learning is more than StrataFrame here.  You are learning how .NET interacts with the assemblies, GAC, and references.

Juan Carlos Pazos
Juan Carlos Pazos
StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)
Group: Forum Members
Posts: 144, Visits: 227
Hi again.

I'm feeling very stupid. But not works.

Every time I rebuild the solution I only get that the the solution was reubuild sucessfully, noy otput window and not copy any files. If I check the Bin directory the files are there

I thin that the problem is where I have StrataFrame sources.

Originally I put the sources in C:\Program Files\MicroFour\StrataFrame Source Code the other folder there is C:\Program Files\MicroFour\StrataFrame but at any moment put anything there.

In that location the errors where the first one I commented.

Then I move to C:\Users\Juan Carlos\Documents\Visual Studio 2008\Projects\StrataFrame Source Code

I put the file you give me in same location.

Hope you can tell me where the sources must be build?

Regards

Smile Everything is possible, just keep trying...

Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
How do I check if the assmbly where copied to the folders?

It should have indicated that two files were copied in the Output window.  But you can just check the c:\program files\common files\microfour\strataframe folder to see if teh MicroFour Inherited UI.dll and MicroFour Inheited UI.xml files were updated.  You should have also see a message in the output window saying "Assembly successfully added to cache" or something along those lines.   or just try to use the DevExpress wrapper in your applicaiton...if you don't get any errors, you're good. Smile

Juan Carlos Pazos
Juan Carlos Pazos
StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)
Group: Forum Members
Posts: 144, Visits: 227
Hi

The IDE show's that the solution was

I just follow the instructions, change references and rebuild. How do I check if the assmbly where copied to the folders?

Regards

Smile Everything is possible, just keep trying...

Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
All the messages that you gave were warnings.  Did the assembly build and get copied to the GAC as well as the c:\program files\common files\microfour\strataframe folder (you may need to adjust the path for your language)?  If you then go and try to add the DevExpress wrapped control on a form does it work?  Be sure to get out of VS and then go back in before trying to use the assembly.
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