Search

You searched for the word(s): userid:717174

Matching Posts

  • SSAS cube roles creation

    Hi All, I have a cube created using SSAS 2005. 1- I need to create Roles related to this cube using ASP.net. Any help or suggestions. 2- Is it possible to develop some code that opens the window that pops up when creating a Role from SSAS (i.e. the window that appears when we right click and press new role from roles node in ssas) and the manipulation is done through this window instead of code. Thanks
  • error on building application

    I have a solution with class library(Business layer) and web site(Test). i have moved the code to another laptop and tried to build the application and got the following error in the class library Unable to copy file "obj\Debug\BusinessLayer.dll" to "bin\Debug\BusinessLayer.dll". Access to the path 'bin\Debug\BusinessLayer.dll' is denied i have tried to add aspnet and network service with full control to obj folder and bin but still the same error. also deleted obj and
    Posted to Configuration and Deployment (Forum) by samerh on 11/4/2009
  • View state is becomming very large

    Hi iam developing a web application and using third party controls Telerik but in some pages the view state is becomming very large causing the page loading time more than 6-7 seconds and my acceptable range is around 4 or less. In these pages i have several controls and some dropdownlists that contain thousands of rows. I have tried to turn off the viewstate of some controls but iam facing errors i think Telerik controls need the viewstate on. I have done a lab using ordinary web controls and the
    Posted to State Management (Forum) by samerh on 11/4/2009
  • Re: error on building application

    I think it might work though i have not tried it. The main issue i think is related to read privilege where dll is not being able to be copied to bin in the class library because when i copy the dll from ogj jto bin and build it worked. I just found the solution now. I am using windows 7 and in properties of solution i find read privelege highlighted. I removed it and applied to all sub folders and build again it worked. HTH
    Posted to Configuration and Deployment (Forum) by samerh on 11/4/2009
  • Error in assemly while depoying

    I am deploying a web application and getting an error "could not load file or assembly microsoft.sqlserver.manageddts, version=9.0.242.0 ....." i have in my bin a DLL named "Microsoft.SqlServer.DTSRuntimeWrap.dll" i have added this file in GAC, restarted the IIS, restarted the Computer and still having the same error. Any Ideas. On the web server iam deploying on i have .net framework 2.0 & 3.0 & 3.5 with sp1 and VS2008 installed.
    Posted to Configuration and Deployment (Forum) by samerh on 10/15/2009
  • Re: VS2008 & source safe 2005 problems

    It is visual source safe in plug in selection.
    Posted to Visual Studio 2008 (Forum) by samerh on 6/24/2009
  • VS2008 & source safe 2005 problems

    Hi all, I am creating a new project from VS2008 .net framework 3.5 and when adding to source safe 2005 having problems between team members and locally is not checking in or out and several issues. I googled a little and got 2 different updates, installed them but didn't work. Any ideas why and how to solve it.
    Posted to Visual Studio 2008 (Forum) by samerh on 6/22/2009
  • Re: Open links without popup message

    Thanks for ur answer, i have tried it as follows: My access database exists on the server with path different from published web application. ex: \\192.168.1.1\acc.mdb i couldnt use the window.open. instead iam using <a href=" \\192.168.1.1\acc.mdb ">click</a> it opens the access file but still gives the msg.
    Posted to Web Forms (Forum) by samerh on 6/15/2009
  • Open links without popup message

    Hi all, i have links to attached documents(xcel, word, access,...) that resides on the server that open when pressing it. Normally it pops up a msg that notifies you what to do (open, save, cancel). I need to cancel this msg and directly open the file. Is that possible?
    Posted to Web Forms (Forum) by samerh on 6/15/2009
  • Error when trying to open MS Access application on server

    Hi I am trying to open an Access application that resides on the server from my asp.net web application but getting access denied error though i have given the folder containing the access application ASP net and network services full control. If i try to open the access application by double clicking the .mdb file the application opens normally. As far as i know no other privileges are done on the access application. I am using System.Diagnostics.Process.Start(System.Configuration.ConfigurationManager
Page 1 of 10 (97 items) 1 2 3 4 5 Next > ... Last »