473,574 Members | 2,573 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET Framework Forum

Microsoft . NET Framework - Ask questions about Windows Communication Foundation(WCF), Windows Workflow Foundation(WF), applications (web, server, smart clients, console and database).
1
1,116
thread by: Anders Øgsnes | last post Nov 22 '05 by: Ken Tucker [MVP]
Hello! I'm not sure that this will go to whom it may concern, but I try anyway: Topic Maps (ISO 13250) are referred to as the "GPS for distributed information” - Anybody who knows about Microsoft have a look into the Topic Maps technolgy, in order to adapt/support/implement it in MSSQL/.NET? Anybody else in the .NET communityr with...
0
289
thread by: Brian | last post Nov 22 '05 by: Brian
When useing a Crystal Report (CR) bound to a dataset.xsd, the paramenter do not show up in the CR Field Exploere. The parameters are defined in the stored proc that I used to create my dataset. file. Yes I can access them via my VB.Net code, but I am unable to access them and their values from within my CR document formula code Is there a...
0
261
thread by: Charles Bentley | last post Nov 22 '05 by: Charles Bentley
I'm doing a survey about practical uses of IDEs in general and code commenting in particular If you are a big fan of your IDE (be it a text editor or a big fat IDE), make your voice heard. You can vote for your IDE among other things Survey title: Code comments vs You and your IDE http://forward.at/survey Cheer
0
728
thread by: dmcdowell | last post Nov 22 '05 by: dmcdowell
I am looking for a set of IVR tools for Visual Basic.Net, does anyone have any suggestions
0
1,574
thread by: Matthew Fitzpatrick | last post Nov 22 '05 by: Matthew Fitzpatrick
My application has a settings class that is serialized to save and deserialized to load. I'm having a problem where i catch the WM_QUERYENDSESSION event via WinProc to save my application's settings when a user logs out, reboots or shuts down the system. The behavior of XmlSerializer is that it creates temporary dll's to do the...
1
1,050
thread by: Nestor | last post Nov 22 '05 by: William Ryan eMVP
Can some explain how I can do this or point me in the right direction please I have a frmMain with buttons to allow maintenance of various data tables. The tables all have the same format so I would like to reuse the code for displaying, etc. To do this I have a frmSystemTblEdit How do I pass a variable from frmMain to frmSystemTblEdit...
5
259
thread by: Lee | last post Nov 22 '05 by: Eric Cadwell
The following code generates the error "...not all code paths return a value" but I can't find the problem. I have tried putting "return;" or "return 0;" just after the close of the "if" statement with no luc protected void sGetError(SqlException oException, SqlConnection db int i sError = "" if (db != null) for (i = 0; i <...
0
1,267
thread by: .pd. | last post Nov 22 '05 by: .pd.
Hello, If I have a static control and 2 forms, each of which references the static. When I return from the 2nd and go back to the first, the reference to static control appears to have been removed altogether. It disappears from the first form. If you run the following example, click "DerivedForm1" then close it (ok). Then click...
3
315
thread by: OC | last post Nov 22 '05 by: OC
I have a datatable for which I have bound a DataView. I have three rows in the table, with rowid = '12310104', '12314402', and '12315208'. When I do a dvHdr.RowFilter = '12314402', it returns a count of 1 set to '12310104' rather than what I am looking for. However, if I do, say, dvHdr.RowFilter = '12314403' (non-existent), it results in...
5
397
thread by: jim | last post Nov 22 '05 by: Peter Rilling
I new with .net and asp. I can't find a way to link a asp page from a asp.net page. I have tried a button and even a simple hyper link is not working. When I click the hyper link in asp.net(in the navigateUrl I have an asp page), it let me down load the asp file. Can anybody help me? Jim
0
1,101
thread by: DIMM | last post Nov 22 '05 by: DIMM
Using vb in vstudio .net I have implement the datagrid control in the application this is the situation I fill my datagrid with data and the scroll of the data grid not appear to be anable but it is enable mydatagrid.enable = "true", but the scroll disappear for any reason. see de jpg http://www.properlyfit.com/test.html did some body know...
0
980
thread by: Geir Sanne | last post Nov 22 '05 by: Geir Sanne
hi!! im trying to make a little program that displays a simple for with a toolbox on the left the user can then drag items from the toolbox onto the form like you can in visual studio .net with textbox, buttons, etc my problem is how to i set my form,controls in design-mode regard Geir Sann
2
306
thread by: soubry cedric | last post Nov 22 '05 by: easylm
Hi I'm looking for a blueprint, architectural software design concerning licensing. We have a three-tier application (Gui/Application/Db).
1
1,566
thread by: Billg_sd | last post Nov 22 '05 by: richlm
I need a routine to search an entire XML document (all nodes) for a specified string & return the count (or return an arraylist of references to the nodes. I've tried various combinations of the code below, but somehow not all children or siblings are checked. I'm lost. --Billg S Public Function CountNodeValue(ByRef pNode As Xml.XmlNode,...
1
1,222
thread by: OC | last post Nov 22 '05 by: Rob Windsor [MVP]
I go into the properties menu of my solution and changed Configuration from Active(Debug) to Release. All projects were changed. However, when I recompile the solution, I only get the debug version... going back into solution properties I see it has been reset to Debug(Active). What's going on?
0
458
thread by: David Moore | last post Nov 22 '05 by: David Moore
Hello I posted a thread about this a while back, but I can't actually find it again so I can reply to it with the solution I found, so I'm making a new thread and hoping it goes to the top of the Google search results for the error like the previous thread. This is actually a solution to a problem, not a call for help, so you can stop...
0
322
thread by: Tom Vogel | last post Nov 22 '05 by: Tom Vogel
This problem happens like every half our. I can build or rebuild a project and start the debugger just fine. But every now and then, a Confgiration Error, "Access is denied: 'myproject' is shown, marking <add assembly="*" /> in red. The underlying problem is, that one of the sub-folders in...
0
832
thread by: Dan | last post Nov 22 '05 by: Dan
Anybody know if there is an easy way to get source code statistics for an asp.net project? I am looking for counts for lines of code, comments, classe, pages, ect. Thanks.
4
380
thread by: Jason | last post Nov 22 '05 by: Jason Carter
How can I create a stream object from webservice that returns an image in byte format?
0
247
thread by: Massy | last post Nov 22 '05 by: Massy
Hi I have created a date-range parameter in crystal and i wanted to display the value of what the user has chosen in the title of the report I have dragged the parameter onto my report but when i run the report and enter the date range parameters, no values are shown in my title. Am i doin something wrong?
0
1,124
thread by: Doug | last post Nov 22 '05 by: Doug
I am working on an existing .NET (C Sharp) component that had a com interface that was used by a VB component. When it was originally written, it had the SSEAssemblyCom class below - minus the two last methods (for space I modified method names in my example below). I added those. Everything but the two new methods I added referenced the...
0
791
thread by: Chuck | last post Nov 22 '05 by: Chuck
I have KeyPreview set to true for my form. How do I ucase all of my keyboard input at this level?
0
237
thread by: George | last post Nov 22 '05 by: George
Hi, I am having serious problem in installing VS.Net, especially the pre-requisite CD. The installation fails at "Setup Runtime Files "after successful update of MDAC'S,J# Re-Distributable and Framework. I stopped al the services just to make sure there were no conflicts, but still I am unable to install successfully. Please help me get...
1
322
thread by: Laurence Nuttall | last post Nov 22 '05 by: Scott M.
In vb 6 when I typed in if then else endif vb 6 would automatically capitalize the if then else and endif words, ..net does not How can i get .net to capitalize keywords?
1
344
thread by: LWoodIS | last post Nov 22 '05 by: Peter Huang
Do you know any way to invoke UDL from a Windows Application? I want the user to specify connection parameters, currently I use SQLDMO to display Servers, Databases, and enter userid & password. UDL does all of that for me, but I do not know how to invoke it. I read a few years back that VBScript could do it. Lewis

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.