Showing posts with label installed. Show all posts
Showing posts with label installed. Show all posts

Wednesday, March 28, 2012

Atlas x IIS

Dear frinds,

If I want to publish my site on a remote server (Windows 2003), this server nedd to have installed the Atlas Install?
Mu application has the atlas DLL in bin folder, but the server need the Atlas install?

It works for me with the Atlas dll in the bin without installing on the server.

Joe

Atlas works on Dev. Machine - not on IIS

hi,

I have installed Atlas - and just tried the simple example with the Labels and Time refreshing.

Works perfectly on the development machine, although it doesnt work once i publish it to the IIS server.

any ideas as to how to get it to work?

thank you.Depends on what the error is...

atlas will install but template doesnt show up when creating new web site

Am running Win Srvr 2003/SP1 and have installed/uninstalled Atlas multiple times and it installs fine, but the template never shows up when I want to start a new website in VS2005. Have also tried turning off virus checker during install, with still no success.What must I do??Crying

hello.

inside the installation folder (something like C:\Program Files\Microsoft ASP.NET\Atlas\v2.0.50727), you'll find the aspnetatlas.vsi file. running this should install the templates for c# and vb.net.


Luis, thank you for taking the time to respond. Did what you suggested and it seems to install and says it was successful, but then the template still does not show up when attempting to create a new web site in VS2005. Does this not work on Win Srvr2003? All of my colleagues who have Win XP Pro have had no trouble getting it to install.? Thanks, Michael B.beebemichael3@.hotmail.com


hello.

hum...i'd say no. at work, i've installed it at a win 2003 server and i can see the template on my list.

Atlas Wiki VSI

Hi, after i downloaded and installed atlas wiki vsi file, i tried to create a new website, however, the atlas wiki template did not show as one of the templates. any idea how to fix this?
mp
Try to reinstall it?
did you check everywhere in your new project... list of projects you can make, What are you using for an IDE?

Saturday, March 24, 2012

Atlas Tools missing in VS2005 Toolbox

I have installed Atlas on a WinXP SP2 with VS2005 Standard. I have created an Atlas Web site using the template provided in VS2005, but I do not have any of the Atlas Tools showing up in the toolbox. I tried to add them in the usual way, adding a tab and then adding the tools to that tab, but no go, they do not appear. Can anyone help me get these tools to show up?

Are the controls "checked" in the Choose Toolbox Items dialog?
Can you give me a little more information? When you are on the choose toolbox items dialog box are the controls showing up? Are they there, but when you check their check box they still don't show up? If both of these things are true, have your tried resetting your toolbox?

jonesf222:

I have installed Atlas on a WinXP SP2 with VS2005 Standard. I have created an Atlas Web site using the template provided in VS2005, but I do not have any of the Atlas Tools showing up in the toolbox. I tried to add them in the usual way, adding a tab and then adding the tools to that tab, but no go, they do not appear. Can anyone help me get these tools to show up?

Hi, I am also having the same issue as yours. Were you able to fix it? Please help. Thanks.

blumonde


orphicfireball:

Can you give me a little more information? When you are on the choose toolbox items dialog box are the controls showing up? Are they there, but when you check their check box they still don't show up? If both of these things are true, have your tried resetting your toolbox?

Hi Orphic, I finally got it to work now. Thanks for the response.

blumonde


What was it?

Yes, what was it. All of us who still not have the things show up in the tool-box. What to do ? I have tried reset, restarted the computer and so on. How do I do to solve this problem ?? thanks for an answer


add the items manually to the toolbox.

Browse to the exact location and add the controls to the toolbox.

It seems to work fine for me.


thank you Kate, You know I am new to Atlas, so could you (or anybody else) be so nice and give me a hint of what the location could be called (in a standard installation) and what the controls should be called, more or less, in a standard installation.

Go to ToolBox.

Right Click Choose Items

In the .NET Framework Components click browse and once you install the atlastoolkit there will be a directly where the dlls


AtlasControlToolKit.dll and Microsoft.Web.Atlas.dll

If you select AtlasControlToolKit then the controls are highlighted and checked in the components list, click OK then the controls will be added to the toolbox.


Sorry for my late response.

There are two ways to do it. You can do it as Kate1234 suggested or you can use your file explorer to get to the installed default directory below and then drag and drop the dll file "Microsoft.Web.Atlas.dll" onto your toolbox panel. To group the controls, make sure you add a tab called "Atlas" to the toolbox(rightclick) first.

C:\Program Files\Microsoft ASP.NET\Atlas\v2.0.50727\Atlas

blumonde

atlas template in VS 2005 professional

I have installed VS2005 professional in my home pc while VS2005 team suite at my office.

In VS2005 when i create new website i can't find atlas asp.net web site template.Is it provided in the professional edition or not.Or i have some problem.

Hi there,

To get the Atlas templates to show up, you need to download and install the Atlas January CTP drop. You can install it from here:http://msdn.microsoft.com/asp.net/info/future/atlastemplate/

I'm about to post some slides+samples on my blog shortly about Atlas if you want to get up to speed quickly. Take a look here in a few hours: http://weblogs.asp.net/scottgu

Hope this helps,

Scott

Wednesday, March 21, 2012

Atlas Samples Database Cannot Connect

I have SQL 2005 Express and SQL 2005 Developer Edition

I installed the Atlas examples in the default location but the example websites fail.

System.Data.SqlClient.SqlException: Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance.

If I try to attach to the .MDF files using Management Studio in the website app_data folder I get this:

Attach database failed for Server 'local\SQLEXPRESS'. (Microsoft.SqlServer.Smo)

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)

CREATE FILE encountered operating system error 5(Access is denied.) while attempting to open or create the physical file 'C:\Program Files\Microsoft ASP.NET\Atlas Sample Applications\TaskList\App_Data\Tasklist_log.LDF'.
Could not open new database 'C:\WEBSITES\WEBNET\MISC\ATLAS\SRC\APPS\TASKLIST\APP_DATA\TASKLIST.MDF'. CREATE DATABASE is aborted.
File activation failure. The physical file name "C:\websites\webnet\misc\atlas\src\Apps\TaskList\App_Data\Tasklist_log.ldf" may be incorrect. (Microsoft SQL Server, Error: 5123)

I don't have a c:\websites folder and there is no .ldf file shipped with these examples.

Do they test this stuff before offering them up for people to waste an entire Sunday pissing around with examples that don't work? What's going on?

hello.

it looks like you don't have enough permissions on the folder where the sql database is placed to do what you're after. maybe you should take this issue to the sql express forum (i think that you'llget a faster answer there.)


Thanks Luis,

It turns out that I had SQL Express installed from my VS 2005 installation. The version of SQL 2005 Developer I had would not install because it said the Express version was newer. So, I had to uninstall Express, install Developer Edition then re-installed Express to use the examples.

Long and short of it is, if you do that you need to delete the Documents and Settings\<user>\Local Settings\Application Data\Microsoft\Microsoft SQL Server Data\SQLEXPRESS folder so it will re-create that folder with the current install of SQLExpress. That is where it creates files related to a user instance of SQL Server that dynamically attaches .mdf files like the Atlas examples.

How stupid of me to not know that... Hmmm

Atlas Problem,please help

i 've installed Atlas.when i try to use any extender, for ex: Button or TextBox ,and then takes the properties of Textbox or button, there comes the Option of Extender, but when i click on Plus button to extend those option, there dsnt come any other option , ie that plus dsnt expand, whats d reazn,pls help methanxIn my experience, you have to actually set the options for the extender in the source view of the page, rather than on the design surface. You may want to give that a shot.
no, i have seen a video tutorial d/l from asp.net in that video,they have not done anything in code view, just dragged the extender and from property view ,sets the option of control. but in my controls property extender name appers but not the list of options
no, i have seen a video tutorial d/l from asp.net in that video,they have not done anything in code view, just dragged the extender and from property view ,sets the option of control. but in my controls property extender name appers but not the list of options