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

Software Development Network >> Trond Reierth's Q&A profile

Trond Reierth

Member List

Crazy_Aardvark
belleville007
sony-youth
5letters
Praxidata
UserAccountControl
artzoop
Nitin Khurana
Dmiti
Ayuda Media Systems
DLJOHNST
dougn
OBeckles
johnlinfa
SanjeevUpd
Mark Tomlinson - MSFT
Jason Hamlin
rupesh_Sidpara
Jose Luis Bellon
Big Andy 78
Only Title

Trond Reierth's Q&A profile

  • SQL Server the SQL server is Challenging me....:-)

    Hi everyone, I had an old VisualStudio.Net version thet started going nuts, so I thought its time to install the beta 2 version. then started the problems .... when trying to uninstalling the SQL server, the computer shouted it's impossible. so I uninstalled the SQL tools first and then the uninstalation succeded. (it wasn't recommended by the operating system) after removing everything I wanted to install the new SQL server that comes with the beta 2 kit & I got a weird loop: the setup wizard said there should be some old SQL components that should be removed by the "build cleanup wizard", but the cleanup wiz. didn't find them ...Show All

  • Visual Studio Cant' install "Guidance Automation Extensions" ...

    I downloaded from here http://www.microsoft.com/downloads/details.aspx FamilyId=C0A394C0-5EEB-47C4-9F7B-71E51866A7ED&displaylang=en However, when I installed it, this error came out: Could not find file "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Practices.RecipeFramework.InstallState" This file is supposed to be inside the installation package " />. I tried to find around but it seemed that there's not much support for it. Any help will be appreciated. I'm desperated wanting to use it " /> Hi, what's your OS version XP or Vista in ...Show All

  • .NET Development appsettings and adding keys programatically

    I'm trying to add keys from one Web.Config to another without success. keeps popping out with a ConfigurationErrorsException. I'm traversing throgh the AppSettings section of one web.config and adding the key and value found for each element into the AppSettings of another WebConfigurationManager (I was hoping that this could be done in memory instead of writing to the web.config and saving). Why can I not add to the AppSettings [CODE] try { // Get the application configuration file. Configuration ourConfig = WebConfigurationManager.OpenWebConfiguration("/mdserver"); Configuration serverConfig = WebConfigura ...Show All

  • .NET Development AppDomain and PrivateBinPath

    Hi together, I have got a question according to AppDomains and their PrivateBinPath property. I am doing the following: ------> SNIP AppDomainSetup actSetup = new AppDomainSetup(); actSetup.ApplicationBase = AppDomain.CurrentDomain.BaseDirectory; actSetup.PrivateBinPath = @"Lib2;Lib1"; AppDomain firstLibDomain = AppDomain.CreateDomain(Guid.NewGuid().ToString(), null, actSetup); IClassLibrary actLib = firstLibDomain.CreateInstanceAndUnwrap("MyLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=397a36feab9afc6a", "ClassLibrary.Test") as IClassLibrary; --------< SNAP So everthing is fine. ...Show All

  • .NET Development Having problems running a web service in Visual Studio 2005

    I created a web service following the steps laid out in http://msdn2.microsoft.com/en-us/library/87h5xz7x.aspx I have encountered several problems. 1. When I open the project I get the following. "The site http://localhost /BriConvert1 has not been configured for use with ASP.NET 2.0. Microsoft Visual Studio has been designed for use with ASP.NET 2.0. If not configured some features may make incorrect assumptions, and pages designed with the tool may not render correctly. - Would you like the site to be configured now" Click Yes and I get the following. "Configuring website http://localhost/BriConvert1 to ASP ...Show All

  • Windows Forms using datasets...

    Hi, I'm trying to create a program, in c#, to handle (insert, update, delete...) a BIG access database, for which the structure I do not know in advance. What is the best way to do this  I thought of datasets, but how do I load the db into the dataset  I tried: this.dataSet = new DataSet(); this.connection = new OleDbConnection(@"Provider=Microsoft.Jet.OLEDB.4.0;&nbs ...Show All

  • SQL Server Locking a file

    I am currently developing an data collection application that utilizes SQL Express 2005, I do not have the funds atm to upgrade to another version. I will be offering a free/crippled version of my application available for download. I do not want the free version to require the user to install SQL Express 2005 to use the data base. My question is this, I am wondering if I can take the database file itself and lock it, then use it like a flat file. I have seen this done with Microsoft Access before, but i want to use SQL because of the other versions are using it and will make the process of users upgrading less painful. Thanks in advance. ...Show All

  • Visual Studio Team System Unlock bug ?? TF10152 The Item <> must remain locked ...

    I did a recursive lock of an entire source (yikes that took so long I killed the console window).  In order to unlock everything I did the same thing again except that I used the /lock:none switch.  But I get a bunch of errors like these: TF10152: The item $/TestCmmiTemplate/Trunk/WWW/default.gif must remain locked because its file type prevents multiple check-outs. Now we added GIF as a file type that doesn't allow multiple checkouts (or merging).  In this case, I am clearly trying to drop the lock but TF doesn't seem to see it that way.  This seems like a bug to me.  It turns out that UNDO will drop the lock ...Show All

  • Visual Studio Team System Integration with SharePoint Services

    Doesn't Visual Studio Team System provide source control integration with Team Projects Is it possible to check documents or other files out of my SharePoint created site from VSTS In other words, are they placed under source control Thank you, Sammy The documents in the SharePoint document library are not stored in Team Foundation version control. Instead, you can use SharePoint's rudimentary version control feature to maintain a history of versions. ...Show All

  • Windows Forms How to set color of the splitter in SplitContainer control?

    Hi, I have a SplitContainer control on the form. I need to set color of the splitter, that even background color of all panels are white, splitter is visible anyways. I cannot find any property, which could do this. Is there is any way to set this Thanks The control automatically picks a color that contrasts with the the background color of the panels. I'm using VS2005... ...Show All

  • Windows Forms Visual Studio 2005 Service Pack 1

    What I want to know is when can we expect the desperatly needed service pack 1 for Visual Studio 2005 I've had so many errors so far when working with the Windows Forms designer, it is not only VERY frustrating and wasting my valuable time, but, it is also embarrsing when my projects and clients are being delayed because of a low quality tool. I expected higher quality standards from Microsoft! Don't get me wrong, I love .Net and especially version 2. It's just getting so frustrating to experience these errors in Viusal Studio and then red about them on the web to find out that I'm not the only one experiencing them and nothing is bein ...Show All

  • Windows Live Developer Forums Soap Exception Reference.cs Line 38

    Used to be fine, I could run my apps and the sample no problem.  Now I get a soap exception when Search() is attempted to be invoked.  System.Web.Services.Protocols.SoapException: Client Error at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at [...].MSNSearchService.Search(SearchRequest Request) in [...]\Reference.cs:line 38 I get this when trying to run my apps or the sample apps, any ideas The SOAP exception ...Show All

  • Visual Studio PLK

    I requested a PLK and got one using an old package guid. I really need to have the PLK regenerated for my new package, but I cannot do that on the VSIP site. I tried copying the original guid over into the new package, but the Load key fails with "invalid key authentication" . What do I need to do to get this working i did and got a new key. i still get the failure in the key. i am using a managed package where the key is stored in the resx file. ...Show All

  • Visual C# How to catch windows messages in normal class

    Hi, During the development of a project with threads i was supposed to use windows messages. I know how to catch windows messages in forms, but not in a normal class. Can anybody help me with this problem With kind regards, Jeroen Olie what u r meaning about window message -- is this 1. Showing Message box. 2. Catching Exception. 3. Events. or any other ...Show All

  • .NET Development VBScript

    Hello, I have been using the VBScript language trough the scriping runtime engine. I would like to know if I can upgrade to some other scripting language which works with .net instead of COM. Thanks. Hello Ori, Yes, there are a number of scripting languages which have been ported to the .NET Framework/Common Language Runtime. In general, the scripts are portable, although YMMV depending on specific language and port. Some examples: Python port to .NET: http://www.ironpython.com/  [Note: This project was actually started by a member of the Microsoft Common Language Runtime team, so if you have IronPython questions, Port of JScript ...Show All

©2008 Software Development Network