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

Software Development Network >> Micke Andersson's Q&A profile

Micke Andersson

Member List

Sergey Bogdanov
yassine b
SD Diver
garry_gill
Pierre Cizungu
Berend Kapelle
GedMarc
Manoj Kumar31390
april.louise
Tamir Gal
Andreas Kyriacou
paulwise3
ShreyaPatel
Inna73863
Anonymousaaaaaaaaaaaaaaaahhhh
davidc20
ePeter
Jerry017
romeo123
vbcoderwquestion
Only Title

Micke Andersson's Q&A profile

  • Visual Studio Team System Team Explorer - red cross on "documents"-folder

    Since installation of TFS I am unable to see the content of the documents-folder (teamexplorer) on a client-machine. There is always a red cross on the folder! If I start the team explorer on the server the documents folder is shown correctly. I tried to copy the http-url ( http://[servername]/sites/[Project ]) to an IE on a client and there the sharepoint site is shown without any problems. I did the changes required after installation of Sharepoint Portal Services SP2 ( http://blogs.msdn.com/robcaron/archive/2005/10/07/478336.aspx ). I think I also configured the users like mentioned in the install guide (TFSInstall-v50926.chm - Manag ...Show All

  • Visual C# Resetting d3device error

    Is there any procedure before and after resetting the directX device I want to make the toggle fullscreen function , but when I restart the device , there are errors (sometime the error is unknown , sometime it throws DeviceLost Exception). I can start the directX device at the beginning , but if i change the presentationParams and reset the device , it occur error. My code is like this : void initdevice(bool fullscreen) {  PresentParameters d3dpp = new PresentParameters();  d3dpp.DeviceWindow = form1;  d3dpp.BackBufferWidth = 800;  d3dpp.BackBufferHeight = 600;  if (fullscreen) {   d3dpp.Windowed = false ...Show All

  • Smart Device Development Getting problenm in release mode....

      Hi All, I am not able to launch the application in release mode. The error message shows   "Unable to start program '%CIDL_PROGRAM_FILES%\ABC\ABC.exe.   An error occurred that usually indicated a corrupt installation (code 0x8007007e). If the problem persists, repair your Visual Studio installation via 'Add or Remove Programs' in Control Panel"     While the same set of code and with the same setting is running fine in debug mode.     Thanks !!!     Hi, I assume its %CSIDL_PROGRAM_FILES% in your error message abov ...Show All

  • .NET Development transactions with typed dataset

    Hi, are transactions available with typed dataset I am not sure about how to use the transactions with typed dataset. Any example or link will help a lot. Tannks, ...Show All

  • Visual C# Deleting objects

    I'm using a treeview and it points to a Employee class so I can display info about the employee selected.  Here are some code snips. Classes: public interface AbstractEmployee public class Employee : AbstractEmployee class EmpNode : TreeNode {    private AbstractEmployee _emp;    public EmpNode( AbstractEmployee aemp)       : base (emp.getName())   {           _emp = aemp;     }    public AbstractEmployee getEmployee(){        return ...Show All

  • Visual C# How to get system icons and descriptions

    Hi, Would anyone tell me how to get the system registered icon and description of a file For instance: *.doc (Word document, [MS-Word icon]) with tanks. 1. Icon.ExtractAssociatedIcon() really solve your problem this time 2. any handle easy used in .NET related classes by call to method like FromHandle() and Icon class also have ToBitmap() method that can help you to convert it to image if you need it. ...Show All

  • Software Development for Windows Vista Beta 2 problems with any workflow & designer

    Hello, I have a Windows Vista CTP December 05 machine on which I had installed the WinFX RTC CTP December, the Windows SDK CTP December, the Orcas VS Extensions CTP December and the WWF Extensions CTP December. All of them worked OK. I'm using the RTM Visual Studio 2005 Team Suite and RTM SQL 2005 Developer Edition. Now I uninstalled them in the reverse order and it seemed that the machine was clean. I could not see the the WinFX RTC in Vistas uninstall console, but I used the uninstall tool vs_uninst_winfx.exe instead. Is that not enough to uninstall the WWF runtime components There was no entry in Vistas uninstall cons ...Show All

  • Visual Studio Express Editions installation help

    I just downloaded Visual C++ Express Edition and then tried to install it. The framework installed well, but when installing VC++, the computer gives a error saying that a folder could not be created. It doesnt work even after retrying the procedure. Can someone please help me Any help will be gladly appreciated. Thank You. The install needs to write to several system directories and the registry, for this the user that you are running under will need to have the correct permissions to install to those points. This means that the user will have to be a power user or a local admin on the machine. I would ...Show All

  • .NET Development problem with the ASP.NET application

    Hi, I have the following problem I created the ASP.NET application via vb.net Visual Studio 2003    IIS: 5.1  Framework 1.1.4322 on my local pc it's works perfect. On the Server computer my application does not work it does not run the .ASPX pages (even simple .aspx page) I get the Server Error in '/' Application. message (and not the real error message) -------------------------------------------------------------------------------- Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error  from being ...Show All

  • SQL Server MSXML6 breaks viewer used with Microsoft Electronic Learning Library

    Installation of SQL 2005 Express resulted in the failure of the viewer used with the Microsoft Electronic Learning Library products. The viewer runs under IE and is driven by an XML file. This has been verified on several systems. I uninstalled only MSXML6 and the viewer worked normally. I have no idea if the problem is with the viewer script, the XML file driving it, or MSXML6 but obviously this might be a breaking change to the product. Can anyone shed light Tom Skinner [C# MVP] I found a workaround. If you disable the XML DOM Document 6.0 add-on in IE the viewer loads OK. Apparent ...Show All

  • SQL Server SQL2005 AS Named instance - SQL Browser issue?

    Hi all ( Note: This question was first posted on microsoft.sqlserver.connect last week, but I was advised that the MSDN forums was the correct place for SQL 2005 postings.) I have a development machine with SQL 2000 and AS 2000 sp4 on as the default instance SERVERNAME. I have installed the September CTP of SQL 2005 as a named instance SERVERNAME\YUKON. All appeared to go well, SQL server is fine and I've built tables etc. However when I connect to the AS database using the BI tool I get the bizarre behaviour that I can build and process a cube, but not then connect to it to see the data! The Error reported is: " The query could n ...Show All

  • SQL Server Management Studio Express CTP update now available

    There is a new Management Studio Express CTP download available at   http://www.microsoft.com/downloads/details.aspx FamilyId=82AFBD59-57A4-455E-A2D6-1D4C98D40F6E&displaylang=en . This update fixes the defect where installing the full Books Online documentation prevented Management Studio Express from starting.  With the update, Management Studio Express and Books Online no longer interfere with each other. To update Management Studio Express CTP: 1) Uninstall Management Studio Express CTP from your machine. 2) Clear your browser's download cache.  If you are using Internet Explorer 6, you can do this by starting Internet ...Show All

  • SQL Server Retrieving DefaultConstraint property of a Table column is too slow

    Hi, I have an application that prints the Table details using SMO.  I specify all the columns that I need to print in a call to SetDefaultInitFields as shown below:      oSQLServer.SetDefaultInitFields(GetType(Column), New String() { _          "Computed", _           "DataType", _           "Default", _           "ID", _           "Identity", _         &n ...Show All

  • Visual C++ Multithreading

    Is it possible for a master thread to force abortion of pending IO in a slave thread, as with signals on Posix. Win32 only, no .net bullshit please. Thanks, - NK A similar way has been suggested by Ronald in this thread. Unfortunately I cannot guarantee (or rather enforce) that the client code is using asynch IO. Hence this is not the solution to the problem. With posix I can use signals to abort *any* system call, including the blocking ones. I was hoping that a similar solution could be found with Win32, alas, it appears there is none. Thanks, - NK PS. the library I describe has already been implemen ...Show All

  • Visual C++ build doesn't link

    when i hit 'build' for any of my projects, the source gets compiled but the linker isn't beeing invoked. why it's getting rather in the way to allways hit the 'link project' button.... should 'build' - well, build WM_QUERY thomas woelfer http://www.die.de/blog Thomas, I am glad it worked. In similar cases always look on build.log and check properties of your project. Thanks, Nikola VC++ ...Show All

©2008 Software Development Network