Software Development Network Logo
  • Architecture
  • VS Express Editions
  • SQL Server
  • Windows Vista
  • Visual J#
  • Smart Device
  • Visual Studio
  • Visual Basic
  • Windows Forms
  • Visual C++
  • Game Technologies
  • Visual C#
  • Visual FoxPro
  • Windows Live
  • VS Team System

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

DonLeo

Member List

karen reyes
meehanmartin
malconium
ioe
HRL
KTRIVEDI
Chung Nguyen Nam
phouldri
Kir2000
tmagnus
CharlieCharlie
jaypatel
Amit Bhave
Karthik B
Mohamed Eldawy
Jim Kelly
Ram#
Juampe
Andla
Sean Hunt
Only Title

DonLeo's Q&A profile

  • SQL Server Failed to generate a user instance of SQL Server

    Hello all, I unisntall products as it are recommended (VS 2005 and SQL Server 2005 beta 2) in readme.txt of MSDN products subscription... I install VS 2005 Pro and I have no problem during install. Now, if I want to open database, I have this error mesage : "Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed." In MBSA report, I see that the folders of SQL doesn't contain another account than Administrator and VS2005 users. I delete other accounts but the problem is the same. If I create a new project with a new database the problem is the same. ...Show All

  • Visual C# Compiling a native C DLL for use in VC# using DllImport

    Hi Group! I'm a C# newbie (real wet and raw) as well as a complete newbie to Microsoft OS programming. Normally I use native 'C' on Posix complient platforms - which I've been doing for many decades. Scruitinsed this BB for an answer but can't find anything close. Also burrowed around in Visual C# IDE for clues - none forthcoming. For reasons of speed and size I want to write a suite of routines in native 'C' and encapsulate them in an external module - presumably a DLL. Can someone please give me a pointer to how to get started in Microsoft products Can Visual C# IDE compile a native C routine (after all most C++ IDE's can) and what do I ha ...Show All

  • Visual Studio 2008 (Pre-release) Client Callback Address, wsDualHttpBinding and Windows Security

    Hi, Are there any chances that on the client side wsDualHttpBinding works without starting the client process under a windows administrator account We tried to start our client app with a non Windows administrator account and got an "Access denied" exception from the .NET framework, because the client app tried to register a callback URL (e.g.: http://localhost:8030/ClientCallback/ ) . We do not get this exception when we execute the client app with a local windows xp admin account - of course. See also: http://msdn.microsoft.com/library/default.asp url=/library/en-us/http/http/namespace_reservations_registrations_and_r ...Show All

  • Visual Studio Express Editions Can I use SQL Server 2000 with VBExpress2005

    Can I use SQL Server 2000 with VBExpress2005. Because I get an error when trying to open a new dataset( from a SQL Server 2000) db.... Actually, for VB Express 2005, only SQL Server 2005 will work with it.  This is documented in the Express Edition Readme: 1.3.13 SQL Server Express is the only version of SQL Server that will work with Express Editions other than Visual Web Developer Express Edition.  SQL Server Express is the only version of SQL Server that will work with Visual Basic 2005 Express Edition, Visual C++ 2005 Express Edition, Visual C# 2005 Express Edition, and Visual J# 2005 Express Edition. To resolve this ...Show All

  • Visual Studio Express Editions SQL Server Management Studio Express

    Hi folks I have SQL Server 2005 Express on my laptop(part of C# Express). I want to follow exercises in the book "SQL DeMYSTiFieD" Can anyone guide me on how to create a database and add tables to it syntatically using the SSMSE. Many Thanks Baldev     1. Run SSMSE 2. Login with "sa" user 3. in the right window (Object explorer) select database, and then right click mouse in database, select new database, follow the instruction. 4. for create table, select tables in the database name that you just create. 5. righ click mouse, and select new table hope can help you. regar ...Show All

  • SQL Server SSRS 2005 dataset from another assembly

    Hi We're using VS 2005 Beta 2 to develop an ASP.NET application. There are three projects in the solution, the Web site, the business object layer and the data layer. The data layer contains all our datasets. The business layer contains business objects that we access via the ObjectDataSource datasources in the web app. Is there any way that we can create reports in the web app that use the datasets from the datalayer assembly I also don't want the RDL to contain the connection string and query information. I've managed to do it manually by first creating the report in the data layer assembly and then moving it to the web app, but that ...Show All

  • Visual C++ What API required to access HTML tag of a chm file in MFC program????

    Hello, I like to write an MFC program that will have to check the value of an html tag (<meta>) in a chm file. So I like to know what MFC class and method is required to use to have my program access the html tag value of a chm file Any idea pls Thanks. http://msdn.microsoft.com/library/default.asp url=/library/en-us/htmlhelp/html/vsconhh1start.asp http://msdn.microsoft.com/library/default.asp url=/library/en-us/htmlhelp/html/vsconhh1start.asp ...Show All

  • .NET Development Solution found

    I have a solution which contains a winform project and a webservice. I am trying to step from the code in a form into the code in the webservice, but it doesn't work. I just step over the code in the service to the next code line in the form. Until this morning it worked fine, so I am a bit confused what might have happened since it suddenly doesn't work. In web.config I have < compilation debug = " true " /> I have searced a bit on the net and found the tip of adding the ASP.NET user to the "debugger users" group. However, as expected since it did work recently presumably without the ASP.NET user being a member of this group, ...Show All

  • Windows Forms ComboBox - Read Only?

    Looking at the ComboBox control in VS2003 and in the August CTP of C# Express, there doesn't seem be a readonly property. When I used to program in C++ using MFC I'm sure the ComboBox controls were readonly by default. Is there an easy way of making the .NET Windows Forms ComboBox readonly Thanks in advance Doug Holland Hi, As I understand, setting your combobox into a dropdownlist would disable the user to place values in it manually. Also, I tried programatically setting the text property of the combobox(dropdownlist mode) and still its disabled... So I think setting the type of the combobox into a ...Show All

  • Visual Studio Is it possible to make comments snap-to-grid?

    Is it possible to make comments snap-to-grid when resizing and moving like the other shapes The ability to adjust alignment within the comments would also be handy, I'm assuming that this isn't possible Yes, unfortunately they are not supported.  A workaround for snap to grid is you could multi-select the comment shape with other shapes and then move.  It should make the comment shape snap to grid. Thanks, Ramesh Rajagopal. Class Designer Team. ...Show All

  • Visual Studio Forms designer in beta 2 Visual C# 2005

    After iinstalation of Visual C# beta 2 I tried to create simple windows application from template - ewerything worked fine but when I am trying to view sample form designer is not showing up and I am reciving error message: "Could not load type "Microsoft.VisualStudio.Shell.Interop.IVsRunningDocumentTable2" from assembly ... (And then version information and stuff)" I had some warning messages when first running Visual C# but I am not recalling them - it was something about re-enabling something I dunno what to do yes - quite unique keyword I just thought that like in many search engines this one uses "or" logic - I just went a ...Show All

  • Windows Live Developer Forums Clarification

    So if i'm right, Microsoft is releasing MSN Messenger Activity API's for the protocol Good, in a way, but will Microsoft change they're licence to allow us to create applications (such as MSN Messenger Robots and 3rd Party MSN Messenger Clients) that will connect to the .NET Messenger Network , because if not, then this is really just for refrence.... Well I think encryption would be fine, given that translation is an example in the documentation.  Photo Sharing is probably out of the question -if- it works like the current Photo Swap (aka, some sort of flickr viewer/sharer would probably be fine -- ...Show All

  • SQL Server Cannot access database using SQLCMD

    Hello, I am using SQL Server 2005 Express. I need to run a transact-sql script file to update the database. I am getting a "Login Failed" error when I use the SQLCMD utility. I use Windows Authentication. Here is the command I use: sqlcmd -S .\SQLEXPRESS -d C:\Progra~1\MyProgram\Data\MyData.MDF -i MyUpg.SQL Here is the message I am getting: Msg 4060, Level 11, State 1, Server VAIO\SQLEXPRESS, Line 1 Cannot open database "C:\Progra~1\ MyProgram \Data\ MyData.MDF" requested by the login. The login failed. Msg 18456, Level 14, State 1, Server VAIO\SQLEXPRESS, Line 1 Login failed for use ...Show All

  • Smart Device Development #ifdef for VS 2005 vs EVC 4.0

    What is an #ifdef I can use to determine a compile is VS2005 vs eVC 4.0 Thanks JEK Hi, There is no such flag that takes care of the incremental change over eVC in VS 2005. The only flga that is useful is _WIN32_WCE which is defined for all those cases where the device side code differs from desktop code. The best place to get the information about the differences shall be msdn documentation or dicusssion forums. Thanks ...Show All

  • Windows Forms Message Box extension

    Hi, I need to have a dialog box that return a value. Like the Inputbox or the Message box does. Currently I make a global variable or a Variable in the caller Class (window Form) than make a instance of mydisloag box and that dialog box write the value of my global variable. It seems very complicated and not a feasible method to me. Does ...Show All

©2008 Software Development Network