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

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

jamesIEDOTNET

Member List

Evan Mulawski
xplosiv_1
Marlun
bessermt
RWF
Satish33
Lakusha
Jazzbo
petrHloz
New-Bee
JuKiM
papadi
Can-Ann
Rhodri Jenkins
susantez
onion_y
vtortola
Sean Connolly
Bart Elia
Suman Ghosh
Only Title

jamesIEDOTNET's Q&A profile

  • SQL Server Is there any way to track LOGIN ID which stops the SQL Service?

    Hello All, I am running SQL Server 2000 Standard Edition on Windows 2000 Server... I believe Windows 2000 does not have an audit enabled by default like the one in Windows 2003 servers to capture the login ID's that is stopping the SQL Server... I am getting N/A in user column in SQL Service Stop Event in Application Log... We need to track this event badly.. Is there any way to do this Your Help on this is highly appreciated... --Rajesh What about http://techrepublic.com.com/5208-11184-0.html forumID=39&threadID=170891 HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • .NET Development GetReferencedAssemblies

    Hi, I'm trying to get all referenced assemblies, however GetReferencedAssemblies returns only those referenced assemblies that are already loaded. How can I find the unloaded referenced assemblies as well Thanks, Tom maybe if you walk the graph of assemblies that those assemblies returned by GetReferencedAssemblies depend on (so some recursive scheme) ...Show All

  • Windows Forms A real challenge!

    I have a real challenge. My software is basic a front-end for a database that I created in SQL 2005. That’s the challenge: I don’t want to use the "BindingNavigator", instead of this I want to put the code myself to go to next record, first, etc, in the new icons that I created. But this is not all. Here is the biggest difficult. I have "TabControls" too. So when I click, for examle, next record, the application need to show me the next record, not only in the form, but in the TabControl in the same form and at the same time Did I explained clearly Thanks for those how at least will read this. I think people are misunderstanding what you want to do.  You don't want to implement ...Show All

  • SQL Server SQL 2000 DB restored to SQL 2005 Express

    I have a *.bak file I backed up from SQL 2000. Now I'm trying to restore it into SQL 2005 express and this is what I get: System.Data.SqlClient.SqlError: Directory lookup for the file "C:\Program Files\Microsoft SQL Server\MSSQL\data\ansa.mdf" failed with the operating system error 5(Access is denied.) On the file listed above, I have network services, everyone, administrators permissions set to full control My *.bak file is in a folder called "backup" - My *.bak file and folder both have network servies, everyone, administrators permissions as full control. What gives I can't restore this db. I read some other thread about someone having the same problem as me, but their solution didn't fix my problem. May ...Show All

  • Visual Studio Tools for Office How to Know The process ID

    Hello I have created an Excel Automation object, which will start an excel application process, How I will know the process ID of that Process started by Excel Automation model. Thanks in advance. As Cindy says, this isn't the best forum for that question. However... You can use the Process class. Process.GetCurrentProcess will return you the process in which code is executing. From there you can reference the Process's Id property to get the process Id. Sincerely, Geoff Darst Microsoft VSTO Team ...Show All

  • Visual C# Problems in Online Dotnetnuke demo

    I have seen Online dotnetnuke demo.I checked all pages and modules too.I can add new page directly but I can't add new module.So can anyone help me for that ...Show All

  • Smart Device Development deploy pocket pc program

    i can not build or deploy my program!!! my file gives a Hello World in a client rectangle. As you can see it compiles as a win32. ------ Rebuild All started: Project: dddd, Configuration: Release Win32 ------ Deleting intermediate and output files for project 'dddd' , configuration 'Release|Win32' Compiling... stdafx.cpp Compiling... davidtwo.cpp dddd.cpp Compiling resources... Linking... Generating code Finished generating code Embedding manifest... Build log was saved at "file://c:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\dddd\dddd\Release\BuildLog.htm" dddd - 0 error(s), 0 warning(s) ========== Rebuild All: 1 succeeded, 0 failed, 0 ski ...Show All

  • Visual C# SQL schema discovery - find primary key

    Hi, since DataTable.Load(IDataReader) does not read primary keys, how can I find them Probably using DbConnection.GetSchema... It would be great to have this done within common schema collections, however, SQL Server specific would be acceptable as temporary solution. Thanks, Jan Well I thought the DbConnection.GetSchema is here to have one method for several backends... Okay, thank you for your query, this will do at the moment. Btw I cannot enter key information manualy, since I don't know it at design time. For more information about the topic I 've found http://blogs.msdn.com/cperry/archive/2006/02/06/526323.aspx . ...Show All

  • SQL Server Error message 913

    I've been having intermittent issues with SQL Server 2000 server on Windows 2000 Server. This server acts as a development server and is on the same network as our production server which runs Windows 2003 Server. Spare me the lecture about running different OS's on production and development servers, I wasn't the individual who setup the environment, just the one who got saddled with the responsibilitiy of making it useful for our staff. Anyway, the issue I've been dealing with is intermittent 913 error messages similar to what follows: Server: Msg 913, Level 16, State 8, Line 1 Could not find database ID 80. Database may not be activated yet or may be in transition. I have several tools I've developed which I use to backup the pro ...Show All

  • Visual C++ How to share functions, objects from the main APP to the plugin dll?

    Hello everyone, I guess this subject was already discuseed few times in this Forum but still I would like to hear some more oppinions: I am developing an application which main task is to receive data through the SerialPort (using a SerialLibrary) and to process and display these ddata in the GUI. This application should have also an API which supports plugins - dll files that are loaded dynamicali during runtime. The application API should be an interface for the plugins and it would have two main tasks: 1. Load the plugin dlls upon execution and initialize their functions from the DLL (with the help of LoadLibrary and GetProcAddress). 2. Offer an interface for the plugins to access the main application resources with other words, ...Show All

  • .NET Development Adding Generic Specifier To Form Causes System.Resources.MissingManifestResourceException (Urgent)

    I have added a generic specifier to a Form in our system so that it can pass the Type onto a customised BindingSource implementation held within, e.g. Friend NotInheritable Class frmCMS( Of T As {CMSJob, New }) Everything is fine until I run the application and then I get the exception: System.Resources.MissingManifestResourceException was caught Message="Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "CMS.frmCMS`1.resources" was correctly embedded or linked into assembly "CMS" at compile time, or that all the satellite assemblies required are loadable and fully signed." Source="mscorlib" StackTrace: at System.Resources.R ...Show All

  • .NET Development writing a Telnet client with VB. NET

    Hi, I am trying to write a simple telnet client using VB.NET with Visual Studio 2005. I am using System.Net.Sockets. But I cant make it work yet. What I need is: To automate some tasks on UNIX server. To achieve this, I need to login to unix (from within my app.) via telnet, and run some commands. T hats all. Anyone can help me with this Thanks Fede. Ok. The first thing you should do is make sure the downloaded project compiles ok. Then create a new project, I would do just a Console app for testing, add a reference to the .dll file and then do something like the following: Imports objActiveSolutions Module Module1 Sub Main() Dim ip As String = "66.xx.xx.xx&q ...Show All

  • SharePoint Products and Technologies A web part that is a consumer and provider at the same time.

    I have already implemented a provider and consumer ASP.NET web parts and using them in sharepoint. Now I have to send some information from my consumer web part to another consumer web part. Is it possible If not can I handle it using ViewState Thanks I'm using WSS. With the help of a coworker, we seem to have solved this. Rather than decorating the Consumer method with [ConnectionConsumer("OfficeTrackSelector")] we used [ConnectionConsumer("OfficeTrackSelector","otc")] It seems that the second parameter is an ID for the consumer, without it, the consumer seems to use a default, which causes conflicts if there are multiples. Not 100% sure, but it works, so I guess I'll deal ...Show All

  • Smart Device Development MessageBox On Exit

    I am developing a dialog based application for PocketPC 2003 in Visual C++, and I would like it to pop up a warning box after the user dismisses the main dialog box if certain conditions are met. I tried putting the MessageBox command into the the code block that runs after the user presses "OK", but while this produces the message box properly, it also closes it immediately thereafter. I also tried making a new dialog class/resource, and doing a DoModal() function in the same code block, with no luck. Is there some way I can get a message box to show on exit (any time after the user presses OK on the main dialog) and remain on the screen until the user dismisses it I found a similar request in another thread, but it was based on ...Show All

  • Windows Forms How do I package a Hotfix in my installer?

    I have a hotfix from Microsoft that is required for my application to work properly. How do I add it to the installer package I am using VS 2005. The hotfix in question is: http://support.microsoft.com/default.aspx/kb/913177/ Jonathan Allen See if this helps: http://www.simple-talk.com/dotnet/visual-studio/visual-studio-setup---projects-and-custom-actions/ ...Show All

©2008 Software Development Network