Mark Asztalos's Q&A profile
SQL Server Enable to start the Sql ENTERPRISE MANAGER
Can any one help me to solve this problem, I WAS ENABLE TO START THE Sql ENTERPRISE MANAGER Hi, i encountered the problem for myself several times, which was related due to an unregistered classid (whatever that triggered). Reinstalling or repairing the installation fixed the problem everytime. Are you also running the most current service pack BTW: You have a very cool wallpaper on your desktop :-D HTH, Jens Suessmeyer. ---- http://www.sqlserver2005.de ---- ...Show All
Windows Forms datagrideview and concurrency
Hello, I need to write a grid (willing to use a 3rd party grid) that will allow for concurrency control in a multi user applications. Here is a bit of code the does the update: Using testconnection As SqlConnection = New SqlConnection( My .Settings.MyConnection) 'Dim cmd As New SqlCommandBuilder(DataAdpter) DataAdpter = New SqlDataAdapter( "select menurole from menuroles order by menurole" , testconnection) Dim cmd As New SqlCommandBuilder(DataAdpter) DataAdpter.Update(MyData) End Using How do I tell the dataadpter to ensure that when it's updating a row, that it shoudl check the TIMESTAMP field of the record already in the database. Thank you, Dave ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Must we wait another 12 hours ?
Any one knows the secret URL that I can download the new XNA framework I can't wait any longer. I find the URL: can anyone tell me this is the "real" new framework http://www.microsoft.com/downloads/thankyou.aspx familyId=a73a7e71-ff41-432d-a0eb-043e904a1905&displayLang=en ...Show All
SQL Server SQL Mobile Server 2005 to SQL Server Developer Edition 2000
I am looking for a detailed tutorial that explains how to set-up merge replication services for a major project. I have seen all of the claims that SQL Mobile Server 2005 is able to connect to a merge publication with SQL Server 2000. However, where are the tutorials I must have a proof of concept in a few days to quote this project. Can anybody help with this issue Thanks! ...Show All
Visual Basic Watching a process.
I'm having trouble with this. Basically what I'm trying to accomplish is a server restarter. It needs to look for the server to close. I was thinking just look for the process to close. But I'm not sure how to do it. Could someone help please For anyone who may be looking for a solution to this here is the code I used. It may not be the best way to do it. But it works Public Class Form1 Public proc1 As String Dim proc As New System.Diagnostics.Process() Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click timer.Interval = Integer .Parse(intBox.Text) timer.Enabled = True start() End ...Show All
Windows Forms ClickOnce file share icon?
This is probably a really basic (maybe stupid) question, but I have done several searches and haven't found an answer Here's one version of the documentation I'm referring to: Install from the Web or a Network Share Using this strategy, your application is deployed to a Web server or a network file share. When an end user wants to install the application, he or she clicks an icon on a Web page or double-clicks an icon on the file share. The application is then downloaded, installed, and started on the end user's computer. Items are added to the Start menu and the Add/Remove Programs group in the Control Panel . Where is the icon they are referring to in the statement: double-clicks an icon on the file share When I pub ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Need some basic information - i.e. help. :-)
We are looking at performing some work for the Army using this XNA technology. Before we jump in with both feet, we were wondering if someone could answers some questions: 1) Can we perform complex motion such as a person walking 1a) Can it be automated such as bi-ped motion 2) Can math equations be used such as wheel rotation matching the ground distance 2a) Can this be automated Any other help / links would be greatly appreciated! Thank you! (moving to XNA forum) Check out the FAQ in the XNA forum there are planty of websites with tutorials. Right now there are very few animated mesh samples - mainly becuase we are all waiting for the official ones from Microsoft. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Performance profiler and obfuscator
I have two software questions. First of all does anyone know a good performance profiler package (besides CLR) Secondly, what is the best way to secure your intellectual property, by using an obfuscator or are there alternatives. What are the thoughts of Microsoft on this part. Cheers! When you park your car, what's a good way to make sure nobody will break into it In general, you don't worry about it. Chances are small that someone will smash your window, because most people are law-abiding, and for those who aren't, there are many, many cars to choose from. Chances are, the protection you get from the intellectual property laws are sufficient to prevent any large-scale theft of your code or art. ...Show All
SQL Server Execute Package Logon Failed for User....
Fairly new to SSIS.I have created a package in BIDS, and am trying to execute it so i can test/debug the flow and view the data in the data viewers. I continually get a logon failed for user... its the user id i am using to connect to my SourceConnection OLEDB. I have been struggling with this for a while now, and getting frustrated. I tried Windows Authentication also, still i get an error message logon failed for user...... I have tried all of the security settings, from Do not save sensitive to Encrypt all with password, entered the password, and then try to Execute Package from the solution explorer and still get error message. Thanks for your help! Here is the error message An OLE DB record is available. Source: "Microso ...Show All
Visual Basic Serializing Derived Classes
Hello, I have searched posts here, unable to find specific information about serializing 2 classes, 1 is the Base Class, the other is the Derived Class. Here is an example, pardon the simplicity! Public Class Header Public headerID As String End Class Public Class Letter Inherits Header Public Name As String End Class 'here is the Method to serialize the instance of the class: Private Sub Serialize() Dim szr As New XmlSerializer( GetType (Letter)) Dim wtr As New StreamWriter(filename) Dim L As New Letter L.headerID = "1" L.Name = "Dear Sarah" szr.Serialize(wtr, L) End Sub() NOTE: After serializing, I only see the Letter class in the outputted XML file. I ...Show All
Visual FoxPro foxpro for windows
sir, i hope i am not troubling you all. i have installed foxpro for windows 2.6 on win 2000. but i am not able to run foxprow.exe. i get error "divide by zero or overflow error" how to fix it. Hi, I think there is no problem with the env. Probably the exe file may be damaged...Are you getting the error while loading or in any particular situation.. Please provide more info so that someone here can help you out. You can also check out http://support.microsoft.com/default.aspx/kb/102893 to get patches for 2.6. Regards, Markish ...Show All
Windows Forms Help Button on Widnows Forms
Is there any good reason why the help button does not show up if the minimize and maximize buttons are there Seems like it makes the button kind of useless. I have duplicated your issue and can not see this being expected behavior...please use the product feedback center to report the bug... http://connect.microsoft.com/Main/content/content.aspx ContentID=2220 ...Show All
SQL Server Problems reading data from Adventureworks
hi there, I installed the Adventureworks sample database and can see it from the server managment studio express. I am doing now an tutorial from Microsoft to display the data in a grid view using Visual Web Developer 2005 Express. I am connecting to the DB with this connection string: "Data Source=STK-SASA-MX025\SQLEXPRESS;Initial Catalog=AdventureWorks;Integrated Security=True" and I can see all the tables of the database. When I try to select some fields from the database using the wizard, like: SELECT [Name] FROM [ProductCategory] I get the following error message: Invalid object name: ProductCategory, and to check the syntax and the types, but it seems to me quite standard SQL. Anybody could help me please ...Show All
Visual C# Tips on posting
Here are some tips on posting, so that your questions could likely be answered quickly. 1. Make your Title as significant as possible . Compose it in a way that you would ask an expert. example - "How could I change a Buttons Background " instead of "button background problem" 2. Explain in detail the nature of your dillema . But please make it short, straight to the point but descriptive. 3. Provide steps on reproducing your problem . So that other posters could replicate this on their pc's and thus find a quick solution. 4. Also, provide a Code Snippet where you think is causing the problem . This is a common situation that the poster forgot to include a code, hence the supposed to be answerer could not reproduce the erro ...Show All
Visual C# Another math question (Well in my mind it is)
Just alittle background before I start. I am working on a program for my LEGO NXT (I guess a Trademark should be here ) using Bram's source to talk to it (Thank you Bram!) Gee, I whould have never got to talk to it without it. OK, So i'm a old guy that still plays with toys.. I'm OK with it. Can I say I'm making it for my granddaughter I lie ALOT.. Anyway, I made a control that displays Compass direction from a '(float) in degrees' .. As in 0 to 360 degrees...(Yep, some more 'borrowed' code I found..) I'm OK with that too. ALOT of you folks much smarter than I am. I want to take X/Y output (state) from a Joystick (no twist stick that gives rotation) and approximate 0 to 360 degrees of rotation from the X/Y output from the Joystick ...Show All
