Solution Preferences


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
No problem...I was just a bit confused.  Glad you got it working Smile
Ben Hayat
Ben Hayat
Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)
Group: Forum Members
Posts: 374, Visits: 1.2K
Trent; I'm having some issues with WebForms now.



a) If I create an ASP.Net and try to place any control on a page, it works fine.

b) But If I create a StrataFrame Application and try to place any form, I get loop message in the lower left of VS, saying "Adding reference to System.Web.Dll" or "Adding Reference to MicroFour.Web.Dll" OR "Adding Reference to MicroFour.UI.Dll".



This gets repeated and I have to shut VS down thru task manager.



Secondly, might be unrelated this, if I try to open the CSharpe Web sample project, I get error "One or more project are missing or moved". But if I try to open the VB, it opens fine.



Thanks!

..ßen
Ben Hayat
Ben Hayat
Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)
Group: Forum Members
Posts: 374, Visits: 1.2K
There are two other "Adding reference" message showing up: Micro Four StrataFrame Business.Dll and Base.Dll.



Just to make my previous message more clear, this is when I create a new StrataFrame Web application.



Hope this helps!



P.S. I did open up two copies of Explorer to drag it into WinNT/Asselmbly.

I'm running Win2k on this machine!

..ßen
Ben Hayat
Ben Hayat
Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)
Group: Forum Members
Posts: 374, Visits: 1.2K
After letting VS sit and go thru the message, it eventually put one "TextBox" on the form. But if I try to put another one, it goes thru the same loop again!



Just to give more info!

..ßen
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
Ben,

Your issues are unrelated to the Extensiblity DLLs.  So your issue has to be coming from something else within your environment.  What else has changed?

Ben Hayat
Ben Hayat
Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)
Group: Forum Members
Posts: 374, Visits: 1.2K
Hi Trent;



To be honest with you, since I had installed 1.6, I had not gotten involved with the web form. Now I need to start working on something and yesterday was the first time I tried to create a page. At First I noticed the CSharpe Sample is missing the web project and wouldn't let me open it. Then I decided to create a StrataFrame Web app. As soon as I click on default form, I get those "Adding references.." messages. And if I try to add any web component, I get the same thing. However, I do not get that with normal ASP web app.



You asked what has changed. To the best of my knowledge, nothing has changed. I've been trying to learn Win form and it works fine, but the web I noticed yesterday.



What would you like me to do? Reinstall 1.6? If yes, do I need to uninstall it first, or can I install over it?



Thanks for your help!

..ßen
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
Hey Ben,

And if I try to add any web component, I get the same thing. However, I do not get that with normal ASP web app.

This is going to be normal as far as adding references are concerned.  However, I think something might be a little fishy with the template and I would be curious if you opened up the references of the web site if you have more than one SF reference.  I am willing to bet that more than one reference showed up which is causing your problem.  Right-click on the web site, and go to the Property Pages.  You will see that there are StrataFrame references with a version 2.0 (we haven't written that version yet BigGrin ).  This was a template issue that was released in version 1.6.  We had removed the version from the template trying to reduce the build process by a step and it looks as though a web site project assumes the version of the .NET version when omitted.

Select the 2.0 version references and then click the remove button.  This should resolve your problem.  Sorry for the confusion. Blush

I have attached the updated templates if you want to fix your current environment.  The attached EXEs assume that Visual Studio is installed on the c:\program files\ folder.  Otherwise you can execute the EXE, point the path to the correct location. 

To run:

  1. Close down Visual Studio
  2. Launch each of the the EXEs one at a time.  Open up the task manager and make sure that the devenv process has gone away before launching the next template update.

Attachments
CSharpWebProject.exe (89 views, 55.00 KB)
VBWebProject.exe (87 views, 55.00 KB)
Ben Hayat
Ben Hayat
Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)
Group: Forum Members
Posts: 374, Visits: 1.2K
Did I say, "You're a genus"? If not, I say it now Smile



Thank you Trent!



Could you please attach a working/complete CSharpe Web sample either to this thread or the one I posted on Web Form section (in case others want to get a fresh copy again)?


..ßen
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 did not see an issue with the CSharp sample, but it is posted here just in case you are having some other issue.
Attachments
CSharpWebDemo.exe (102 views, 210.00 KB)
Ben Hayat
Ben Hayat
Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)Advanced StrataFrame User (550 reputation)
Group: Forum Members
Posts: 374, Visits: 1.2K
Trent; Does this mean, anytime I create a new C# Web site, I need to go and delete those 2.0 references manually?



I installed the attach EXE file, but any new website, still gets the 2.0 references.



Was the attach file to fix the reference issue or sample issue? My sample problem is C# and the VB is fine!



Thanks!

..ßen
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