Search

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

Matching Posts

  • vs 2008 - App_theme in web config

    Hi, I am using vs 2008 and have created a css file called MyCss.css under App_Themes\MyCssDefault I place this line in the web config <pages theme="FVMDefault"/> But there is an error which is: "Sections must only appear once per config file." I think this is probably because there is already <pages> in the webconfig by default. Question: What am I doing wrong and how can I get the .css to work in vs 2008 please? Thanks
  • linq to xml - replace

    incorrect post. sorry
    Posted to Getting Started (Forum) by arkiboys on 10/14/2009
  • execute ssis

    Hi, I have created a SSIS package with the following task: 1-Execute a SQL Task to delete the data in a table I can execute this package from ASP.NET and all seems fine. Now i have modified the SSIS package by adding a control flow which imports data from excel into the deleted table in step 1. The ssis package on it's own works fine. Now I try once again to execute the ssis package from ASp.NET. I get a failure and i know the problem is to do with the excel connection but can not figure out
  • export to excel

    Hi, In asp.net 3.5, how is it possible to 1)Export the data of a datatable into .csv file 2)Save the spreadsheet on the network as c:\temp\ Thanks
  • silverlight

    Hi, Up until now we have developed projects in asp.net 3.5 Would you say it is a good idea to start all the new web projects in silverlight instead of asp.net ? I ask this question because it seems silverlight is the future of asp.net What do you think please? Thanks
    Posted to Free For All (Forum) by arkiboys on 9/1/2009
  • Re: call vbscript file

    Thanks
    Posted to C# (Forum) by arkiboys on 6/11/2009
  • Re: Target machine

    Not sure why but it seems to be working now. Thanks
    Posted to Configuration and Deployment (Forum) by arkiboys on 6/9/2009
  • Target machine

    Hello, I have created a vbscript called sample.vbs This file contains a simple script to create a Test.Log file on the C drive of the target machine. This script works as it has been tested. The code below runs the script (sample.vbs) located on mylocalmachine against a remote machine i.e. Servermachine There is no error but the file i.e. Test.Log does not appear in the c drive of the target machine i.e. Servermachine please note that if I make the target machine as the local machine i.e. myLocalMachine
    Posted to Configuration and Deployment (Forum) by arkiboys on 6/9/2009
  • call vbscript file

    Hi, How can I use wscript in c# to return the result of the vbscript. For example I have a vbscript file called test.vbs This file contains: wscript.echo 100 wscript.echo 200 In c#, I would like to run this file and return the two returned values i.e. 100 and 200 How can I do this please? Thanks
    Posted to C# (Forum) by arkiboys on 6/8/2009
Page 1 of 5 (42 items) 1 2 3 4 5 Next >