Showing posts with label install. Show all posts
Showing posts with label install. Show all posts

Wednesday, March 28, 2012

wiki vsi corrupt?

Having successfully downloaded and installed the blank project and hands-on-lab VSIs, I find that if I download and try to install ASPNETAtlasWikiRC.vsi I get an "Unknown stream header byte sequence" error.
I've downloaded this on another machine to see if it was a corrupt download and I get the same problem. I've also tried opening it from VS2005RC and Visual Web Dev 2005 Express and both give the same error.
Any ideas?
Thanks,
Ian
Oops - having posted this I discovered that I'm not the first to write on this topic, but will leave it here in the hope that it will help to hurry things along!I am experinecing the same...both on a Win2k machine and a XP Pro machine...Hopefully it will be corrected soon.
Thanks.
WI

Monday, March 26, 2012

Windows 2000 not supported on v1.0 Beta release?

Surprised that Windows 2000 is not supported on the v1.0 Beta release. States: Windows Server 2003; Windows Vista; Windows XP and will not install on Windows 2000. We still have a lot of W2000 servers that cannot be upgraded immediately, but would love to use Atlas framework with. Right now we are on the July CTP. Any plans to add support for 2000?

Thanks

Probably not because the OS is almost 7 years old right now. I think the main reason is because of lack of features in IIS, but I would think this would also apply to Windows XP since it also uses IIS 5. I would be interested in hearing if it actually does install on Windows 2000, it might be worth a try.

The v1.0 Beta release is supported on Windows 2000. I see the OS is not listed on the "install docs" page so I'll get that fixed.

Have you actually tried to do the install yet? Should work fine.

Thanks,
Mark

Saturday, March 24, 2012

work with webpart zone

hi...

Is it necessary to install "aspajaxctp msi" to work with webpart zone.(I have installedASPAJAXExtSetup.msi)

The webpart zone should move in mozilla firefox also. Normally webpart zone is not moving in firefox.

how can i achieve my goal.

Thanks.



No u dont need the aspajaxextsetup.msi for webpartzone to work.I remember that i have read somewhere that webpart move will only work on some higher end browers..you can provide user with lower end, the option of catalog part to move around the webparts.


hello.

well, the drag-n-drop behavior you see in IE will not work by default in firefox. To get it working, you need to replace the default webpartmanager and webpartzone with the ones defined in the microsoft.web.extensions.dll. Do notice that the only aim of these new controls is to let you have drag-n-drop in firefox. after finishing the operation, you'll stillget a full postback. the good news is that on the next version of the platform (3.5) you'll also get partial postbacks for that kind of operations if you put everything inside the same UpdatePanel.


Hi

Thank you very much for your valuable reply.

can u tell me that how can i replace default webpartmanager and webpartzone with the ones defined in the microsoft.web.extensions.dll.

Can u specify, how can i achieve my goal.

It is not necessary to avoid postbacking. My primary aim is to move my webpart zone in Mozilla firefox also.

Is there any way to do this ? I am not in great need of using ajax feature.But i need to move my webpart zone in firefox.


Waiting for your reply

Thanks


add something like this at the top:

<%@. Register Namespace="Microsoft.Web.Preview.UI.Controls.WebParts" TagPrefix="fr" Assembly="Microsoft.Web.Preview" %>

and then replace the <asp:WebPartManager and <asp:WebPartZone with the <fr:WebPartManager and <fr:WebPartZone


Hi..

Thank you for your reply sir.

i have tried.But i got this error message

"Error 36 Could not load file or assembly 'Microsoft.Web.Preview' or one of its dependencies. The system cannot find the file specified."

I think it is the problem of ajax version i m using now?.....am i right sir ...?

If so which version i have to use??

Otherwise, can u clear this error?

I am still away from my goal...

waiting for your reply ...

Thanks


oopss...forgot to mention that you need to install the future bits and then you should be able to find that dll (which you must add to the web app after installing it)


Thank you very much ......

i ll try this after installing the newer version.

Thanks

"aspajaxctp msi" is enough?? otherwise Whether hv to go for beta releases?


hello.

you can download the future bits from here:

http://asp.net/ajax/downloads/

working with ATLAS enabled app

Hello,

I have an atlas enabled web app. i have installed atlas on my machine and work fine , but my web host does not install atlas, so now all i need - i think - is to include the Atlas libraries and the scripts!!

the libraries have no problems as i only have to include them into the bin folder, but the problem is about the scripts. So how to configure the atlas script manager to reference to the atlas scripts which is included in my virtual directoy not the Atlas directory in the program files>>

Thanks and regards

The atlas scripts are inside the atlas dll. They are not read from the program files directory.

What other scripts are you using that the script manager needs to reference?


thnx for reply.. i need to modify some of the atlas scripts included with deployed atlas at program files, so can it be included to my project


You can modify the scripts, rebuild the atlas dll (which will now have the modified scripts) and use it in your project.


mm well, thanx a lot