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

Software Development Network >> Dmitry Berkovich's Q&A profile

Dmitry Berkovich

Member List

Joyce Moore
darkmsn
mNilysg
Tim Mercer
Paula
Inbal
ColinSK
C Dickson
Ripsin
Riceroman
kenalex
George Jodry
Morten Jokumsen MVP
JedG
lcdmendes
Kaer
MarkBU
FrankUcla
Rob G
trogers
Only Title

Dmitry Berkovich's Q&A profile

  • Windows Live Developer Forums Worlds Best App Contest Winners

    It’s time to announce the winning applications for MSNR Messenger’s Worlds Best App Contest , which MSN ran from September through December 31 st , 2005. There were a lot of great entries, hard work and interesting new ideas for building new applications and games within Messenger. Submitted applications were judged based on the official rules and judging criteria which included creativity, launches during the contest, suitability for the medium and best use of other MSN services. The following identified winning applications still subject to verification and acceptance of their winning prizes : Grand Pri ...Show All

  • Visual C# System.Security.Permissions.SecurityPermission problemm

    Hi everybody. I have a (c# VS 7) Web app that uses an Internet Explorer hosted Windows User Control. I am setting a cookie on clients' machine from the IE hosted windows user control using InternetSetCookie method: [DllImport("wininet.dll", CharSet=CharSet.Auto, SetLastError= true )] public static extern bool InternetSetCookie( string lpszUrlName, string lpszCookieName, string lpszCookieData ); ...Show All

  • Windows Forms Public and Properties

    I saw some applications using different class and properties.. does PUBLIC of any variable can be equal to a public property like the following 2 versions of examples will result the same thing if we call them or inherits. I need more explainations between these two class and usage of properties and public varibles. (the code is not as is.. just a rough draft) = ...Show All

  • SQL Server OLE DB Command

    Hi All. I'm using OLE DB Command in order to update my oracle DB. I use MS provider to connect to oracle (I tried the oracle provider too). I try to execute the simple query as UPDATE TABLE1 SET VALID_DATE_TO = to_date( ,'dd/mm/yyyy') WHERE UNIT_CODE= AND VALID_DATE_TO = to_date('01/01/9999','dd/mm/yyyy') I declare the appropriate parameters. So, the error is fell: [OLE DB Command [1247]] Error: An OLE DB error has occurred. Error code: 0x80040E07. An OLE DB record is available. Source: "Microsoft OLE DB Provider for Oracle" Hresult: 0x80040E07 Description: "ORA-01861: literal does not match format string ". [OLE ...Show All

  • .NET Development New Data, key don’t add

    Hi. I have a simple Database only on XML with a Dataset. The Primartables have a some Datarows. My Primarkey are two rows of the Tables. One named ID and is an Autoinc field, the another is tablename as String with Default Value of the table Name. The second Table should be sight all these Datas with "tablename" and "tableID". I have a constraint to all the primartables. it should be only one table for this work. Now i add a new Data in the second table. The field with ID is filled, but the field with "Tablename" not. I i add a second Data. Both field are filled. Of the first datarow and of the second. ...Show All

  • Windows Forms Thread Safe Controls

    I understand that writing to properties of Windows Forms Controls in a multithreaded environment is a dangerous thing.  In order to keep things in order, it is necessary to check the InvokeRequired property and Invoke changes through the thread that created it if it is true. My question is: Is the same true for reading a property   What about for  ...Show All

  • SQL Server JOIN problem with time involved

    I'm starting with: dtTimeIn                                              bStatus --------------------------------------------------- 1899-12-30 12:00:00                                0 1899-12-30 12:00:01           &n ...Show All

  • SQL Server Installed, but can't ping 1433

    Any and all help is appreciated as project deadline is approaching... Background: - Two servers, 1 running WinXP with all updates and 1 running Win2K3 Standard with all updates. - Both have SQL Express 2005 June CTP installed - Both have Visual Studio 2005 Express installed. - Installation finished w/o any errors. - Services are running (browser and database) - TCP/IP and named pipes are enabled Issue: Can't ping 127.0.0.1:1433. OSQL times out without being able to establish a connection Windows Firewall is OFF. Seems to be a connectivity issue, but I'm a newbie and can't figure out why I can't talk to the database. As I said, a ...Show All

  • Visual Studio 2008 (Pre-release) Need help setting up NavigateUri property of an Hyperlink instance

    The following code throws an exception: Hyperlink link = new Hyperlink(); link .NavigateUri = new Uri(" Page2.xaml "); because it can't convert " Page2.xaml " - which is part of the project - to a Uri. But it's confusing because the following XAML works: <Hyperlink NavigateUri="Page2.xaml">Here</Hyperlink> What kind of magic is the XAML compiler doing And how can I acomplish the same in C# Thanks a lot! Aditionally, is it possible to pass a parameter to "Page2.xaml" I am wondering if I could do something like this: new Uri("Pa ...Show All

  • Visual Basic Newbi for .NET

    I found that MSV6 (VB and C++) still work well on XPSP2. So I'm not sure in the future since .NET was released since few year ago. What info which I should consider to move from MSV6 to .NET Now, I'm developing on XPSP2 and 2K Server and 2K DC. VB6 is likely to work on Microsoft platforms for a long time.  The issues to consider are: VB6 support has ended VB.NET is a much better language than VB6. It is, however, different enough that I believe it's a tough learning curve initially, and certainly a lot of legacy stuff is supported, but should not be used if you can help it. The wizard to move VB6 apps to ...Show All

  • Smart Device Development How we can read the csv files in Compact Framework

    Sir I have a problem i am trying from last 2 days ,how we can use CSV files in CompactFramework.I have a CSV file I want to read this file and store the contents in dataset.If anyone knows about this This is EXTREMELY helpfull for me.  Thanks! Yup that can be used too :) ...Show All

  • .NET Development com interop and framework 2

    I have an application written in vb.net (Visual studio 2003). From this application a com object is instantiated using myObject = CreateObject("comObject.comClass") If this com object is written in vb.net (Visual Studio 2003) everything is fine. If this com object is written in vb.net(Visual Studio 2005) i receive a "Cannot create ActiveX component". If i create a dummy app in VS2005 and call the com object written in VS2005 it works fine. It'll be greatly appreciated if anyone can tell me how to make my VS2005 com object be accessed from my VS2003 application I'm assuming that this problem is due to two different versions of ...Show All

  • SQL Server SQL Server 2005 Express Installation Problem: Incompatible components from beta version of .NET Framework

    Hi all, Yesterday, I just downloaded the SQL Server 2005 Express (SQLEXPR.EXE) and tried to install it in my Windows XP Pro PC that is on Microsoft NT 4 LAN System. I got the following error:                                                                        Microsoft SQL Server 2005 C ...Show All

  • Visual Studio Team System Integrating with TFS: Use of ExecuteDefaultAction

    We have an internal tool that we use to keep track of work items and a bunch of other stuff. For a lot of reasons, I would really like to start using TFS for what it can handle. In order to make this feasible, I'm going to need to integrate TFS with our existing tool. I'm starting to get a picture of what I need to implement in order to integrate with TFS, but one aspect is still unclear: Suppose that I have a work item that is linked to an "incident" or a "customer" that exists in our internal tool. I would like to have a mechanism to open the incident or customer through our tool's interface from the work item. Is Ex ...Show All

  • Visual Studio Custom help filters option in Beta 2 help?

    In VS.NET 2003 I was able to create my custom filter using Help|Edit Filters and then use that filter in search. I can't for the life of me figure out how to do the same in VS 2005 Pro Beta 2. I've installed VSIP for VS 2005 (aka VS SDK) and would like to search on VSIP only. But there is no search filter available for VSIP and w/o any way to create a filter it searches on the whole help system. That returns hundreds of results and it's close to useless. Does anyone know how to create a custom help filter Thanks. Hi Sergey, Thanks for your post.  In VS2005 we removed the Edit Filters feature because the vast majority of ...Show All

©2008 Software Development Network