Software Development Network Logo
  • IE Development
  • Game Technologies
  • VS Team System
  • SharePoint Products
  • Windows Vista
  • Visual Basic
  • Smart Devicet
  • SQL Server
  • Microsoft ISV
  • Visual C++
  • Audio and Video
  • Visual C#
  • .NET Development
  • Visual FoxPro
  • Windows Forms

Software Development Network >> Ronald de Feijter's Q&A profile

Ronald de Feijter

Member List

Bharat Gadhia
PavanKumar
Sianspheric
MarcoViY
RARiedel
maryz
TMSA
RedMage44x
DanDanne
grnr_r
Dreaded Eddie
2livelarge
Chris Dunaway
PerPixel
Norbert.Bender
HankJ
Richard_Wolf
Brennon
Yulia
twaltz
Only Title

Ronald de Feijter's Q&A profile

  • SQL Server full uninstall of MSSQL 2005 Ent SP1

    Hi, I am facing a serious problem with the unproper uninstall. I have installed MSSQL 2005 Enterprise and created an Active Directory at the server. I have removed the AD and wanted to uninstall SQL 2005. I was not able to uninstall it fully. I have reinstalled it several times, just to tryying to remove the registry entries. Is there a solution / tool or a document describing, how I can fully manually remove MS SQL 2005 from a server I have already installed SP1. Dejan Hi Sam, I am sorry for my late reply. The uninstall is successful, but the install already reports some errors. It leaves files and registry entries behind. \Program Files (x86)\Microsoft SQL Server\9 ...Show All

  • SQL Server Access Database Synchronizer (ADS)

    Hi All, Today we are very pleased to announce the CTP release of Microsoft SQL Server 2005 Everywhere Edition Access Database Synchronizer (ADS) for which many of you been waiting eagerly. To download the product you can visit the SQL Server Mobile Edition/SQL Server Everywhere Edition product page or click on this link to Access Database Synchronizer reach the download page directly. Access Database Synchronizer provides a way to synchronize data between Microsoft Access database on a desktop and Microsoft SQL Server 2005 Everywhere Edition database on a device. For more details you can visit our blog - http://blogs.msdn.com/sqlservereverywhere/archive/2006/08/29/729730.aspx I urge you all to in ...Show All

  • Visual Studio Express Editions Regarding Database client supported by Express Edition

    HEllo , Everyone , On my Desktop ,I have installed Express edition ( C# & Web Developer) with no Express edition of SQL-Server 2005 also dont have Sql- Server 2000 ,Instead I have Oracle 8i installed When I use any data control e.g. Datagrid for connection with data base it is showing only two data base client one - for access & other for sql server Can Any one please tell me how many clients are supported by Express version. Can I use Oracle 8i with Express Edition as Database. Please reply Thanks abh_pat Try installing the .NET Provider for Oracle . ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Please Add Non-Generic DrawUserPrimitives and DrawIndexedUserPrimitives methods.

    I posted this request in the Suggestion tool as well. Btw- where is the link to actually view the contents of the Bug reports, and Suggestions You'd think that would be handy from the connect.microsoft.com site, but I can't find it. Add the method: Device.DrawUserPrimitives(Type vertexType, PrimitiveType type, int count, Array vertexData); and a similar non-generic method for Indexed primitives. I have a rendering system that captures rendering calls, and retains the call information. Later on, it sorts all of the calls in order to minimize state changes before execution. This is a very commen scenario. IT IS VERY DIFFICULT to call generic methods (in a generic fashion) when you only know the vertex type, and have a un-typed array. For ...Show All

  • Windows Forms Thread to create winform instance

    I am creating a form(FORM1) in c#  that has multiple hyperlink. On Click of each hyperlink another form (FORM2) should be opened up and update picturebox value after every 100 ms. Now i want to create multiple instances of form2 at runtime for each hyperlink click and they should be running simaltaneously. Should i use threads. Or is there any other method to do that. If i need to implement it through thread. How that will be done regards     You can't use threads to start forms. Just let the LinkLabel.Click event create the form like this: namespace csforms { public partial class Form1 : Form { private Form2 frm2; public Form1() { InitializeComponent(); } ...Show All

  • SQL Server Option/Feature to ZIP reports for mail delivery

    Is there any way to ZIP report attachments for delivery via e-mail If not this feature needs to be added. We are having trouble with reports that are hitting our allowed limit. Thanks ...Show All

  • Visual Studio Use MSBuild for Integration Services project

    A intergration services project used typically to build SSIS packages for SQL 2005 as an different type of project file a ".dtproj". This file does not specify a typical build type like a regular C# project (web or otherwise). I am wondering if MS has a addin that MS build can use to build an intergration services project. Currently I use MS build to build my web site, but my Database uses some SSIS packages that I would like build together with the web site then during the deploy I can push the SSIS packges to the SQL server File system where I keep the SSIS packges. Any help or sggestions will be apprecitated javahar ...Show All

  • Visual Studio Team System TSql Tests Timeout

    I am writing tests for procedures and the tests have pre-test and post-test actions that may run for well over a minute, and I periodically receive the error "Failed <TestName> <TestProjectName> Sql Error: 'Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.' (Severity 11, State 0)" when I run the tests. I typically receive the error about 30 seconds after starting the test. Is there a way to increase this timeout I have tried adding execution time conditions for greater than 30 seconds, but that does not seem to help. Thanks - and great product overall! Gabe, Yes, you can increase the sql timeout that i ...Show All

  • Software Development for Windows Vista June CTP Orcas Tools Installation problem

    I've got the June CTP WinFX Runtime, the June CTP SDK. But the June CTP Orcas won't install. I get the following error messagebox. Setup has detected that a prerequisite is missing. To use Microsoft Visual Studio Code Name "Orcas" Community Technology Preview - Development Tools for WinFX you must have the WinFX runtime installed. Please install the WinFX runtime and restart setup. Does anyone know how to resolve this I know that WinFX is correctly installed, because I've run many samples, and Expression and XamlPad run fine too. Is there any way to convince the Orcas installer into believing that WinFX is installed Hi Nish,   Finally succeeded to download the right file and insta ...Show All

  • Windows Live Developer Forums 'this.vemapcontrol' is null or not an object

    Why do I get this script error when loading a specific map location using latitude and longitude Am I missing something I need help on this, thanks. Here is the code: function GetMap(iLatitude,iLongitude) { map = new VEMap('myMap'); if(iLatitude == null || iLongitude == null) { map.LoadMap(); map.HideDashboard(); } else { map.LoadMap(new VELatLong(47.22, -122.44), 12, 'r', false, VEMapMode.Mode2D, true); } } Are you connected to the internet I suspect you are trying to call the map functions before the javascript for the map has loaded. Are you using the body onload event Paste the minimum complete html page to recreate the problem and we can try it for ...Show All

  • Visual Basic How to Protect my Assembly

    Hi all, i wrote a DLL and i want protect it from being used by others, is there a way to do it, one day i tried to use a dll but when i try to add a reference to it, it asked me for a password, i want something similar, help plz Can you give us some more context into the problem you're trying to solve. Are you saying that you don't want any other user to be able to use you're assembly in another program, or you just don't want them to be able to access it at all in any form ...Show All

  • Visual Studio 2008 (Pre-release) DataContract in Compact Framework?

    Hello, Will the compact framework support DataContract serialization   I saw the earlier post that said the compact framework currently doesn't have any support for WCF.  But the blog entry here suggests that some limited support for WCF is being introduced.  Thanks, Notre     ...Show All

  • Visual Studio Team System Create the build type failed

    Hi, The solution need use the third party rerference, so I have changed the TFSBuild.proj as this: <ItemGroup>     <AdditionalReferencePath Include="i:\" />  </ItemGroup> the i:\  exists all the reference dll, and I can access it directyly when I used the build accouts. BTW, I have added the build accouts to have the rights to run the build service. finally, it occurs the failed log, like this: .......  D:\BuildTemp\SMW3\TEST_SMW3\Sources\SourceCode\SMW3.sln : Solution file warning MSB4051: Project {C57F36B5-50B0-4153-8A73-38CD84B5B539} is referencing a project with GUID {3E99353A-6AE7-4D8E-B648-EC8EAEABCDF7}, but a project with this GUID was not found in the .SLN file. & ...Show All

  • Visual Studio 2008 (Pre-release) netPeerTcpBinding : Resolver

    The Windows SDK provides a WCF Chat application using the netPeerTcpBinding. The sample employs a custom resolver. Could we use PNRP service and make this work instead. I tried it and it doesnt seem to work. I know I am missing some basics of p2p here - i n general, what are the ways in which I can use PNRP service with WCF apps, without the need of custom resolvers Thanks, Manoj I tried the same, but the sample I created doesnt seem to work. I am sure I am doing something wrong here. I am posting a code I tried inline (pardon me for this). I created two identical console applications as peers. The code and configuration looks something like this: < xml version = " 1.0 " encoding = " utf-8 " ...Show All

  • SQL Server Distinct Count Grand Total issue SSAS 2005 (bug ?)

    Hi, I recently noticed in Excel and OWC and BI studio browser - that reports that use distinct count measures return incorrect Grand totals with row/column axis filters/selections. When the selections are more than 1 level deep it does not take the filter into consideration and returns a larger Grand total - as if the filter never took place. I have Sql Server 2005 Developers edition with both SP1 and Post-Sp1 hotfix (build 9.0.2153) I have successfully replicated this in AdventureWorks sample easily. Here are the steps: In the Cube browser just pull in the Date.Calendar hierarchy to the row axis and the Order Count measure (from SalesOrders folder) . The total is 31,455 Now try to select/filter using the row axis (dropdown) on ...Show All

©2008 Software Development Network