Software Development Network Logo
  • Architecture
  • SQL Server
  • Game Technologies
  • Visual Basic
  • .NET Development
  • Windows Vista
  • Windows Forms
  • VS Team System
  • Microsoft ISV
  • Visual FoxPro
  • Visual C#
  • Visual C++
  • VS Express Editions
  • Smart Device
  • Visual Studio

Software Development Network >> Olof Harwell's Q&A profile

Olof Harwell

Member List

PieterE.care
win84
Jeffrey K. Ericson
Gordon Pollokoff
mcneil_eric
SupermanAlchemist
RHJ
Olly127863
cwatkins-gd
MRMIKE
RAS.Goss
Barnhac
EBots
NeerajKaushik.123
Martin Ennemoser
VBnerd
John Needham
DavidBarracuda
vtr_ajr
Ashok Bodddeda
Only Title

Olof Harwell's Q&A profile

  • .NET Development ASP.net Website configuration tool ERROR

    Hi guys, Could anyone please help! I'm trying to view the "ASP.NET Configuration Tool" and all I get is this message: An error was encountered. Please return to the previous page and try again. The following message may help in diagnosing the problem: System.UnauthorizedAccessException: Attempted to perform an unauthorized operation. at System.Security.AccessControl.Win32.SetSecurityInfo(ResourceType type, String name, SafeH ...Show All

  • Visual Basic FileObjectSystem Malfuction

    On my last program the FSO doesn't work. it give me the "run-time error 91 object variable or with block variable not set", but if i run other program that have the same code "fso.createfolder" (fso as filesystemobject) it work's greats.. some one can help me to understand Hello You should post this to one of the VB news groups. The main goal of this forum is to answer questions around code performance & security u ...Show All

  • SQL Server Sharing DataSource or DataSourceView

    Hi We need same datasource for all the OLAPDBs on the server,In MSAS2005 is it possible to share same datasource for all the OLAPDBs on the server Is there any way to do this using DatasourceView Thx and regards Pankaj Unfortunately, No. Data sources are contained within the database. It would be fairly easy to write XMLA scripts that would do this however. _-_-_ Dave ...Show All

  • Windows Forms custom word-processor like control

    Hi, I'm working on a project, and I need to make a word-processor like editor for a document we defined. The document is structured and consists of formated text and and graphical controls, basically very similar to HTML. We decided to store the document in XML form. I would like to make a WYSIWYG editor for our document in c#. Now my question is does anybody know a good starting point for my editor Does a .net equivalent to java.swing.text e ...Show All

  • Visual Studio Team System Do we get any CAL with TFS Standard?

    According to Rob Caron's post, ( http://blogs.msdn.com/robcaron/archive/2006/03/16/553121.aspx ), Workgroup edition will only give us 5 licences, and if I have 15 developers, all with MSDN licences, I will have 15 licences for TFS server, but I still have to purchase TFS Standard edition in order to have all 15 of my developers access the same server. Sure seems like there should be a better way to do this. Like, for instance, everyone who buys ...Show All

  • .NET Development Problem while opening a recordset from an xml in C# using ADODB wrapper

    Hi, I am working on C#. Using the wrapper classes for ADO, I open a recordset and saved it as xml file (xml persistant format) . Now I want to open the recordset from the same xml file. This is straight forward in ADO. You just call the Recordset.open(FileName) but since in .net we need to specify all the parameters for the Recordset.Open method, I get the Argument of invalid type or unaccepted error. Any help on this. Thanks Rits ...Show All

  • Windows Forms changing index of combo box items

    Hi, How can I change the item index in a combox  I want certain combo box items to appear in a certain order. Thanks You would need to change the underlying data. So change the Items Collection or the DataSource depending on how&nb ...Show All

  • Visual Studio Tools for Office Printing a Word ServerDocument?

    I need to print a Word document at the server. I create a ServerDocument object based on a template and edit the cached data, which all works very nicely. My problem is that can't see how to print this document at the server. How would I do this TIA Roland Kamsika That other machine will be a 'print server', so I will still be running word on a 'server', but at least it will be distinct from the app ...Show All

  • Software Development for Windows Vista StateMachineWorkflow - designer problem...

    Using a StateMachineWorkflow I have problems with the graphical design. Every now and then I just looks like a mess, shapes has been resized, moved etc. And using the Monitor (from the sdk samples), all the shapes is moved to the upper left corner. Is this a known bug Is it fixed in Beta2   Thanks   Hi, The location for the activities is stored in the user file. If you delete the user file it will mess up the ...Show All

  • .NET Development Connections going below minimum

    I have 2 apps running, 1 a web service & the other the web app that uses this service. Both use pooling and have a minimum pool size of 5 (max 10). To the user, everything seems fine, but after a bit of work the user service's connection pool only holds 4 connections. 1 below the minimum. I'm using Oracle for this and have got the latest OPD.NET version. Any help would be great. System.Data.dll providers gen ...Show All

  • .NET Development DataSet Usage - Not saving to file

    Ok, my knowledge of the DataSet object is elementary at best, but I'll try to make some sense. I've added a MS Access .mdb file to my VC# project using the New Data Source wizard. Incase it's pertinent, here's the connection string (sorta): Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\db000.mdb;Persist Security Info=True;Jet OLEDB:Database Password=xxxxxxxxx Now, I want my program to count validate that there's at le ...Show All

  • SQL Server Capturing and reporting execution errors

    We have a report subscription that emails an excel file every morning at 11am. For the past two mornings the subscription fails due to one of the parameters being null. This was caused by another programmer changing a stored procedure used in the report. What I'd like to know is how can I capture and report that the report failed to be produced. I have loaded the Execution Log sample reports and the relevant DTS package to load the logs is ...Show All

  • Visual Studio Very large file size for .rpt files

    My application has a couple of simple .rpt files that I have created with the Crystal Reports bundled with Visual Studio 2003.  These reports read from an Access database file and contain a single 12kb image in the header.  My concern is that the .rpt files are 3.5mb in size each and I cannot find an explaination.  Has anybody else encountered this problem before   Any suggestions on how to trim the fat from my report files ...Show All

  • Visual Studio Team System my last trial - pleae help!

    eyooo, well i guess from all my post everyone knows my config already :-) Windows 2003 server, SP1 all patches, office 2003 SP1 + patches, sql 2005. .net framework 2.0, IIS 6.0, sharepoint services 2.0 SP1 + patch, all in a active directory domain usin this server as domain contoller...... well, i edited the ...\ roots\web.config , reportserver\web.config , reportmanager\web.config , made sure that the securtiylevel in rsreporterserver.config i ...Show All

  • SQL Server Directly editing data in results pane with SQL 2005 Management Studio

    In SQL 2000 Enterprise Manager, one was able to edit and commit data on-the-fly directly from the results pane.  Action->Open Table->Query with the SQL Pane shown gives you an interface similar to Query Analyzer.  One could write a complex select statement with where clauses and joins, and the results pane would show the resulting data.  The data is editable and instantly updated.  We are now planning to migrate to SQL ...Show All

©2008 Software Development Network

powered by phorum