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

Software Development Network >> Sergej Barinov's Q&A profile

Sergej Barinov

Member List

The Goat
spiritualfields
wazhoo
BJT
Umair Khan
rahul93253
sekhar_nitt
Scott Anderson
Dzjosju
Andro_
MegaKameha
Mohit Gupta - MSFT
iccle
Snixtor
Rafik
James Newman
Moguls
ThePope
WilsonNg
Barry Kelly
Only Title

Sergej Barinov's Q&A profile

  • Visual Studio 2008 (Pre-release) runtime requirements for using DirectX for wpf projects

    hi.. m using directX for sound recording in wpf application.. for that i hav installed DirectX SDK (feb 2006). Application works fine in my PC , i want to know the requirements for directX runtime required for running on different machines. The dll i am using is Microsoft.Directx.dll, Microsoft.DirectX.DirectSound.dll WPF works with the version of Direct3D that was released with Windows XP, and Windows XP is our minimum requirement, and newer versions of Direct3D. -Pablo ...Show All

  • Visual Basic Rename a Table in MS Access using VB or SQL statement

    Hi all, How can I rename an MS Access table in VB or thro' SQL statement I have 2 clues as given below, but I am not able to get to use these ideas. These statements does not seem to refer the ADO library and hence, I do not know how to arrive at framing a program for these statements. Please help me in using these clues by guiding me how to frame a program around the statements or please let me know if there are any alternative ways. Clue 1: This creates a copy of the original table and you then delete the original leaving you with a newly named table. DoCmd.CopyObject, "myTableOld", acTable, "myTable" DoCmd.DeleteObject acTable, "myTable ...Show All

  • SQL Server Watermark Generation is Invalid Error

    We are currently doing a proof of concept using SQL 2005 merge replication.  However we are currently encountering the following errors: "The common generation watermark is invalid at this replica since it does not exist or metadata for changes not yet propagated may have been cleaned up." " The merge process failed because it detected a mismatch between the replication metadata of the two replicas, such that some changes could be lost leading to non-convergence. This could be due to the subscriber not having synchronized within the retention period, or because of one of the replicas being restored to a backup older than retention ...Show All

  • Windows Live Developer Forums OTP: Hm

    Did anyone fix the problem with the crash I have the same problem now after a reboot . I starts up , i can log in i just get to see my contact list.. then this Error Signature Appname : mssmsgr.exe AppVersion : 8.0.0566 App Stamp 43f6103c Modname Unknown Mod ver :0.000 Mod Stamp:00000000 Debug :0 offset: 04991050 anyone Rediger ... Ga tilbage til "any one" Thea Them Theo Thue te Rediger ... Ignorer alle Foj til ordbog Witha Gith Lith Rith Wita Rediger ... Ignorer alle Foj til ordbog Thea Them Theo Thue te Rediger ... Ignorer alle Foj til ordbog crazy smash scratch Rediger ... Ignorer ...Show All

  • SQL Server Concatination of empty field and removal of "" symbols

    Hello... I am going crazy trying to figure out how to do this. I have a flat file which I am massaging the data and loading into a table here is an example of a line out of the flat file: "ABC NUTRITIONAL PRODUCTS","550","","","N","FAIR OAKS","","","COLORADO SPRINGS","C0","","","","","","","","A","","","" My problem is that I have one field which is this address in a concatinated form. The fields that do not apply to this ent ...Show All

  • Windows Forms Graphic forms instead of windows forms

    Have you guys seen Windows Media Player 8.0 above They have a nice graphical interface instead of regular boxy windows forms. I want my application to be like that (I only have one form and would like this form to be stay on top of other applications) and have a graphical look instead of boxy windos forms.. Anyone has advise of doing that, I will& ...Show All

  • .NET Development Default Values with a DataSet and SQL Server Express don't work at the table level

    I am new to SQL Server Express and have worked with datasets a little, I am just not sure what I am doing wrong here... When I create a new row with a dataset, the table columns 'Default Values' properties inside of SQL Server Express do not work. If I use the database tools to insert a new record; those 'Default Values' that are in the column properties do get transposed or inserted into the new row for that particlular column if there is no other input. But... if I insert a new row with a dataset; NONE of those 'Default Values' are inserted if there is no value input for ...Show All

  • Visual Studio Team System Feature request: Class name filters

    It would be very useful if we could create regexp-based filters that would tell whether a particular class should be analyzed. Here's an example: I don't want FxCop to analyze third-party code that is a part of my assembly (PowerCollections), nor do I want to analyze auto-generated xml serializers code that also resides in that assembly. If only I could set up couple of filters like "skip classes whose full name starts with "Wintellect.PowerCollection" and "skip classes whose full name ends with "Serializer"... Andrew, We have discussed this quite extensively before internall ...Show All

  • Software Development for Windows Vista load an activity using xoml

    Hi, I need to expose an activity for editing. I would like to know if there isn't some way to load an activity at runtime from xoml similar to loading a workflow from xoml. Or alternatively, I would like to know if there is some way to execute a workflow synchronously. The executed workflow also needs to have a reference to the calling workflow (I think I tried this previously with dependency properties and it didn't work). How can I load an activity using xoml Regards. Yes and no, you can call CreateWorkflow(XmlReader) on any validatable activity it does not have to be a Workflow. However, there are no out of box activ ...Show All

  • Windows Forms How to scope across multiple projects in a solution

    I have created a solution that contains multiple projects in Visual Basic.  One of the projects is identified as the startup project, and that startup project contains a startup module. The startup module creates instances of forms that are defined in the other projects. I wanted to create global constants in my startup module to be accessable to the code i ...Show All

  • Visual Basic edit and continue

    I can't seem to enable edit and continue in my VB 2005 app. Everyone seems to be pointing to Tools--> Options--> Debugging, but I don't have a debugging menu in my Tools--> Options. Any help would be appreciated. Thanks, Danny OK, so I found the debugging menu, and edit and continue IS enabled. But when I try to use it I get: "cannot currently modify this text in the editor. It is read-only" Any thoughts. -Danny ...Show All

  • Visual Studio Team System Agent Controller Supported configurations

    I am preparing to set up a rig. I cannot exactly match any of the recommended configurations, but I can come close to " Alternative Configuration 2 " as shown below. Will this work (It will be nice to find out before I install everything.) ·          Computer 1: Visual Studio plus web server against which load tests are conducted. ·          Computer 2 (WinXP SP2 laptop Celeron 2.4GHz, 448 MB RAM): Controller, (not sure if it is advisable to run an Agent too ) ·          Computer 3 (Win2k Pro, Pentium 4, ...Show All

  • Visual Studio Team System [WebTests] App.config in Testproject can not be referenced

    Hi all, I also have a problem using an App.config file in connection with Web Tests. I have looked at all threads concerned with this topic in this newsgroup before but non of the resolutions worked for me unfortunatly. Here is my problem: I would like to reference an App.config file from my web tests for several reasons: - I am using the enterprise library building blocks and I need to set some configurations in the App.config file. - I would like to read out a Connectionstring from the App.config file. The problem I am running into seems to be quite simple: it does not pick up the App.config file in my test project when ...Show All

  • .NET Development ClassDiagram

    First I need to now haw to represent a collection association in c# ClassDiagram Finally I write program how send mail in c# using SMTP. There aren’t any error in the compilation but mails don’t arrive at destination can you help me or give me another solution to send mail with out SMTP service If you could tell us what went wrong with your code or tell us about the exception and stack trace that would be better. Otherwise there isnot much we can do. Here is some sample code to help you out using System; using System.Net; using System.Net.Mail; using System.Net.Mime; using System.Threading; u ...Show All

  • SQL Server Is the MSSQL2000 report server only support for .NET framework 1.1?

    Good day. Please can somebody help me about my problem regarding the report service of the MSSQL2000. is the REPORT SERVER of the MSSQL2000 report service only support for the .net framework 1.1 i have try that if the report server is .NET 1.1 ts is ok but i change it to frame work 2.0 there is a error prompt in the page. the error. Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file. Exception Details: ...Show All

©2008 Software Development Network