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

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

nglow

Member List

iccle
2162
Jay K
Fekih Mehdi
The Samster
CJW99
Dr.9
cygnusx197
Michael Miller
Lakshmi Priya
Alex_UTL
Howard Pinsley
zion99
Ruslan Popov
YeeBoon
mcnamaragio
JackStri
JazzGeek
Paul Gerald
Picho451970
Only Title

nglow's Q&A profile

  • Visual C# communication between threads

    i am trying to write the sieve of eratosthenes multi threaded but am having a problem getting my threads to invoke and pass information to each other.Any one got any ideas first am just starting out in C sharp . the problem is getting one thread to create another thread when its array is full and then passing on any other number from the producer to the thread it has invoked. thats my main problem. ...Show All

  • SQL Server Report Builder and Report Server cross domain communication

    I have client machine in one domain, say A domain , on which I have installed .net 2.0 without any problem. I have report server running in other domain (B domain) where I have deployed few models which will be used from domain A to create ad hoc reports by launching Report Builder. I can access other reports in domain B from A But when I click on Report Builder ..it tries to connect to server in domain B but fails to connect and shows following log in a text pop up I know, problem is because of cross domain communication but question is then how to fix it what changes I need to do for that in firewall, domain etc etc settings Here is the error, I have highlighted lines which might give some clue: -------------------------- ...Show All

  • Visual Studio Copy WSSF and use as base for new GA package (formerly Where are the configuration files located?)

    I want to create a custom package. I have used the "Giuidance Package Development" project to start me off but I want to look at some example packages to see how they work. Specifically I want to see how code is generated from a database schema and how code is generated from classes. I think the database part can come from the WSSF. I'm not sure how the BusinessEntity classes work but I think they can be found in the same package. Should I be looking at the Guidance Automation configuration file for WSSF If so where can I find it I want to create a guidance package creates a data access layer, business entity layer, a web service layer (all of this can be done with the WSSF I know) but also I want my classes to act as data providers of ...Show All

  • 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

  • SQL Server transfer data between two data flow task

    Hi, Can I transfer data between two dataflow. Is it possible through anyway Thanks Dharmbir Hi Andy, Thanks for the quick reply. Staging is not possible in my secnerio. And I will Try the next option, I have 50 records only so I think this should work So to populate the variable, I think I need script component ..right or some thing other also. How will I Write to it and Read the same in the next data flow, can you please throw some light on it. Thanks Dharmbir ...Show All

  • SQL Server Which database to use?

    Hi there, I'm about to start work on a single-user app. I'll be writing it in C#, as a Windows Application, and am trying to decide what database to use. All installation (application and database) must occur through an installation package - I will not have administration access to the customer machines. My customers will not have any database engines installed, but will use Windows XP SP2. I guess this means that if I use Microsoft Access I don't need to do any extra installation work - I can just install a blank DB MDB file in the application directory and go from there. However, I'd really rather use SQL Server Express if possible - what is involved in using SQL Express instead of Access Is it possible to automate installation of the S ...Show All

  • SQL Server help with outlook expres

    help with outlook expres ...Show All

  • Visual Basic How do i create event every time a property is changed

    How do i create event every time a property is changed. Something like a TextChanged. i have a property IPClass and want to update some other control in another form like a label depending in which instance if the control is it. I know i maybe able to use My.Forms.controlName... but i chose not to since i have multiple instances of it in a form. Hi, i found that i can accomplish my goal by just using Public Event ClassChanged() Public Event PrivatePublicStatusChanged() and in the places where u want to raise the event, eg. ' ip is a object of my custom class IPv4 ' The ClassChanged is a boolean variable that ' becomes true every time the _IPClass ' property is changed Set() is trigg ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Textured cube rendered with BasicEffect and Effect shader

    This code start from examples that you can find here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=694235&SiteID=1 by "pRtkL xLr8r" and "i made this". It show a textured cube rendered with BasicEffect (on left, with light) and with Effect shader (on right, not light). Not all faces are right textured. Press keys: Insert-Enter to toggle Full Screen/window mode; arrows, PagUp, PagDown, Home, Fine to move; Esc to exit. To dowload the project: http://tonigreco.spaces.live.com/ I hope it can help. Bye Toni Cool. It's good you moved the cube initialization to where it's not called every frame :). You can also, though cache VertexDeclarations and Effects. E.g., create them once and not each frame. If you cache the eff ...Show All

  • SQL Server how to dump database to MSDE

    Hi In my app. i'm using sql server 2000 now I want to move to MSDE2000. I have two Queres. my application environment is Vb.net 1.how to dump my sqlserver database which i was already using to theMSDE and 2.can i connect this MSDE to MSSqlServer2000 hi, GRK wrote: Hi In my app. i'm using sql server 2000 now I want to move to MSDE2000. I have two Queres. my application environment is Vb.net 1.how to dump my sqlserver database which i was already using to theMSDE and you can "move" the database from the SQL Server 2000 to the MSDE instance in 2 easy ways.. 1. you can backup (full backup) the database on the original machine, move the backup to the MSDE machine, restore t ...Show All

  • Visual Studio Express Editions registration key

    I try to registrate the expression edition. but when I am asked to fill the form of "Registration requires that you answer a single page of questions and verify your e-mail address. When completed, you will immediately receive a registration key to complete the registration of your software.", it always returns that I have the invalid email. It is a little bit weird since I can use my hotmail to log in and access my email. Thanks for your help Damon There are others with similar problem http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=567005&SiteID=1 Solution seem to be to check the profile first by going to http://profile.microsoft.com ...Show All

  • Visual Basic VB + Win App + database without Sql Server - please help me ...

    Hello! I've got a problem. I want to make some application which will use database - read and save some data. I want also that when I send this application to run at my friend or my second computer - which doesn't has any SQL Server (Express or simply MS SQL Server). I was trying to resolve this problem with Access Database File, but I've got an error: Retrieving the COM class factory for component with CLSID {C8B522D0-5CF3-11CE-ADE5-00AA0044773D} failed due to the following error: 80040154. This error is showing when I want add access file to my project. What should I do to work my application with some kind of database on computers which don't have any database servers. I hope you know wha ...Show All

  • Visual Studio How to prevent everyone has the same rights in the project?

    Hi all:   For visual SourceSafe 2005,    I found an issue, but do not know how to solve it. In our development team, there are normal developers and administer (team leader and senior developer). However, after we installed the SourceSafe administer console and create and open that database, everybody has same administration permission, which enable everybody can enable and change himself/herself or other team member’s rights in the project. Could anyone tell me how we should deal with this issue   Regards The VSS Administration Tool always tries to login as "Admin." You need to change the password for the "Admin" account to something that the normal ...Show All

  • Architecture OOP Design Question - Need an opinion...

    I know there is no "100% correct" way to design the following but any suggestions or shared opinions would be appreciated: I want to create a Customer business entity. Should this Customer class only contain properties and simple validation or should it also contain all the business logic and CRUD functions Should I create a separate class called CustomerService that handles logic by passing around and working with the Customer entity Example: How to add a new Customer 1) All domain logic in one Customer object . Customer.Name = "Bla" Customer.Save OR 2) Customer object to hold properties and Service object to perform business logic. Customer.Name = "Bla" CustomerFactory.AddCu ...Show All

  • .NET Development Deleting a single row from related tables

    Hi, I have 3 related tables. First one is the parent and the other two are children of the first one. Ican navigate through parent and its children using DataGridViews and relations. When I delete a single row from my parent table I want to delete only its children not all the deleted rows in child tables. When I use DataTable.GetChanges() and try to iterate through its rows checking if the row's foreign key matches to the parent row's primary key I have an exception saying "you can not access a property of any 'deleted' row" which forces me to delete all deleted rows from each child table. How can I get the deleted rows that belong to my parent row Thanks for any help. Hi, Why not use the GetChildRows of your parent r ...Show All

©2008 Software Development Network