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

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

Vojislav01

Member List

Manoj Verma
QuantumMischief
Cathie 64
GazCoder
litewoheat
DanO84
AdeptBlue
CompanyProfile
Wilk06
msksurfer
xxANTMANxx
Tomas Jecha
rguifarro
Harri Pesonen
DrHerbie
Sachin Saxena
Priya Shekhar
Rajesh Giri
Ken Harris
papermater
Only Title

Vojislav01's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. DreamBuildPlay is up!!!

    Now go register!!   Actual contest details to come the week of Feb 5th The site is live and yes we realize there are a few things that haven't quite propped properly. We've got people looking to get these fixed asap. To be clear, yes you will be able to register outside the US as this is a global competition. And yes, the missing states will be re-annexed shortly. Apologies for the wrinkles in the rollout. --dave ...Show All

  • Visual C++ msvcr80.dll Problem

    Hi there, can someone possibly tell me why Noton WinDoctor is telling me that 10 executables in the .NET Framework 2.0 cannot access the necessary dll file msvcr80.dll I see that the dll exists in the WinSxS directory and I'm running XP pro. I didn't have this problem until I downloaded the 2.0 framework at windows update. Any advice appreciated. Thanks. Naolin Thank you for sharing the solution to this msvcr80.dll problem.  I had the exact same problem as everyone else and when I followed your instructions, my Norton Win Doctor found no more probems, and my machine is back to normal. You have really helped some people with your posting, including me! Sincerely, John Allen     ...Show All

  • Smart Device Development How to use database for pocket pc application

    Hi I have a need to work on pocket pc application. Scenario: In general user will take database backup from database server to local system. User perform some changes to his local database based on his requirement. Again user connects to database server and click on update, local database should update to server database by informing each record status to the user. ex: record 1 updated / call closed do you want to update Here local database is going to be Pocket pc database and server database is on SQLDatabase. Can any one suggest best way to implement this feature in Windows Pocket pc, c#. I would appreciate your reply. Thanks, Sure, you can do it manually row by row – there’s SQL Clien ...Show All

  • SQL Server Bulk Insert with Mirroring

    Can anyone suggest a bulk insert solution in a mirroring environment Basically, I'd like to import a text or excel file using SSIS. Do all the "Flat File" and "Excel" data flow sources use bulk inserts Just wondering if I would need to use a "staging" table or something like that since bulk inserts won't be logged when dbs are mirrored.  I'm assuming I'd be able to import data using the dataflow sources into a sql destination "staging" table, then do a "INSERT INTO [production] SELECT * FROM [staging]". I'm assuming this will be logged (but slow). Any help would be appreciated.   ...Show All

  • Windows Forms Update custom control at design time when property changed

    Hi guys, I created a custom control SListView extending ListView. I define the SListView to hold a collection of a simple class type, which has two fields: name and id. Name should be displayed in the SListView control. Everything works fine except after I added a collection of names, the SListView control does not update its content at the design time. It will only display the names at runtime. I searched for answer, it may related to ControlDesigner.OnComponentChanged method, but I can't find examples on how to use it. Any suggestion Thank you! Shu write the code on Page_load is will update ur sslist each time u use it.. Note: Do use isPostback to avoid collecting same names on each eve ...Show All

  • SQL Server Accessing Reporting Services from a machine which is not the server

    Hello, I plan to install MS SQL Reporting Services 2000 (later probably 2005) on the same server as where the MS SQL Server 2000 database is stored. However, the developers (people designing the reports) will not have physical access to this server (it is stored in a different office). Remote Desktop is possible though, if no other solution exists. Are the developers able to use the Report Builder on every machine or is a single license needed for each developer workstation Or, in other words, what needs to be installed on a computer in order to create different type of reports Any comment on what is best or a link is appreciated. Thank you in advance! Best regards, Michael Fuchs ...Show All

  • Windows Live Developer Forums Is there a way to hide the earth base layer?

    Some of the custom tile layers I have created cover up the base earth layers completely. Since they are covered and can't be seen, I don't want the client to download them when the covering layer is active. Is there a way to turn the base earth layer off and then back on again when the covering layer is removed Not that i know of, there is a good article on ViaVirtualEarth about rolling your own tile server that would give you a way to do it but honestly i think its more trouble then it worth. Is it such a problem that they download a few extra tiles (they are cached for 7 days) it all happens in the background. John. ...Show All

  • Visual Studio Team System Managing users

    Hello, I am trying to figure out the best way to manage SQL logins and database users in VSTS4DBP based on local Windows logins where the machine name differs in each deployment enclave (e.g. dev, test, stage, and production). Our environment is as follows: Due to deployment environment restrictions at our customer sites, we must use local Windows accounts as the basis for our SQL Server security - logins and database users. Although the user name remains the same, the machine name differs in each deployment environment, of course, so the project needs to be able to dynamically alter the full login name for each deployment environment. Because of the way VSTS4DBP handles user objects, we haven't been able to figure out how to mak ...Show All

  • Windows Forms Problem with BindingSource.Find on Relational BindingSource

    (Beta 2) I get an error message, "DataMember property 'AccountingPeriodId' cannot be found on the DataSource." when calling the Find method on my binding source: AccountingPeriodBindingSource.Find("AccountingPeriodId", 7); Any clues TIA, Rob Guys, Indeed, the solution with using overloaded BindingSource.Find Method (PropertyDescriptor, Object) helped. THANK YOU! Alexander. ...Show All

  • SQL Server Concatenating Fields With NULL Values

    Hey everyone, This is probably a very simple question, but I am just stumped. I am storing different name parts in different fields, but I need to create a view that will pull all of those fields together for reports, dropdowns, etc. Here is my current SELECT statement: SELECT m . FName + SPACE ( 1 ) + m . MName + SPACE ( 1 ) + m . LName + ', ' + m . Credentials AS Name , m . JobTitle , m . Company , m . Department , m . Address , m . City + ', ' + m . State + ' ' + m . Zipcode AS CSZ , m . WorkPhone , m . FAX , m . Email , c . Chapter , m . Active , s . Sector , i . Industry FROM tblMembers m LEFT OUTER JOIN tblChapters c ON ...Show All

  • SQL Server SQL Server 2005 Reporting Services Integration

    How can we Integrate SQL server 2005 Report builder, Report designer in a custom .Net Application . Please Help me. I want to provide Report Designer, Report builder and Query builder functionalities to my .Net application. How can I Integrate them in my application Those applications are pre-built by Microsoft and do not have any controls for integration into custom applications. If you take a look at the SQL RS Partner site you may find a solution. http://www.microsoft.com/sql/technologies/reporting/partners/softwareapps.mspx cheers, Andrew ...Show All

  • Visual Studio Team System Managing permissions

    Is there a way to restrict a user's ability to create, edit and delete labels or branches What I want to do is to have only certain users to have permission to manage labels and branches. Can this be done I just realized that if you deny access at the root level and then re-enable it on the subdirectories, you need to re-enable access to all the groups because the "Inherit security settings" option apply to all the groups - not just a selected group. So if you want to restrict just the Contributors from creating branches at the root, you will have to add all the other groups back in at the subdirectory level and add the permissions back in because the "Inherit security settings" opt ...Show All

  • Software Development for Windows Vista Anyone else Agree - Missing Event?

    I was just wondering or agrees or... even... disagrees. Why is there no 'StateChanged' event There is event for Started, Completed, Terminated, but not the main event I , personally, would think would make the most sense: StateChanged Anyone else think this would very much be a benefit to workflows in general Especially, if the event included the option for a generic<T> object to be passed in the event. Again... a newbie just sharing his "two-cents". Trevor Thank you, I am NOT complaining. Tracking is VERY robust, I was just considering "simple" scenarios where such robust features are not necesarly required. I certainly have alot of "learning" to do ...Show All

  • Visual Studio Express Editions Using scrollbar

    i have maby a simple question but how can i add a scrollbar to a tabcontrol for scrolling down. because all the tools can't in the tabpage. Just select the tab page and set its AutoScroll property to true. The rest is automagic. If necessary, you can adjust the AutoScrollMinSize property. ...Show All

  • SQL Server Problem accessing MSDB in a cluster

    I'm new to sql clusters, but i've been asked to set up an SSIS job on a cluster. My wish is to import the dtsx package to MSDB, not to "File System". This works fine in my non clustered test environment, but on the cluster, I can't expand the MSDB node. When I try, I get a pretty long error message, I don't have it here right now, but i says something about that the reason could be the lack of a default instance on the sql server. I'm not the one who set up the cluster and to be honest, I don't know how default instances works in a clustered environment. Does anyone recognize the problem A related question. Should I connect to "the cluster" or to the node with SSIS installed when I upload the dtsx package I'm a ...Show All

©2008 Software Development Network