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

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

djstates

Member List

Cristiano Muzi
Yeghia Dolbakyan
kevinho
Swaroop
Serend
Ergin
salex
Claus Kessel
Robert Hartley
MC8005
internettalk
Captain Kenny
Jornie
Gabrielle Erlingen
Deepsheep
BTBL
kef_c80
M. Lohmeijer
Roger One
gazzerh
Only Title

djstates's Q&A profile

  • SQL Server Passwords

    How would i set a Database password that NOONE could see the Database layouts or field names and Data....i mean obviously there are hackers that can get programs to "Bust" into Most database but in general how would i prevent someone from looking at the layout and information My next question is a tough one, I THINK......I have a front end of VB6,......i want the back end to be SQL Server or SQL Sever Express 2005 When someone goes to login into my software product i would like to check a DB of valid User Names and Passwords...  Now if I SQL Server running on  TRUE Server, ie Win 2003 Server....could 50 people login at the same ...Show All

  • Windows Forms Combining VB6 forms with VB.Net forms

    Hi all,,, I have a project developed using VB6, and I want to add many other functionalites and forms to that project. Im thinking of developing the new forms and functionalities using VB.Net. The question is: can I combine the two environments for developing a single project, and if yes what is the side effects and the drawbacks Thank you Hi, I would recommend consuming the VB6 DLLs from a VB.NET application. That way. you have a .NET application which is talking to older COM dlls rather than having a COM based application that is talking to .NET DLLs. Here are some good articles to read for both approaches: Using .NET Assemblies Fro ...Show All

  • SQL Server Strange cube processing error

    We have a bit of automation that creates a relational star-schema database and deploys and processes an SSAS2005 database (using an XML/A deployment script). Sometimes (but not always) during this process an error is thrown: Errors in the high-level relational engine. The following exception occurred while the managed IDbCommand interface was being used: A transport-level error has occurred when sending the request to the server. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.). Errors in the OLAP storage engine: An error occurred while the dimension, with the ID of 'D_Scenario', Name ...Show All

  • SQL Server multiple datatables passed to one report?

    Is it possible to pass multiple datatables to one report (within one dataset) My stored procedure would have two or more select statements. Only one resultset is supported. You could add a parameter to the stored procedure (or write a wrapper). The parameter determines which resultset is returned. You would then define multiple datasets in the RS report and call the stored procedure with different parameter values. -- Robert ...Show All

  • Visual Studio Express Editions FREE ONLINE BOOKS?

    After I registered I saw this Free Online Books We appreciate you taking the time to complete the registration process. As a token of our appreciation, customers who complete registration of Beta 2 Express Editions prior to November 7, 2005 will receive access to one or more free online books from Microsoft Learning. Online book titles include: But how do I download them thanks Hi, You will receive further information regarding the books from Microsoft through email in 10 days time. However, many have reported that it has taken upto a month to receive the email. Alternatively, u can read one of the books he ...Show All

  • Smart Device Development Device Install problem - previous version of Windows Mobile software

    I know I have seen the fix for this before, but I'm not sure where. I created a nice app for the PocketPC and decided to make a cab file for installing it on a few different PocketPC's (all had PocketPC Second Edition and where Dell Axiom). When I put the cab file on the device and click it, the installation works, but I get the classic pop-up: The program you have installled may not display properly because it was designed for a previous version of Windows Mobile Software. I thought that VS2005 was going to fix this (and it probably has), but I can't seem to find out what the trick is do make the cab deployment not display this message. Tha ...Show All

  • Windows Forms Application.exe.config file disappears on compile

    I have added my application.exe.config file to the bin/debug folder for the application in which I am building. The problem is everytime I compile it deletes from the folder. I am runnig VS 2003. Instead of adding to your bin/debug folder, add it to the root of your project and name it 'App.Config'. Visual Studio will automatically rename and deploy it to the bin/debug when you compile. ...Show All

  • Visual Studio Tools for Office VSTO 2005 application manifest

    Our VSTO2005 solution requires some configuration files and a help file. We need to included these files in the application manifest to be downloaded like the assembly. Is it possible <asmv2:dependency> <asmv2:dependentAssembly> ....... Requires the attribute "publicKeyToken"..... not applicabile for those files. Thanks! You might want to take a look at the following white paper. It might give you some ideas on how to accomplish what you want to do. http://msdn.microsoft.com/library/default.asp url=/library/en-us/odc_vsto2005_ta/html/OfficeVSTOWindowsInstalle ...Show All

  • Windows Forms Passing value from child from to parent form

    Hi all, I have two winform, one is parent and one is child, I want the child form to do some searching from the database and pass back the value to parent form, how can I do that Thank you! I was about to paste some code, but I decided to tell you to download taskvision - the method to search like this is.... well,&nb ...Show All

  • Visual Studio 2008 (Pre-release) Specifying Window icon via string isn't working

    Using Feb. CTP: I have a WinFX control library which contains various Window objects. The project layout looks like this: - DefaultUI.csproj - LoginScreen - LoginScreen.xaml (Window) - Images - icon.ico (Resource) Unfortunatly, I can't figure out how to specify the Window's Icon property in XAML. In other control libraries I was able to use Icon="/Images/icon.ico" and it would work; however, in this particular project that fails with a BamlParseException in InitializeComponent: "Error at element 'LoginScreen' in markup file 'DefaultUI;component/loginscreen/loginscreen.xaml' : '/Images/icon.ico' string is not a valid ...Show All

  • Visual FoxPro createobject("mappoint.application)

    VFP (9.0) I am experimenting with mappoint for a stevedoring company. I am having problems with the Createobject("mappoint.application") When I execute the code I get the error message ‘Class definition MAPPOINT.APPLICATION is not found.” When I search the registry for MAPPOINT.APPLICATION I find nothing In the registry I see all kind of references to MapPoint but nothing to Mappoint.Application the way I see it for VFP, or EXCEL Mappoint.AddressActions Mappoint.AddressActions.9 Mappoint.Control Mappoint.Control.11 Mappoint.GeoHeadingActions Mappoint.GeoHeadingActions.9 Mappoint.GeoHeading ...Show All

  • Visual Studio Team System One problem in security setting

    TFS : Beta3_refresh VS 2005: Visual Studio 2005 Team edition for software developers I create a team project called "TestTeamProject". There is a file in this team project. Its path is $/TestTeamProject/Test/test1.txt. I also create a Team Foundation Group called [TestTeamProject]/TestGroup. and add user (domain\ABC) to the group. Grant the read and check out permission to this group. domain\ABC connect to TFS, and he can check out and undo check out $/TestTeamProject/Test/test1.txt. I remove user(domain\ABC) from the [TestTeamProject]/TestGroup. domain\ABC restart his machine and connect to TFS again. he still can ...Show All

  • Visual Studio Team System Work item assigned to multiple members of the team

    How to assign more than one people to a work item Especially in the case of pair programming, where two people on a task is more a rule than an exception, would a solution for this problem be useful. I suppose, that one could change wit definition and remove the VALIDUSER constraint on the field, but that is not all. Even if you are able to enter the names of two devs that work together, that pair would be used as a opaque piece of info and the rest of the system (e.g. warehouse) wouldn’t account for two owners of the task when processing reports etc. Even more, I don’t know how such a solution would work in view of recent change ...Show All

  • Windows Forms Invalid value for 'Clrversion'

    When I try to publish my program i get this Error: Invalid value for 'Clrversion' I guess it is a problem with my framework. I don't get any errors when I build or debug my program. Any one who can tell my how to resolve this issue Hi Thomas, Is this happening when you click Publish in the IDE, or is it happening when you try to install it on another computer If it's the latter, the .NET Framework version 2.0 needs to be installed on the target computer or installation will fail. Hope this helps, Steve Hoag Visual Basic Express ...Show All

  • Visual Basic Changing application settings from within the program?

    I've looked through numerous past postings about this, but none really address the issue of updating an application setting (ie, a connection string) from a running VB program.  Assume all the required stuff is in place (admin user...)  This seems like something that lots of applications would need to do during install or first run, or while creating/initializing additional databases. First, it's clear that My.Settings. can't do this.  The connection strings (application settings) are read-only for My.Settings. I'm using ConfigurationManager to make the changes, and it does make the required change in the prog.exe.config file. ...Show All

©2008 Software Development Network