Forum  General Visual ...  Install It!  Deploying to Production Server - Not working
Previous Previous
 
Next Next
New Post 3/15/2010 3:05 PM
  Gehres
28 posts
No Ranking


Deploying to Production Server - Not working 

Hi All,

I have a VWG App running on my local server but when I upload it to my dedicated production server I am getting the following error.

could not load file or assembly 'CppCodeProvider

Line 219:				<add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 220:				<add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 221:				<add assembly="CppCodeProvider, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 222: <add assembly="Gizmox.WebGUI.Common, Version=3.0.5701.0, Culture=neutral, PublicKeyToken=263FA4EF694ACFF6"/> Line 223: <add assembly="Gizmox.WebGUI.Forms, Version=3.0.5701.0, Culture=neutral, PublicKeyToken=C508B41386C60F1D" I know I must not have installed something on this server but for the life of me can't figure out what. Been scouring the forums and google to no availe. I am working with version 6.2 thanks in advance


Gehres
 
New Post 3/15/2010 4:54 PM
  Gehres
28 posts
No Ranking


Re: Deploying to Production Server - Not working 
Modified By Gehres  on 3/15/2010 7:00:06 PM)

Hi Again,

I solved that problem in that I had not copied all the dll over to the servers. But....

I can now navigate to the .aspx pages but when I try to  navigate to an .aspx page that loads a formbox I get I get a new error "Server Application unavailable.

When I look in the event view on the server I find this:

"It is not possible to run two different versions of ASP.NET in the same IIS process.
Please use the IIS Administration Tool to reconfigure your server to run the application in a separate process."

any help would be most welcome,

thanks

Gehres


Gehres
 
New Post 3/16/2010 9:41 AM
  Gehres
28 posts
No Ranking


Re: Deploying to Production Server - Not working 

Hi All,

Well I finally got it to work in spite of my stupidity!

My only Error was when I was configuring the extentions on the production server I had copied and pasted the wrong ASP.NET Version into the .wgx extention address. I copied Version one rather that version 2.

My advice to all is to slow down and pay attention at all times

I have been working on  and off on this application for over a year and its to the point where I can actually build a site around it and set up demos and forums etc. When it is presentable I will make an announcement and hopefully get some feedback from all.

 


Gehres
 
New Post 3/16/2010 10:10 AM
  Visualizer
665 posts
1st Level Poster




Re: Deploying to Production Server - Not working 
Modified By Visualizer  on 3/16/2010 12:11:22 PM)

Hi Gehres, sometimes it's hard to keep everything in focus, i made this errors also in the beginning.

Now we have IIS7/X64 and there you only have to copy a section in the web.config. Makes it more visible...

And yes (JamesC) .... if you publish your site the web.config should be copied mannually :)

Best Regards,

Tom

<system.webServer>

        <handlers>

            <add name="WGX_64" path="*.wgx" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode,runtimeVersionv2.0,bitness64" />

            <add name="WGX" path="*.wgx" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode,runtimeVersionv2.0,bitness32" />

        </handlers>

        <caching>

            <profiles>

                <add extension=".wgx" policy="DontCache" kernelCachePolicy="DontCache" duration="00:00:30" />

            </profiles>

        </caching>

    </system.webServer>

 

 
New Post 3/16/2010 6:32 PM
  palli
11189 posts
1st Level Poster




Re: Deploying to Production Server - Not working 

Hi Gehres,

Glad you found out of what you did wrong. Good luck with your project,

Palli

 


Páll Björnsson - Visual WebGui support team - Email: support@visualwebgui.com
 
Previous Previous
 
Next Next
  Forum  General Visual ...  Install It!  Deploying to Production Server - Not working
CompanionKit Bottom
.NET Web, Cloud and Mobile application delivery platform | Sitemap | Terms of Use | Privacy Statement | Copyright © 2005-2011 Visual WebGui®       Visual WebGui weblog on ASP.NET Visual WebGui Group on LinkedIn Visual WebGui updates on Twitter Visual WebGui Page on Facebook Visual WebGui YouTube Channel Visual WebGui Platform News RSS