| Thread | Last Post | Replies |
|
| Referencing classes in an exe | 22 Jun 2005 14:36 GMT | 3 |
This is probably simple, but for some reason escapes me. I've got a solution with a main project set to build an exe and the others to build dlls. How do I reference a class in the main project (that will be the exe) from one of the others?
|
| Display image from file-server | 22 Jun 2005 13:32 GMT | 1 |
My problem is like this: I have a file-server and a web-server. How do I display images that r stored on the file-server. The users only have dircet access to web-server.
|
| concurrency violation | 22 Jun 2005 13:10 GMT | 2 |
>From reading this group and the documentation on msdn (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlr fsystemdatadbconcurrencyexceptionclasstopic.asp) I see that the DataAdapter (for ADO.Net) will throw a DBConcurrencyException for an update or ...
|
| How to get physical path | 22 Jun 2005 12:37 GMT | 3 |
I am developing an application in which am using the windows application template. In one of the form i'll place a text box control and a button control, if i entered the virtual directory name in this text box then it has to show me
|
| Design Question | 22 Jun 2005 12:11 GMT | 1 |
I have a Managed Server (.NET) and a COM Client The Server SDk is in .NET(not remoteable) I have to get some information from the server and display it on client machine.
|
| Access is Denied | 22 Jun 2005 11:44 GMT | 2 |
I am using VB.Net for my applications and Clear Case for Configuration management. When I chkout the files, do changes to the vb-forms and try to save, then DotNet Environment gives me ACCESS IS DENIED message. This doesnt seems to be ClearCase problem since i am able to modify ...
|
| TreeView datasource ? | 22 Jun 2005 08:40 GMT | 2 |
Is there an easy way to bind a treeview control with an XML object as datasource? In a similar way as the dataset is doing, and build columns accroding to XML node, I could imagine a treeview which build its notes accordind to XML
|
| Binding to an <asp:label> | 22 Jun 2005 07:29 GMT | 1 |
I created a dataTable that returns a value from a stored procedure. How would I bind that results of a query to an <asp:label>? Thank you!
|
| The server tag is not well formed | 22 Jun 2005 07:06 GMT | 5 |
I am very new at all of this and am using a book to put together an e-commerce website using VS.NET 2003. I have run into a problem and have looked around the web but with no help. I am getting the following error when I try to load my website.
|
| ManagementClass.GetInstances() throws COM exception | 22 Jun 2005 07:04 GMT | 1 |
We have created a custom adapter for Microsoft BizTalk using C#. We wish to add the adapter to the BizTalk adapters list automatically upon install and remove it on uninstall. We found this code, which seemed to do exactly what we want:
|
| Want to learn about Setup/deployment | 22 Jun 2005 00:54 GMT | 2 |
Does anybody know of a single source of information (book, article etc) on setup/deployment projects? I've got the old Wrox Deployment one, but I'm tired of never finding what I'm looking for.
|
| when to use sqladapter and when to use ado.net | 21 Jun 2005 21:14 GMT | 11 |
I am new to vb.net coming from vb6 (intermediate level) 1. I am trying to wrap my mind around when I would use ADO.Net and when to use sqladapter. 2.can I use sqldataadapter in web app?
|
| TimeSpan.Parse resulting in 00:00:00, why? | 21 Jun 2005 20:51 GMT | 9 |
I'm using the timespan's Parse method to build my timespan from a string. here's the line I use : m_Delay.Parse(RegKey.GetValue("Delay", "01:00:00")) the value I get from the RegKey is 00:00:30, so it should give a timespan of
|
| Project Comparison Tool | 21 Jun 2005 20:15 GMT | 2 |
Is anyone aware of a project comparison tool that would allow me to compare two similar VB.NET 1.1 projects? I know SourceSafe would do it but I'm not willing to go through THAT pain again. A bulk file compare tool would probably work just fine. Thanks!
|
| Threading issue | 21 Jun 2005 19:35 GMT | 1 |
I have created a thread to execute my task but for some readon the application still locks up until the task is completed.Here is my sample code code on button Private Sub cmd_Click(ByVal sender As System.Object, ByVal e As
|