CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2008 Tags:
Item Type: NewsGroup Date Entered: 9/11/2007 7:39:25 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 5 Views: 39 Favorited: 0 Favorite
6 Items, 1 Pages 1 |< << Go >> >|
sankohm
Asp.Net User
Can't build Ajax Site in VS Orcas Beta 2 (vista ) -9/11/2007 7:39:25 PM

0

I just setup VS Orcas beta 2 (on vista an win server 2003) and created an AJAXFutures web site. However site failed to compile on either OS. At first the scriptmanager control could not be rendered properly, but after replacing with the same control from the toolbox, this problem disappeared. However the following   errors appeared:

.Error 1 Could not load file or assembly 'System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified. D:\Documents and Settings\Administrator.ACERLAPTOP\My Documents\Visual Studio 2008\WebSites\AJAXFuturesEnabledWebSite2\Web.config 67 

Error 2 D:\Documents and Settings\Administrator.ACERLAPTOP\My Documents\Visual Studio 2008\WebSites\AJAXFuturesEnabledWebSite2\Default.aspx: ASP.NET runtime error: Could not load file or assembly 'System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified. (D:\Documents and Settings\Administrator.ACERLAPTOP\My Documents\Visual Studio 2008\WebSites\AJAXFuturesEnabledWebSite2\web.config line 60) D:\Documents and Settings\Administrator.ACERLAPTOP\My Documents\Visual Studio 2008\WebSites\AJAXFuturesEnabledWebSite2\Default.aspx 1 1 D:\...\AJAXFuturesEnabledWebSite2\

For errors 1 & 2, I checked the GAC and found only version 3.5.0.0 for the System (No version 2.0.0.0 exists).Core so I was wondering if I need to add this manually to the GAC and if so where to check for the dll to register? Or is there another solution? Thanks for any suggestion.

Match1234
Asp.Net User
Re: Can't build Ajax Site in VS Orcas Beta 2 (vista ) -9/12/2007 6:14:36 PM

0

Be sure to run the batch file mentioned at the bottom of this blog:

http://weblogs.asp.net/scottgu/archive/2007/07/26/vs-2008-and-net-3-5-beta-2-released.aspx

 

georgi
Asp.Net User
Re: Can't build Ajax Site in VS Orcas Beta 2 (vista ) -9/15/2007 8:06:55 PM

0

I am experiencing the same problem with VS 2008 Beta2 on Vista. I did run the DisableAjaxPolicy.cmd script but that did not help. VS still cannot load System.Core v 2.0...

I was wondering if you have a resolution?

joecar
Asp.Net User
Re: Can't build Ajax Site in VS Orcas Beta 2 (vista ) -9/27/2007 7:20:55 PM

0

Have you tried using the 3.5.0.0 version of system.core in your web.config? I think this should take care of the problem. The version number was updated a couple of months ago and the web.config template should be fixed to use the updated version. I will check with the futures team to make sure this is the case.

 

Thanks,

Joe

sankohm
Asp.Net User
Re: Can't build Ajax Site in VS Orcas Beta 2 (vista ) -9/28/2007 5:01:01 PM

0

This is the compliation element in the web.config

<compilation debug="false">

<assemblies>

<add assembly="System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>

<add assembly="System.Web.Extensions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>

<add assembly="Microsoft.Web.Preview, Version=1.1.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>

</assemblies>

<buildProviders>

<add extension="*.asbx" type="Microsoft.Web.Preview.Services.BridgeBuildProvider"/>

</buildProviders>

</compilation>

 

I made the change for system.core to 3.5.0.0 and received the following errors:

 Error 4 Could not load file or assembly 'System.Web.Extensions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.  
Error 5 Could not load file or assembly 'System.Web.Extensions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.  
Error 6 Element 'ScriptManager' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing. D:\Documents and Settings\Administrator.ACERLAPTOP\My Documents\Visual Studio 2008\WebSites\AJAXFuturesEnabledWebSite1\Default.aspx 10 14 D:\...\AJAXFuturesEnabledWebSite1\

 

I checked my assembly cache from the .NET 2.0 Configuration tool, but could not find:

System.Web.Extensions, Version=2.0.0.0

so I don't believe it is registered. If needed, which dll do I have to register to include this in the GAC.
 

I also noticed that if I juat use a normal asp.net web template to create a website in Orcas, I can compile and run an application using the updatepanel with a scriptmanager. However, I do not get code completion in Ajax client scripting (eg if I type "Sys." , I do not get any code completion, and when debugged, I get errors like Sys.UI.Window is null. Am I missing a reference, I thought VS Orcas sites had all the required references for ajax codecompletion/hinting. Please let me know if they have an updated Ajax Web site template to fix these problems or any solution to fix the above problems

joecar
Asp.Net User
Re: Can't build Ajax Site in VS Orcas Beta 2 (vista ) -10/8/2007 11:43:40 PM

0

System.web.extensions should be using version 3.5.0.0 as well. If you look at the web.config when you create a normal website you should see this version in the web.config, which is why you are able to compile.

6 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
VS 2008 and .NET 3.5 Beta 2 Released - ScottGu's Blog Can we safely build with this release without our code breaking on the final release? .... NET 2.0 app using AJAX Extensions 1.0. If I open the website with Beta 2, .... cause I don't have XP service pack 2 installed, but I'm on Vista. ... The VS 2008 Orcas Beta 2 has been released! Read more about it here: ...
Visual Web Developer Team Blog : Using VS 2008 to target ASP.NET ... Workaround to Fix VS 2008 Beta 2 Multitargeting Support for AJAX 1.0 ... Framework to 2.o in the Website Property Pages dialog (under the Build tab). ..... I can't add both the .NET 2.0 and 3.5 AJAX Control Toolkit components to the toolbox. ... Studio 2008 Beta 2, Orcas : Visual Studio 2008 Beta 2 Express Editions ...
Visual Studio 2008 Beta 2 Installed - Rick Strahl's Web Log If you use MS Ajax make sure you run this batch file which sets the proper ... on the same Vista box and they all live happily together in a cozy little VS family. ... I don't do much with VS 2003 anymore so I can't tell you in detail. ... I could not install Orcas Beta 2 on Windows 2003 Server Enterprise Ed. Error ...
BetaNews | AJAX Beta 2, .NET 3.0 RTM Announced Nov 7, 2006 ... With Windows Vista's release to volume licensees just over three weeks away, ... As Preemptive's Web site reads, "Unprotected applications can easily be ... This BetaNews article just isn't clear about the details (and I'm ... In Orcas, Dotfuscator becomes part of Visual Studio's build process so ...
Visual Studio 2008 Beta 2 is out NET 3.5 dependency in the applications you build with VS 2005. ... If you installed VS 2008 Beta 2 (or tried) and ran into an issue or a blocking point, ... Print | posted on Friday, July 27, 2007 11:31 AM | Filed Under [ Orcas, Vista & . ... ran the script for AJAX Extensions and still can't Rebuild my ASP. ...
Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues NET Web-site or Web-application with VS 2008 they find that the Control ... DevEnv /resetsettings: If you have ever installed a previous version of "Orcas" or VS 2008 on your ... NET AJAX with VS 2008: You can use Visual Studio 2008 to build ASP. ... using VS 2008 doesn't work as smoothly as we'd like in Beta 2. ...
Visual Web Developer Team Blog : Orcas Beta2 Gotcha: No ASP.NET ... Build.xsd. 06/02/2007 09:53 AM 190783 Microsoft.Common.targets ... Created a new website within the same solution and the toolbox items were there. ... I'm using Vista Bussines. I installed Orcas beta 2 and I don't have asp.net controls. ... Only problem is, I can't run SQL Server 2005 and VS 2008 at the same time! ...
Visual Studio "Orcas" and .NET 3.5 Beta Available : C# 411 This site contains C# information, code, tips and news. ... 8 Curiosities You May Not Know About Emoticons ;-) — Part 2 ... Orcas unlocks the new features found in Windows Vista and . ... Developers can use Orcas to build expressive AJAX-enabled Web ... Download the beta version of Visual Studio Orcas and . ...
ASP.NET AJAX in .NET 3.5 and VS 2008 - ScottGu's Blog NET 3.5 dependency in the applications you build with VS 2005. ..... NET Ajax after upgrading web site to Orcas beta 2? .... I can't figure out how to add nodes to the treeview, or buttons to the toolbars (through the designer). Thanks :) .... Locally I'm on Vista with VS 2008 running just happily. ...
Dennis Doomen.NET: Visual Studio "Orcas" Beta 1 - First impressions Apr 23, 2007 ... Notice that before I installed Orcas on my Vista Business setup, I first deinstalled ... Extensions AJAX assembly. The stuff you can download from ... NET 2.0 website does not. According to the designer there is a problem with the master pages. ... Windows Live Writer Beta 2 and Sharepoint 2007 Blo. ...






running vs2008 in 64bit vista, does 8 gig help verses 4 gig of ram?

vs 2008 build error

vs2008 rtm debugger "corrupt installation"

unable tp create user, using asp.net configuration tool

tab and postback

cant install 2008 !!!

dotnet framework 2.0 sp1 ??

vs2008 designer adding dbml with incorrect language for linq

compiler 3.5 but framework stills 2.0 after install vs2008

download page unprofessional

problem running ajax 1.0 based controls on beta 2

compare c#2008 and c#2005

upgrading from 2005...

what does it take to add xml-script intellisense and designer support?

css properties window

silverlight not found on .net 3.5 - vs 2008

flat buttons

no connection could be made because the target machine actively refused it 127.0.0.1:2850

problems with vs 2008 professioanl rtm

installing orcas and vs2005 on a single machine

is it true there is no msdn upgrade path to vs 2008 from vs 2005??

vs 2008 support network database projects?

control over "split" view?

iis7, vista and visual studio 2008

create guid is disabled

can not browse/insert images in vs2008

does the unit test wizard work with web-sites converted from asp.net 2.0?

project creation failed

visual web editor excrutiatingly slow and unstable

error creating control

   
  Privacy | Contact Us
All Times Are GMT