Deploying web


Author
Message
Herman verschooten
Herman verschooten
StrataFrame Beginner (7 reputation)StrataFrame Beginner (7 reputation)StrataFrame Beginner (7 reputation)StrataFrame Beginner (7 reputation)StrataFrame Beginner (7 reputation)StrataFrame Beginner (7 reputation)StrataFrame Beginner (7 reputation)StrataFrame Beginner (7 reputation)StrataFrame Beginner (7 reputation)
Group: Forum Members
Posts: 7, Visits: 37
Hi,

I've created my website and now want to deploy it.  How do I get it to take along the necessary DLL's?

Tx,

Herman

StrataFrame Team
S
StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)
Group: StrataFrame Developers
Posts: 3K, Visits: 2.5K
Do you have control of the server you're deploying to, or is it a hosting service?



If you own the box, then you can put the Base, Business, and UI DLLs into the GAC on the server and you'll be good to go. If not, you'll need to put them into the /bin folder under the root of your website to be referenced properly. If you're creating a standalone install for win or web, we include a merge module that contains the StrataFrame DLLs, which you can find in the program files folder where you installed StrataFrame.
Herman verschooten
Herman verschooten
StrataFrame Beginner (7 reputation)StrataFrame Beginner (7 reputation)StrataFrame Beginner (7 reputation)StrataFrame Beginner (7 reputation)StrataFrame Beginner (7 reputation)StrataFrame Beginner (7 reputation)StrataFrame Beginner (7 reputation)StrataFrame Beginner (7 reputation)StrataFrame Beginner (7 reputation)
Group: Forum Members
Posts: 7, Visits: 37
Yes, I have full control of the server.  I added the DLL's to the GAC, but still ran into some problems... Web.config contains reference to several assemblies that are not available on the webserver (a W2K3), removing them from web.config does not impede the website.  But VS2005 re-adds them everytime we rebuild the site.  The only reference I googled was that these are somehow connected to EnvDTE, not including the reference to a license-dll that I cannot find on my system.

<add assembly="VSLangProj2, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

<add assembly="VSLangProj, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

<add assembly="VSLangProj80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

<add assembly="MicroFour StrataFrame License, Version=1.3.0.0, Culture=neutral, PublicKeyToken=4A99020E74365197"/>

Any help would be appreciated.

Herman


StrataFrame Team
S
StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)
Group: StrataFrame Developers
Posts: 3K, Visits: 2.5K
I'm not sure why it's adding those references back into your web.config file... none of our websites automatically add in dependencies if the reference isn't manually there. I suspect that it has to do with some option within Visual Studio that is automatically adding in the references, but I cannot find it. The root of the problem is that our Extensibility DLL is referenced by our other DLLs, and it in turn references the DLLs that are being pulled into your web.config file. An up coming version will remove the reference to Extensibility from all of our DLLs, but we must undergo adequate testing to ensure that all of the type editors work as they should before releasing it.
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