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

Software Development Network >> Dmitriy_Vasyura's Q&A profile

Dmitriy_Vasyura

Member List

Reza Bemanian
buguyaga
Gaurav Jain
jheike
KWright
raaj_001
P_a_u_l
mirosnik
Attos
ames
PocketPC Application Developer
Jonathan Davlin
RoyAF
jcbuchin02
smadhu
MariaSh
DaveSmith
Mustang33
harygoldie
Pyromanci
Only Title

Dmitriy_Vasyura's Q&A profile

  • SQL Server Issue with Logging using SQL Server

    Hi All, I'm trying to implement the SQL Server logging in my package but Im receiving a very weird error message. Follow below: "Error at Consumer_Common_Transportation [Log provider "SSIS log provider for SQL Server"]: An OLE DB error has occurred. Error code: 0x80040E14. An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80040E14 Description: "There is already an object named 'sysdtslog90' in the database. Error at Copy Data to TCARRIER: The SSIS logging provider "SSIS log provider for SQL Server" failed with error code 0xC0202009 ((null)). This indicates a loggi ...Show All

  • Software Development for Windows Vista how to play videos inside 3d device?

    hi, as directshow is no longer recommended for game developing, how to play videos inside dx3d ! and how to access stuff like video capturing cards and webcams for playback inside a dx3d! thx & greets natarius People at Microsoft beleive Video is not really a game related matter so they put DirectShow in the Platform SDK...it is still available and supported It's just that it's not game related...There is a forum for DirectShow in this site But I can assure you that DirectShow will play with your DX game window DirectShow doesn't need DX...You can play movie in any normal Window But if you want you ...Show All

  • SQL Server sql 2000 tables export

    hi, i installed sql server 2005 express on my tests server, i need to move a database from my sql server 2000 to test how it works with 2005. i understood that the export/import option is not available in express version. but i still need to pass my database, other wise i cant check the power of the 2005 version. please tell me about other way to do! hi, George_G wrote: Moving database from SQLS2k5 to SQLS2k5Express may be not easy! I have obtained customer DB which was detached from SQL2K and attached it to SQL2005 Express. I found that all tables are presented in form DBA.<table name> and simplest query SE ...Show All

  • SQL Server problem with SSIS package

    Hi there, I have a weird problem with SSIS package. Package is deployed and save on SQLServer2k5. It runs no problem if I start from Integration services. It fails every time when it is scheduled as a job. The error message is: The package execution failed. The step failed. I will appreciate any advice. Thanks a lot. Try running DTEXEC from the command line under the account that you are attempting to use. That should give you a better error message. ...Show All

  • Visual Studio Express Editions CreateUserWizard - how to get missing field error message to show?

    Hi all, I am configuring the CreateUserWizard and although there is default text in place (such as for UserNameRequiredErrorMessage), if the user hits "create" and leaves that field empty, all the wizard does is put a red star to the right of that field. It never shows the default text ("User name is required"). I've been all over this thing and don't see a way to change this behavior. Am I missing something obvious Thanks in advance for the help Have you managed to figure this out You will need to provide more information, what tool are you using What CreateUserWizard, is it i ...Show All

  • SQL Server SQl Server CE question..

    Hello.. I want to install Virtual Directory (PC Windows 2000), but I've got this error "The computer that you specified is not configured for NTFS. You do not have to set permissions." Did I can't do my merge replication using PC without NTFS Thanks Darren.. I'm already convert my PC from FAT32 to NTFS.. :D ...Show All

  • Windows Forms barcharts pie charts

    Hi, How can I create simple barcharts, pie charts and line charts using C# with dataset as data source Thanks Crystal Reports, third party controls, or Excel automation are probably the easiest. Short of that, I'd say to make a "Chart Control", possibly from something as simple as a label, and do the drawing yourself. ...Show All

  • Visual Studio Express Editions Deployment Project? Where?

    Hi All- I'm new to vb .net, so I decided to download vb 2005 express and give it a shot.  I've built a neat little app but can't seem to deploy it.  Everything I've read says I need to create a deployment project by going to File -> Add -> New Project -> Select Deployment Project.  However, I don't see anything in the pane where I select a new project that looks anything like a 'Deployment Project.'  Am I missing something   How in the heck do I create a deployment project Thanks in advance- -Cale Deployment projects are not supported in the Express editions. You can use ...Show All

  • Visual C# Is it possible to Add Domain and Computers using DirectoryServices in .NET ?

    Hai All, Sorry I can't find any forums for this. So i posted here. I'm Karhick. Doing my final year project. I want to know whether it is possible to add Domain and Computers using the Directory Services. I'm working in VS.NET2003. It's really urgent. Can anyone help me in this issue . If you provide a sample code, it will be more helpful. I'm working in Web Application. Thanks, Karthick Karthick, take a look at this howto . WM_HOPETHISHELPS thomas woelfer http://www.die.de/blog ...Show All

  • .NET Development bug in Int32.Parse

    In Visual Studio 2005, the following throws a FormatException and it definitely shouldn't.  The same code works fine in Visual Studio 2003. This is the version that I am seeing the problem, running on XP:     Microsoft Visual Studio 2005     Version 8.0.50727.42  (RTM.050727-4200)     Microsoft .NET Framework     Version 2.0.50727     Installed Edition: Professional int x = 0; x = Int32.Parse("0")        // throws FormatException x = Int32.Parse("00")       // works fine x = Int32.Parse("000") & ...Show All

  • Visual Studio Tools for Office Excel Data Binding Performance

    I just updated my Excel VSTO code to use data binding (via ListObject) to a DataSet. Prior to this, I was putting data into a 2-dimensional array and setting it to a range. Now the screen update is significantly slower. We often times will have large DataSets. In one example, I had a DataSet with 10,000 rows, and 20 columns (with floating point data). With data binding, it took close to 1.5 minutes (90 seconds) for the screen to refresh. When I set the range directly with a 2-dimensional array, it took less than 5 seconds. While I fully expect it to take longer with data binding, I really didn't expect it to be that much worse. Am I force ...Show All

  • Visual Studio Tools for Office Comments color in Word

    Hi, I'm trying to change the backgroud color of the comments I add to a word document. I can do it using Options.CommentsColor but this function modifies the color of all of the comments in the document. Is there any solution to modify the color of the comments in an independent way Can I have various comments in a different color in the same document without change the author Hi, You can programmatically set the color when you add the comment: Me .Comments.Add( Me .Range, "Here's my comment" ).Range.Font.Color = _ Word.WdColor.wdColorBlue Or you can loop through all commen ...Show All

  • Visual Studio Reporting Services, Reportviewer control & browser compatibility.

    We are planing on using the reportviewer control that comes with the standard edition of visual studio 2005. I have noticed that the rendering is not the same in Firefox and I.E. Event the tool bar is wrong. Is this control supposed to work non MS-Browsers Can I fix it by editing some css files, or do I need to derive my own control from the supplied control, to tweack the html it produces. It would be nice if it worked for most browser out of the box. Fred. The report viewer will support multiple browsers, including Firefox.  However, much of this work was done only recently, so you won't see it in the CTP/Beta releases c ...Show All

  • SQL Server SSIS will not start after SQL Server 2005 SP1 upgrade

    Hi guys, I have experienced a problem with a SQL Server 2005 SP1 upgrade, where hotfix.exe reported an error during the SSIS component upgrade, and then the SSIS service would not start back up. I have since attempted an additional SP1 upgrade on the server, which completed successfully, however the SSIS service still will not start. The server is running Windows Server 2003 Standard Edition SP1 with SQL Server 2005 Standard Edition (x86), which had been a clean RTM install prior to the SP1 upgrade attempt. The following information was located in the C:\Windows\Hotfix\DTS9\Logs\DTS9_Hotfix_KB913090_0.log file (the servers name has bee ...Show All

  • Windows Forms MenuItems

    Hey, Is there a code like the one below that dose the same thing but for a MenuStrip item : ToolStrip3.Items.Add(newbutton) Thanks :) hmm, well I got some errors again... here they are: Image no longer needed... ... ...   EDIT: never mind.... I did this: BookToolStripMenuItem.DropDownItems.Add   hold on I need to figure somthing out...  Edit2: ok, here is the problem, when you click on Add Bookmarks, it opens another Windows Form called Add Bookmarks, I got that done, but in add bookmarks there are two textboxes, one that you type in what you want the website to be called inside the boo ...Show All

©2008 Software Development Network