GlennZarb's Q&A profile
.NET Development application doesn't run in the other computer
I have Visual Studio Professional 2005 at my office and Visual Studio 2005 Beta at home. When i make a simple C++ Windows Form Application in the office i cant run at home. I receive a message that i translate: "The application configuration is incorrect .Reinstall may solve the problem." If i open the project with Beta and i try to run without bilding i receive a similar error ,It says also "Review the manifest file for possible errors". I rebuild then and runs in both computers. The reverse problem doesn't happen. If a create a program at home runs in the office. If i have Net Framework 2 in both computers why doesn't run at home the first program Thank You. The p ...Show All
SQL Server problem with custom conflict resolution
Hi all, I am doing a work were i have to syncronize data between a Publiser (PC, SQL SERVER 2005), and a subscriber (Pocket PC, SQL CE MOBILE). I studied lots of articles and i managed to put the syncronization to work, the problem is in conflict resolution! The subscriber can’t insert or delet, only update!! For exmple: I have a table that contais the quantity of a product X, for example 100 units, this goes to Pocket, but later arrive move 100 units that are increased in the PC, so we get 200 in the PC, (but 100 in Pocket), no problem if i syncronize now (Pocket will have 200 too) , but if remove in Pocket for example 50 units, i've changed the same column in both Publisher and Subscriber database, if i syncronize now, ...Show All
Visual C# input data to website
Ok right now I have to configure routers manually by inserting the exact same data into a router's configuration panel (website on router) then swap out the configured router with one that needs the exact same setup and redo this process over and over. I would like to write an application that fills in all the needed boxes,selects values from drop down menu's and fills in any other information and presses the save & restart button for me is this possible I initially though about trying to find the file on the router that its writing to thinking making its one config file maybe if thats the case I could just write to the file but im not entirely sure. you wont be able to write to the file. its highly ...Show All
SQL Server problem with datasource-query (reporting service)
hi everybody, well i have problem with a query in reporting service for a one checkpoint (fiels VCHKPID for example CHCKPOINT =2) and for every classe in my table This checkpoint (field ID or NAME it's the same) i want to extract the min_boundary and the max_boundary the query i wrote is : SELECT MIN_BOUNDARY, MAX_BOUNDARY FROM CLASSES WHERE (VCHKPTID = @CHECKPOINTSCHECKPOINTS ) ORDER BY MIN_BOUNDARY, MAX_BOUNDARY @CHECKPOINTSCHECKPOINTS is the report parameters. The problem is that this query is rendering a set of record and i want to extract the minBoundary and maxbo ...Show All
Visual C# Is there any function for converting Currency ( Numbers to Words )
Hi groups, I need some idea/ways are there for creating currency conversion. I mean if i give inout as numbers ( say 1500 ) is should convert into text as [ One thousand five hundred only. ] Hope someone already implemented this type of functions for reports etc..pls share your logic and code if any. Check here: http://www.google.com/search hl=en&q=vb.net+convert+number+to+word On the first page there's a couple of example classes ...Show All
Visual Basic how to spell & grammar check forms
I've made a form in MS Word 2000 that's locked. This way, coworkers can fill it out on their PC, then print a hardcopy for our files without accidentally deleting portions of the form. I noticed that the spelling and grammar check is disabled when the form is locked. Is there a way to make certain form areas (mainly text boxes) run a spell-check and grammar-check upon tabbing out of or clicking out of the text box How do I do this From your description - " I've made a form in MS Word 2000 that's locked" These forums are for VB.NET questions. The VB within Word is Visual Basic for Application. VBA is a very different product from VB.NET and there are some other locations where you ...Show All
Visual Basic Allowing Only 1 Decimal "." in Textbox
I am having trouble making it where if the user types more than one "." decimal they get a error msg or whatever. Mainly having problems coding the Character "." Thanks Well what I'm trying to do is make it where you cant put 2.2.2 and only allow the one decimal 2.2 Dont know if maskedtextbox will do that ...Show All
Visual Studio Team System link requirements and tasks
hi, i created a "MSF for CMMI Process Improvement" project. in this project i created a requirement to manage the requirements for the project. but i do not find anything, to link the requirement with a task. is this possible in tfs it would really hurt if it is not possible. edit: i found the possibility to add a work item to a task. "add related work item" . there i can choose "requirement". but if i choose "requirement" i can just add a new requirement and not an existing one. in our project development we have requirements (mostly defined by the customer) and then we have a number of tasks which are allocated to a requirement. we use an access database to manage these requirements. and now we want to use tfs to do this. but how edit2: ...Show All
.NET Development socket connection
hai everybody, i created the socket using Socket (using system.net.sockets) with ipaddress and port mentioned. and normally it returns a socket descriptor.. After that i used to call connect call to establish the connection with the sql server 2000 listen at port 1433 at remote lan.. So, the connection is established with sql server 2000. Now, i want to send the querries to the sqlserver using that tcp connection (means with that descriptor) Is it possible to do if so, pls anybody help me and give me details ... ( " if iam using sqlconnection string iam able to retrive from the database..", but i need without using those ) Thanx in Advance.. ...Show All
Windows Live Developer Forums About MSN personal message and WMP caption...
Hi, everyone !! We know Live Messenger's personal message can change when listen the song with Windows Mediaplayer. And I want to write some code let personal message can show the lyrics with the song synchronous, if the song has it. So, can you show me some example or give me suggestion about the Live Messenger and Windows Mediaplayer communication. Thank you very much !! Hi~ Everybody!! I almost finish this plugin, but I found a problem about the msn update personal message time interval. It's seem update the personal message every 7~8s. It's mean I can see the sync. lyrics A in my personal message field. But in your side, you'll see the same lyrics A after 7~8s. So every lyrics interval must grea ...Show All
.NET Development Converting TimeSpan object to other datatypes
Hey guys,Can anyone help me out. I'm trying to convert an instance of a TimeSpan object to a double. I'm using the TypeDescriptor class, but i get an exception that says TimeSpanConverter is unable to convert System.TimeSpan to System.Double.How do I go about it ThanksT Which version of the .NET Framework are you using I know for sure that TimeSpan as found in the 2.0 Framework won't work under NT 4 because the 2.0 Framework doesn't support NT 4 (or Windows 95). If you are using the 1.0 or 1.1 Frameworks I cannot say with absolute certainty if it will work or not... while TimeSpan is supported on both of those Frameworks, there are times when a framework feature is unsupported by the host operating ...Show All
Windows Forms Deploying files not listed in the Publish>Application Files list
How can I select additional files to include in the Application Files list that need to get deployed My resource files are not getting deployed via ClickOnce. It only seems to include certain file types in that list. Thank you! John ...Show All
Windows Forms suggestion for a book on C# windows application
Hi, Can someone suggest a book about .net or C#-based Software design, programming and best practices for building financial real-time applications For example, such applications are typically built for financial institutions (stock trading companies, investment companies e.t.c) in which dealing with live market data and application performance(in terms of speed) is very critical. Thanks, Search for these related keywords on the internet; Service-Oriented Architecture Data Layer Business Layer Presentation Layer Disconnected Client Architecture Thin/Thick Client There are tons of white papers on these subject. ...Show All
Windows Forms Datagridview, bindingsource, thread problem
I have a datagridview with a bindingsource as a datasource. the datasource of the bindingsource is a datatable from a dataset. When a change occurs in the datatable .. i get notify ... when i get notify i applied the changes in my cache version of the datatable where the bindingsource is pointing. i get the following exception : System.IndexOutOfRangeExceptions: Index 0 does not have a value at System.Windows.Forms.CurrencyManager.get_Item(Int32 index) at System.Windows.Forms.DataGridView.DataGridViewDataConnection.GetError(Int32 rowIndex) I think it's due to a thread problem .. since the datatable is only thread safe on read-only and not write. Do you have a suggestion to overcome that issue I ...Show All
SQL Server is there a way to attach remote files when send email with database mail? thanks
. Renaming the file will not work. If you cannot access the network name, this means that the actual account which is executing the procedure is not able to access the file. Procedure xp_sysmail_attachment_load will load the file during the exection of the sp_send_dbmail. If you are using SQL Server Authentication, then the Service Account will be used for getting the data. if using Windows authentication the curretn u ser should be used. If you are using SQLAgent Account the Agent Account will be used. HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
