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

Software Development Network >> AtomZ .be's Q&A profile

AtomZ .be

Member List

Hristo Serafimov
longhiphop
shanytopper
kalkie
jojo the dogface boy
Paulg742
GP.Software
Pebble_Stud
Chee Kiang
gongxia649
HobbyCoder
wserra
Tim Murphy
ventura
samarrin
seepicture
yurixd
kjmorford
genuine_tuffguy
Dean Hiller
Only Title

AtomZ .be's Q&A profile

  • Visual Studio Changing assembly reference path base on configuration

    Our enviroment builds assemblies & copies them to a directory matching the configuration name e.g. "Debug". If I am woking in a project that references one or multiple of these assemblies, is there a way to switch between the debug & release versions of these assemblies without manually removing the reference & then re-adding the one I want Thanks! Kurt It sounds like Project References is the way to go for you here.  Have you found the perfect answer You can also use the Reference Paths feature to specify a place from where you referenced assembly file can be found.  So instead of ref ...Show All

  • SQL Server ForEach Loop utilisation

    Hello, ForEach Loop Item allow to make operations row per row. How can i do operations 10 rows per 10 rows or 100 rows per 100 rows Thanks ! Sorry... Those functions looks nice but are not made to my problem... I'm trying to resolve my problem with a transformation script to make a recordset containing rows in the correct format. If you want, i'll send you the script Nico ...Show All

  • Visual C++ How to turn on resource files in VC Express

    how do you turn on resource files in the "add new item" dialog Microsoft did not include a resource editor in Visual C++ Express.  In my opinion, this was done to strongly discourage Win32 development, and encourage .NET Framework (managed) development. Some of the other things they didn't include: - Platform SDK (Win32 headers and libraries) - can be gotten via Platform SDK download - New Win32 project wizards - can be turned on - default libraries - can be added However, there is no way to enable a resource editor in Visual C++ Express, since it was not included. A workaround is to ...Show All

  • Visual Studio Team System Reports and ReportServer problems...

    I have been trying to get TFS installed on a clean Windows 2003 Server but have been having some issues. SQL Server 2005 April CTP installs without errors and SharePoint Services 2.0 SP1 also.  But before I attempt install TFS I check the web addresses.  http://localhost takes me correctly to the sharepoint default site, but both http://localhost/reports and http://localhost/reportserver throw errors...respectively, Server Error in '/Reports' Application. The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access to 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Temporary ASP.NET Files'. and Server Error in '/ ...Show All

  • Visual Studio Tools for Office Geting name of a Custom property

    Hi, I want to get the name of a custom property. I know that you can get number of custom properties in a document by using following code, but how can i get the name of them AllCustomProps = this.WordApplication.ActiveDocument.CustomDocumentProperties; Type TypeOfAllCustomProps = AllCustomProps.GetType(); int NumberOfProperties = Int32 .Parse(TypeOfAllCustomProps.InvokeMember( "Count" , BindingFlags .Default | BindingFlags .GetProperty, null , AllCustomProps, new object [] { }).ToString()); You need to query the .Name property of an individual CustomDocumentProperty ...Show All

  • SQL Server Microsoft Visual Studio is busy

    I get this message in a balloon that pops up frequently when I am trying to work in the SSIS designer. For example, I get it when working in a DataFlow task, trying to open editors for the OleDb Source and Destination. Is anyone else getting this What could be the cause, it seems to get sluggish. Thanks. What OLEDB drivers are you using As a first step I would check that you have the latest version of all the OLEDB drivers, and upgrade if not. I used to get this message constantly when using the v7 FoxPro driver. Changing to the most recent driver , v9, cured the problem completely. Hope this help ...Show All

  • Visual Studio Team System New To Team System? Check out these resources

    Welcome to the Visual Studio Team System forums. My name is Ajay Sudan and I am a Product Manager for Visual Studio Team System. If you are new to Team System, then you'll want to check out the resources on the Getting Started with Team System page. Thanks, Ajay Sudan Product Manager Visual Studio Team System http://msdn.microsoft.com/teamsystem The beta 3 VPC is finally up on MSDN.  In the next week or so, there will be a beta 3 refresh VPC (yeah, famous last words). http://blogs.msdn.com/buckh/archive/2005/11/22/495875.aspx Buck ...Show All

  • SQL Server Certificate not recognized by SQL 2005 - Encryption Problem

    Hi, We recently upgraded from SQL 2K to SQL 2005 on WINDOWS 2003 Server. The entire upgrade process has run pretty smoothly aside from encryption. We have ASP.NET 1.x apps that connect to an internal server but fail when encrypted. We have tried all of the steps available on the MS KB and still have not resolved the issue. On http://msdn2.microsoft.com/en-us/library/ms191192.aspx, we find the following: To configure the server to accept encrypted connections 1. In SQL Server Configuration Manager, expand SQL Server 2005 Network Configuration, right-click Protocols for <server instance>, and then selectProperties. 2. In the Protocols ...Show All

  • Visual Studio Team System Error installing TFS final release

    This error occurs during health check, "The SQL Server 2005 KB Update is not installed on this computer" We have SQL 2005 Standard installed....is there an update any ideas -Jim First, I highly recommend you go though the check list in the install guide. I normally skip these but in this case there are a large number of gotcha's that the install guide walks you though (this is one of them). You can download the latest version from of the guide http://go.microsoft.com/fwlink/ LinkId=40042 . (NOTE: make sure you go to the properties of the CHM after you download it and click the Unblo ...Show All

  • Visual C++ error C2440: 'return' : cannot convert from 'IPromInfo **' to 'ATL::CComPtr<T> *'

     Hi, I'm compiling one vc6 project into vc8. It is using vector class of STL. it is giving error: Error 8 error C2440: 'return' : cannot convert from 'IPromInfo **' to 'ATL::CComPtr<T> *' d:\program files\microsoft visual studio 8 \vc\include\vector 302 The calling point is: for (i=0; i< m_vecOptionalRiderBoards.size(); i++)  {   CComQIPtr<IBoardInfoFileIO> pFileIO(m_vecOptionalRiderBoards );   pFileIO.p->WriteToFile(pFile,VARIANT_TRUE, OutputMode); //error generation  } //vector class error point: pointer operator->() const { // return pointer to class object return (&**this); } I have fo ...Show All

  • Visual Studio 2008 (Pre-release) Provider sample with May CTP?

    I've heard some talks about the May CTP having some sample providers that might offer some guidance on how one would go about making DLINQ available on other database platforms. Are they included in the download (I couldn't find them) If not is that something that is going to be made available Cheers, Steve Sorry, a provider sample is not part of the May Preview. We do plan to ship a provider sample and are looking at the best way to do so. tadam -- Microsoft ...Show All

  • Visual Basic Works in SP1 but not in SP2

    My company has an ActiveX control on its CUSTOMER ONLY website that captures customers' pc information, such as OS, all hardwares and all the software installed. In another word, everything is captured. Customers will have to log into the website and allow the ActiveX control to be installed and run. It will automatically send the data back to the server and the server will save it into the database. This worked well in Windows XP Service Pack 1. When the company upgraded all our customers pc to Windows XP Service Pack 2, an error "Run-time error:'70' Permission denied" appeared. And the activeX control failed to work. By then, the creato ...Show All

  • Smart Device Development WebBrowser control - no META REFRESH?

    I have some web pages that use the <Meta http-equiv="refresh"> tag to trigger a reload automatically.  Pocket IE and Mobile IE handle this just fine.  But an CF 2.0 application using the WebBrowser control doesn't process the refresh. a. Is there any way to configure the control so it WILL handle these refresh directives b. Alternately, is there a way we can trigger the reload ourselves    (We would have to interrogate the control to see whether the page it just received contained a <meta h ...Show All

  • Software Development for Windows Vista MIME Type

    If I am streaming an XPS document out of a database though an ASP.NET application what MIME type do I need to set so that it will properly open in the XPS viewer inside of IE Thank you in advance. ...Show All

  • Visual J# Is the Java serialized object in J++ and J# are compatible?

    Hi, I want migrate my existing J++ project to J#. But since the data stored in serialized object, my J# upgraded application cannot read those object produced by J++. Is there any way that my J# application can read j++ serialized object I have watch the produced object in notepad, the produced object is very similar. Just a few byte different. did I do something wrong in the setting Thank you Hi, I checked that the VJ++-VJ# cross serialization with respect to Hashtable and Integer doesnt work. Actually serialization depends on internal structure of the class, and the internal structure of the class might ...Show All

©2008 Software Development Network