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

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

Netmaster0000

Member List

MaggieChan
dacky
NG from NEMMCO
TejasP
espeir
GazCoder
ZopoStyle
vitich
hte
redshock
r3n
curiousss
GoingGreyFast
poison82
Johannes Hansen
Scott Herbert
SanthaMind
bopritchard
vkarthik
Programm3r
Only Title

Netmaster0000's Q&A profile

  • Visual C# process.HasExited

    Hi, I'm trying to maintain a list of process which are started by an winform application. I would close any existing process by checking the process.HasExited property. I works for any IE which is being opened but, this did not wrokout for word process which is open. The process.HasExited gives me always true even the document is open at the background. My example code snippet, private void button2_Click( object sender, System.EventArgs e) { process.StartInfo.FileName = "winword"; process.StartInfo.Arguments = "\"C:\\Karthick files\\Test.doc\""; process.Start(); } private void Form1_Closed( object sender, System.EventArgs e) { MessageBox.Show(process.HasExited.ToString()); ...Show All

  • SQL Server RDA push error

    While trying to push a tracked table using RDA.push, I get the following error: Error Code: 80004005 The message cannot be built. The make message failed. Minor Err: 28581 Source: Microsoft SQL server 2005 Mobile Edition. All other tables in the database are getting pulled and pushed correctly. This table is different only in the larger number of columns, around 150. It has a primary key, no other constraints. Any help to find the reason for this error will be greatly appreciated. - Paul Thanks. Laxmi. SQL server 2005 SP1 was indeed missing, and I installed it. But now the Pull fails, with same error code, and minor error 0. Still investigating what is happening. Thanks, Paul ...Show All

  • SQL Server Microsoft.AnalysisServices.AdomdClient.AdomdCacheExpiredException

    Hello, I have a asp.net application that connects to a cube in Analysis Service 2005 to do graphs. It's possible that other user might be using the same cube at the same time and make changes to the cube. If I use the graphing tol right after the cube is updated, I sometimes get an error message : "Microsoft.AnalysisServices.AdomdClient.AdomdCacheExpiredException : The Cubes collection has been updated on the server". Is there a way to refresh the cache or refresh the cube collection Any suggestion on how to handle this exception is appreciated. Thank you, Sincerely, Annie I beleive the better solution for the user in this case is to prompt your user to re-connect. User sessio ...Show All

  • Visual Studio Express Editions sorting custom collections

    this page has a good overview of how to sort collections using IComparer http://tim-price.net/blog/articles/171.aspx what i would like to do is sort by 2 properties, in other words, by LastName AND firstname. obviously the firstname sort has to be in context of the Lastname sort. how is this done thanks ;-) hi DMan1, i had already tried what you suggested, but it doesn't work as the second sort is not in context of the first. i.e. if i call LastnameComparer, and then FirstnameComparer, then objects sorted by firstname do not retain the relative positioning in regards to the Lastname sort (performed first), which is what im trying to achieve. thanks for the help ...Show All

  • Visual C# make subfolder to application in IIS

    I had to create a web site on windows 2003 server.My requirement was to create web site "CoolSite" which contain two sub folders like CoolSite - Cool1 - Cool2 I have to make these both subfolder to Application in IIS. Problem is: I am able to create web site but not able to make these subfolders to application. ...Show All

  • Smart Device Development Database

    I have data in a sql mobile express database I want to query to either a smaller table, or create a csv to be transmitted. Thanks to all. If your data in SQL Mobile or SQL Express database They are two very different databases. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Whats the deal with DirectX being owned by XNA?

    How come when I go here: http://msdn.microsoft.com/directx/ I get redirected here: http://msdn2.microsoft.com/en-us/xna/aa937781.aspx Is XNA making a move on owning DirectX It seems after reading some basic information on microsoft.com regarding recent statements about XNA and its current goals I'm led to believe that perhaps the whole of DirectX is being cut up and fed to XNA. First DirectShow goes. Now I realize even basic support I had in DirectX 9.0c is not even supported in DirectX 10. Basically I'm gonna have to port a graphics app engine from DX9 to DX10 and have to include DX10, at least some DX9 headers/libs, the seperate DirectShow files, and if I want rumble support for my Wireless XBox360 controller for Windows I ne ...Show All

  • SQL Server Question transport-level error

    Hi all, I'm having a little problem with my sqlserver 2005. I'm trying to crate a user in Microsoft SQL Server Management Studio throug a query. Like this: ------------------------------------------------------------------------------------------- USE [master] GO CREATE LOGIN [MYUSER] WITH PASSWORD = N 'MYPASSWORD' , DEFAULT_DATABASE = [MYDB] , DEFAULT_LANGUAGE = [us_english] , CHECK_EXPIRATION = OFF , CHECK_POLICY = OFF GO ALTER LOGIN [MYUSER] ENABLE GO USE [msdb] GO CREATE USER [MYUSER] FOR LOGIN [MYUSER] ; GO GRANT EXECUTE ON [sp_start_job] TO [MYUSER] GO EXEC sp_addrolemember 'db_datareader' , 'MYUSER' GO EXEC sp_addrolemember 'db_datawriter' , 'MYUSER' GO EXEC sp_addrolemember 'SQLAgentOperatorRole' ...Show All

  • Visual Studio Express Editions VC++ 2005 Exp. Ed. closes when I try to create New Project (CLR)

    Hello, I installed VC++ 2005 Express Edition yesterday; I even purchased a book to help me get started. The installation (Internet) went smoothly, but whenever I want to create a new .NET Project (File > New > Project > CLR > Windows Forms Application / CLR Console Application ) the program just closes. I'm using XP Professional, SP2, and I do have the .NET Framework 2.0 installed. I tried uninstalling/reinstalling the program along with the .NET Framework, it obviously did not solve the problem, that is why I am here asking for your help. Thank you in advance, Alex. Thanks for replying Dennis, it seems that my antivirus program (the one in the McAfee Internet Security Suite 2 ...Show All

  • Visual Studio Express Editions Open form from Menu item

    I have managed to get two forms designed and the programs written. Now I have them in the same project file one is an entry page that has all the details of the person entered on it, and the second page is the workings page. I have entered a tool label in the menu strip but have no idea to be honest how I can open the other page from withinn the first form So I am here to ask as none of my searches come up with an answer, (Probably asking the wrong question) any suggestions Kiwi bloke Ok that helped! All I needed in the end to open it was the click event and the following line: Private Sub .....................................etc FormType.ShowDialog () End Sub That opens it, now on to t ...Show All

  • Visual Studio reportviewer not displaying report

    Hi, I have a reportviewer control on a web page. When the page is accessed and the report loads it displays with each column having a width of about .5 cm. There are 7 fields and all that can be seen for each field is half of the first letter in the title and record. I have tried changing the properties for the columns but nothing changes, am wondering if I need to have a particular namespace declared Problem solved. I have been using firefox but once I installed the IETab extension the report displayed correctly. We are aware of this display issue with Firefox and have addressed it in Visual Studio 2005 SP1, which will be released soon. The latest information on that release is available here: http://ms ...Show All

  • Windows Forms Datagridview and ID field

    Hi all, I am experiencing an annoying problem with a bounded DatagridView. I'm using an MS Access (.mdb) database. I have a simple table (named, for example, "Products") with an ID field (counter) and two text fields. If the "Products" table has at least one record, when I try to add new records into the DatagridView, the ID field is automatically increased and correctly displayed. But if the "Products" table is empty, DatagridView ID field shows "0" and it is not correctly initialized. If I save the added record, I close the form where the DatagridView is in and I re-open it, the ID field displays a correct value (not equal to zero). This is a problem for me because also after adding the first recor ...Show All

  • .NET Development Dataset Access & SQL Database Independent

    Trying to get a feel of what others have done for an application which is required to support Access and SQL Server as a result of different level of sophistication of the client base. Using Dataset, what was the best way of implementing a database independent data access layer Different libraries depending on the database We are using the DbProviderFactory for adhoc queries, but for Dataset, where stored procedures are used in the SQL Server model, what is the best for the Access flavour Hi, Even u are using ADO.net interfaces and abstract classes (IDBConenction, IdbCommand, DbProviderFactory ....) you may face a lot of problems when you support multiple databases : You cannot use s ...Show All

  • .NET Development Does AxImp support creation of 64-bit assemblies?

    Hi there, I tried asking this on the 64-bit MSDN newsgroup but didn't get any responses. Has anyone used AxImp to create 64-bit Interop assemblies from an (64-bit) ActiveX control When I do the following, all I get are 32-bit assemblies: C:> aximp my64bitActiveX.ocx Generated Assembly: MY64BITACTIVEXLib.dll Generated Assembly: AxMY64BITACTIVEXLib.dll Both the generated dlls are 32-bit. AxImp doesn't seem to have any options to specify the target machine type. TlbImp does provide that option, but I can't use TlbImp to create the necessary interop wrappers for the ActiveX component. I've made sure that the typelib information in the ActiveX control is indeed 64-bits. I'm running on Windows XP64, and am using Visual Studio.Net 2005 (not SP ...Show All

  • SQL Server SQL DUMPER Error

    Hi, I have a package which reads data from set of tables, goes thru a script component for some data changes and written to a flat file. To speed up the process, I have created 6 threads of this same sequence, but instead of writting to different files, I am joining the outputs of all 6 scripts components using 'UNION ALL' and writting it to a single file. I have to execute this for different input years and so calling this data flow within a 'Foreach loop' container for multiple years. When I ran this package for single year, it ran without any error. But when I ran it for multiple years (in debug mode), after processing 3 years, the package just stopped running. It does not abort, but just created a SQLDUMPER Error log file with the f ...Show All

©2008 Software Development Network