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

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

r3zonance

Member List

Adama0
Tibor Biro
Pramod S Kumar
Yahya
kiko_kiko
R0nda
John_Mac
Alan M.
James Walsh
RichardBH
ckzulueta
johngarcia
cmwith
Faraz_Ahmed
nrasinec
arturm
pavel989
Patrik J
Priyananth
GST1
Only Title

r3zonance's Q&A profile

  • Software Development for Windows Vista Service running under local administrator unable to set Time Zone on Vista

    I am getting error 1314 (A required privilege is not held by the client) while invoking SetTimeZoneInformation() from a Win32 service on a Vista machine (RC1 Build 5600) This service is running under a logon which is a domain user and also a local administrator on the machine. Service exe has been marked to always run as an administrator. I also tried running it in Windows XP SP2 compatibility mode and the results are same. Any Idea Hello Girish123 For Vista your application must have the SE_TIME_ZONE_NAME privilege for this to succeed. Please see: (Look under Remarks) http://msdn.microsoft.com/library/default.asp url=/library/en-us/sysinfo/base/settimezoneinformation.asp So make sure you call Ad ...Show All

  • Visual FoxPro How to control the scanner with VFP?

    Hi everyone, Could I build a program in VFP to control my scanner as: connect, scan, and save file.... Where could I find out the TWAIN OCX support for it Thanks a lot. >>Could I build a program in VFP to control my scanner as: connect, scan, and save file.... I don't know how good a programmer you are so how can I tell if you could I also don't know what scanner you are using, what version of VFP, what operating system and whether or not the scanner exposes a comopnent as an automation server, and if so, what functions are avaailalbe. If I did know any of these things I might be able to tell you if I could do it or not... >> Where could I find out the TWAIN OCX support ...Show All

  • Visual C# Inconsistent accessibility???

    I have a CustomerContacts class and I create private Tracking.BusinessObjects. CustomerContacts _ContactsOfCustomer = Tracking.BusinessObjects. CustomerContacts .NewContacts(2); Then i make a public property and i get this error for some reason that i dont know Error 3 Inconsistent accessibility: property type 'Tracking.BusinessObjects.CustomerContacts' is less accessible than property 'Tracking.BusinessObjects.Customers.ContactsOfCustomer' C:\Freight Enterprise Tracking Database\EntepriseFreight\ClassLibrary1\Customers.cs 135 68 BusinessObjects Any reason to why i am getting this error public BHFreight.Tracking.BusinessObjects. CustomerContacts ContactsOfCustomer { get { return _ContactsOfCust ...Show All

  • Visual Studio Team System Is there no way to move several files (but not all) from a folder to another in Team Explorer?

    Is there no way to move several files (but not all) from a folder to another in Team Explorer I always have to move one file at a time. Hi: Where you able to figure out the problem or are you experiencing still the same behavior. Since the post has had some period on inactivity we will close it as answered but if you feel that it was not you can always reactivate it and we will do our best to help. Thanks, mario ...Show All

  • SQL Server scratch that

    I am getting the error Error: 18456, Severity: 14, State: 16. Login failed for user 'PRI\sqlservice'. [CLIENT: 172.16.9.2] in the log repeated every 15 seconds or so. I am logged into the server as pri\sqlservice, I have started the sql server and sql server agent with pri\sqlservice and I can access databases and tables inside the Server Management studio. I have set up the login pri\sqlservice and given it dbo owner access to all databases. I am in the process of upgrading from 2000 to 2005. I have installed a new sql server 2005, restored backups of databases from 2000. I have also converted all packages and uploaded those to the new server (although they all point to the 2000 server). I have imported the jobs, but all but one ...Show All

  • SQL Server Draw marking line on Chart

    I want to mark a value on the x-axis of a (stacked) bar chart. (So I want a horizontal line that is fixed on a chart.) What I tried so far is adding an expression that says: =260 to the dataset, and I added that field to the Data Area of the chart. Then I plotted that value as a line. This approach leaves me with 2 problems: 1. When the category grouping only has one group, there is no line, just a dot (or another marker you can select). 2. Because of the extra field in the Data Area of the chart, the legend holds useless information. Isn't there another way to plot a horizontal line on a fixed value of the X-axis I also took some screenshots so you can see for yourself. The charts display the ManDays per Year. The gree ...Show All

  • Windows Forms System.IO.FileNotFoundException In Windows Application

    Hello! I have developed a windows Application using VS2003 (VB.NET) to enable my client to export Crystal Reports 8.0 to PDF,HTML and Excel formats. Since the Excel export that comes with VS.NET is not very user friendly, I used Interop.CRAXDRT.dll reference to export the reports to Excel. The application workes fine on my workstation, but when the client installed it, he is getting *** System.IO.FileNotFoundException: File or assembly name Interop.CRAXDRT, or one of its dependencies, was not found**** error. I have tried everything I can think of to resolve this in vain. The interop.craxdrt.dll is in the application bin folder. I made the client copy the file to his system32 folder. Gave the application folder full control permissio ...Show All

  • SQL Server Linked server problem

    hey, I have a sql server 2005 an I want to have a linked server to itself. I have made a linked server an gave it enough rights. When I do want to query all the tables I get the following error Msg 11001, Level 16, State 1, Line 0 TCP Provider: No such host is known. Does anybody know what the problem could bee It is good to know what is asked above, and the error could be due to a misconfigured linked server, but they could also be due to network or hardware issues. Of course, these errors abort the entire batch, so whether or not the rest of your code requires the remote server to be active, it still terminates. ...Show All

  • Windows Live Developer Forums Custom Tiles --- ESRI - ARCIMS - Shape files - MrSID

    We are Google Maps converts and I have spent some time reading up on adding custom tiles to VE but since this is so new, there is not much yet on importing Shapefiles. I have read and test the MapCruncher and although very nice, it does not support SHP (Shape files) and in ArcGIS you can't export a shapefile to a supported type. I need to be able to add a tile of poly lines (Bike trails) vectors and eventually MrSID Aerial Photpgraphy we have (becuse we have much much better resolution than MS) I can not see a way to serving up shapefiles or MrSID DOQQ files. Any suggestions, tips or other ways we can accomplish this Thanks Jason Jones Dayton, Ohio USA You are the third person to ask me this week. I ...Show All

  • .NET Development Regex on Non-US Address

    Hi, If I had a textbox that contained the following: -------------------------------------------------------------------------------- Mr FirstName LastName ABCD Ltd, Address 1, Address 2, Town/City, PostCode, Notes1, Tel: 0171 800900, Fax: 0171 800909 -------------------------------------------------------------------------------- how can I parse this to ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- Mr, FirstName, LastName, ABCD Ltd, Address 1, Address 2, Town/City, PostCode, Notes1, 0171 800900, 0171 800909 ---------------------------------------------------------------------------------- ...Show All

  • Visual Studio duplicated relationship connector upon diagram re-open

    I have a DSL design that I have been working with for quite a while. I have a particular instance where I can relate 2 model entities of the same type together in a 'many to many' relationship. The problem occurs when I close the diagram, then re-open it. The relationship has now been duplicated, but the source/target role names have been set to their default, and the dulpicated relationship is not associated with any model element (clicking on it makes the propertygrid blank). My original relationship is still there, and correct, I just have the extranious diagram element, that I have to delete (not deleting will lead to it accruing over every close/open, until I have several of these phantom relationships). To help with track ...Show All

  • Visual Studio Express Editions Hyperlink to a button

    How can I add a hyperlink to a Button in a form, so that when i click the button a website opens. everyone has their own way, there are advantages over one than the other sometimes. Tall Dude's approach allows you to customize the way the process should be executed (although not coded/written) The original question is a bit non specific - its not clear whether the user is asking if they want to launch a url on the click of a button OR how to make a hyperlink on the form so when clicked, the process will launch - so both solutions have fortunately been given :-) ...Show All

  • Windows Forms openFileDialog (help with Declaratoin) Thxs

    ok first off here is the C# Code i have: private void button14_Click(object sender, EventArgs e) Stream myStream  = null; OpenFileDialog openFileDialog1 = new OpenFileDialog (); openFileDialog1.InitialDirectory = "c:\\" ; openFileDialog1.Filter = "txt files (*.txt)|*.txt|All Files (*.*) | *.*" ; openFileDialog1.FilterIndex = 2; openFileDialog1.RestoreDirectory = true ; openFileDialog1.Title = "Load Client List" ; openFileDialog1.FileName = "" ; if (openFileDialog1.ShowDialog() == DialogResult .OK) { try { if ((myStream = openFileDialog1.OpenFile()) != null ) { using (myStream) { //insert code to read the stream here } } } catch ( Exception e ...Show All

  • Visual Studio Team System Work Item customization - How to authorize single TRANSITION for multile Groups like "Contributors", "Project Administrator"

    Once we defined Workflow Transitions in TFS like for e.g.: Consider the Workflow for Work Item Type “Task” New -> Assigned Assigned -> Resolved We specify the authorization for role that Transitions i.e. who (Login User) is going to complete this transition. That we can specify using XML tag mentioned below (Refer Line No. 1). Now the Problem here is that we can specify only one Group like "[project]\Contributors" or "[project]\Project Administrator" etc for each transition. Once we specify one group, the other users which are belonging to different group (other then this GP) will not be allowed to save this work Item because of Transistion authorization. Now if we add here “[project] Project Man ...Show All

  • Visual Studio Express Editions please help

    Is it possible to get the square root of a number, in c#, and if so how Code Snippet youranswer = System. Math .Sqrt(yournumber); ...Show All

©2008 Software Development Network