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

Software Development Network >> Tomer Doron's Q&A profile

Tomer Doron

Member List

Noelle
nkerkin
D3lta
NewHacker
Vamshi Raghu
nmkiwi
kimberst
Johan van Toll
Grandote945
Gooddaddy
alokt
sergio seguel
msdnmember
dustin551
Nishad S
jackzar
emalik
The_S_T_
Mukhpreet
Toontje
Only Title

Tomer Doron's Q&A profile

  • SQL Server rsInvalidReportServerDatabase

    We are getting the following error when we try to deploy SQL report on to the reporting server the error: The version of the report server database is either in a format that is not valid, or it cannot be read. The found version is 'Unknown'. The expected version is 'C.0.8.20'. To continue, update the version of the report server database and verify access rights. (rsInvalidReportServerDatabase) We are using SQL server 2005 CTP and .Net 2005 beta 2. the OS is Win xp and the reporting server is the local host. Thanks a lot in advance. Thanks & Regards Jayan I'm experiencing the same problem. Is this more of an IIS issue Any help ...Show All

  • Visual Studio Team System Baseline existing violations using Visual Studio Team System

    I have a question regarding basline existing violations. In our organization we are migrating existing projects to VSTS and TFS. When we have done this we want to enable static analysis for our projects. The problem we have is that we don't have the resouces to fix violations in the old code. I have found a number of posts describing the posibillity of creating a baseline of violations and ony emitting warnings on new violations. What I can't find is a description how this is done using the VSTS environment. Could anyone point me in a direction where to look for more information in this matter. Regards, Christian ...Show All

  • Windows Forms Rendering & maximizing a child form before showing it?

    Hi, I have the following code in Mdi form to load a child form (form1) in it and want to cover the full screen.   dim frm as form1 = New form1()  frm.MdiParent = Me   frm.Show() also in form1's initialization method i have : WindowState = FormWindowState.Maximized This code cause form1 to render first and  then maximaize. Means user could see the&nbs ...Show All

  • SQL Server Pivot Error

    Hi : I am getting the following error message when I am trying to do the Pivot operation. Msg 265, Level 16, State 1, Line 1 The column name "FirstName" specified in the PIVOT operator conflicts with the existing column name in the PIVOT argument. Msg 265, Level 16, State 1, Line 1 The column name "LastName" specified in the PIVOT operator conflicts with the existing column name in the PIVOT argument. Msg 8156, Level 16, State 1, Line 1 The column 'FirstName' was specified multiple times for 'Pvt'. My SQL Query is: SELECT UserID , FirstName , LastName FROM ( SELECT UserID , First ...Show All

  • Visual Studio Express Editions c++ Express & MFC

    Hi all!  I know that C++ Express 2005 doesn't directly support MFC.  But I assume that if you already have the libraries (I've got c++ 2003 Standard), I assume they can be # include d and called.  Correct   Also, is there any reason why other third party libraries would not work in Express, assuming that they are ANSI compliant Thanks,   -Ben No this will not work, because the 2003 MFC files use a different CRT than the VS 2005 version. This is also a problem when you have third party libraries. Usually they have to be recompiled to use the same (new) CRT. ...Show All

  • Windows Forms Installing .Net Framework 2.0 stops Smart Client 1.1

    We have an Intranet Smart Client installation which works fine. We install .Net Framework 2.0 and it no longer works. We uninstall the .Net 2.0 Framework and the Smart Client starts working correctly again. I have a .exe.config file which specifies the framework version but it does not seem to make a difference. I have not "strong named" the assemblies. It appeasr that the assembly does not get the proper security "full-trust" when the .exe gets lanched from the IE browser page. I thought side-by-side meant no conflict Is there something we need to do to resolve this erorr Thanks. On our we ...Show All

  • Visual Studio 2008 (Pre-release) wsDualHttpBinding , IsOneWay and ConcurrencyMode.Reentrant

    Hi I can't understand which is the motive to this interface doesn't work origining a deadlock: [ ServiceContract (CallbackContract= typeof ( IObserver ))] [ServiceContract(CallbackContract=typeof(IObserver))] interface IElement { [OperationContract] void Subscribe(); [OperationContract] void Unsubscribe(); } interface IObserver { [OperationContract] void Action(); } I know that If I use the behavior attribute [ ServiceBehavior (ConcurrencyMode = ConcurrencyMode .Reentrant)] in my service class all works fine but I don't understand why Any clue Thanks in advance Javier ...Show All

  • Visual Basic How to use buttons from keyboard

    Hi, Please bear with me if this question seems simple but I am new to VB.net. I'm creating a simple on-screen keyboard program that when a user clicks on a button, the letter displayed on that button shows in a textbox. Besides being able to click the letter, I'd also like them the program to take input from the keyboard, i.e. when someone hits a "Q" they get a "Q" in the textbox, by either clicking the button or hitting the Q key (and in upper case). I've tried using the Accelerate key "&" but it also shows the & symbol in the text box. Is this possible to do and if so how thank you in advan ...Show All

  • Visual Studio Express Editions Registered 5 Times Visual Web Developer Express but no Product Key

    Hi Folks, I downloaded Visual Web Developer and have been trying it out, it's great so far. I also downloaded VB Express afterwards . I registered VB and got a Product ID which I copied and pasted like the instructions said. I never got a Product ID for VWD Express. I registerd immediately after installing. I either overlooked the Product ID copy and paste when I first registered or it wasn't available. I have since done the Help > Register Product about 5 times. I get an email but haven't been led to the page with the Product ID. What do I have to do to get the Product ID for Visual Web Developer Express Many thanks for yo ...Show All

  • Visual Studio Team System Using new Source Control from VS.NET 2005 Professional

    Will it be possible to integrate with Foundation Server, or rather the source control system, from VS.NET 2005 Professional In other words, if we want to take advantage of the new source control system, but not buy the VSTS clients, is that possible From a licensing point of view I guess that it mean one VS.NET professional license + one foundation CAL per developer in addition to the one foundation server license but is it technically possible Thanks The link in Brian Harry's blog doesn't work anymore.  Here's a link to the current download for the MSSCCI provider. http://www.microsoft.com/do ...Show All

  • Visual C# Windows Services in C# Express Edition

    Hi How can I add a Windows Services in VC# 2005 Express Edition pls help You can look at this article at CodeProject http://www.codeproject.com/dotnet/simplewindowsservice.asp If you download the source you can use that to start with, you will need to register to be able to download. You can also have a closer look at the ServiceBase class . ...Show All

  • SQL Server Data Source Configuration Error in BIS

    Hello, I am getting the following error when trying to add a new database data source to a SSIS package through the Data Source Configuration Wizard (within Business Intelligence Development Studio): "Error message: This extensibility function is not supported" If I try to add a Web Service datasource I get the following error: "Error message: Unable to cast object of type 'Microsoft.AnalysisServices.Database' to type 'VSLangProj.VSProject'." This is a full install of SQL Server 2005 CTP on Windows XP Professional with SP2. Any help would be appreciated. Thanks, Jeff ...Show All

  • SQL Server Data Source / ODBC error

    Hi all, My replication of those SQL 2000 servers gave errors: Data source (11): General Network Error. Check your network documentation... and ODBC (08S01): Communication link failure. The replication was across the WAN. I don't know where to start to troubleshoot this problem. Please help! Thanks in advance. John Communication link failure means some network or communication problem between the Publisher/Distributor and Subscriber. Check the connection between them. Try connecting to the other servers from each of the servers and ensure that you are able to connect and then retry the Sync. Also note for any firewalls ...Show All

  • Visual Studio Team System Foundation server Proxy

    I have installed the foundation server proxy on our network and I have dual homed the foundation serve proxy one nic is on our production network and the other is on our test network. I have followed all the configuration steps and when a tester tries to connect to the foundation server proxy it errors out. When I look at the IIS logs this is the information that it spits out anyone know what could be wrong here I have replaced the domain and the user name in these logs but the domain and user name that I am using to authenticate when trying to connect is an admin user of the domain and of the foundation server but I am still getting rej ...Show All

  • Visual Basic Weeknumber

    How do i get the weeknumber in Visual Basic 2005 Express edition Well that doesn't work for me. There's an interesting article about this here http://www.thecodeproject.com/csharp/GregToISO.asp msg=396665 The code is in C# but shouldn't be too difficult to convert ...Show All

©2008 Software Development Network