473,788 Members | 2,854 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).
5
6,421
thread by: Troot | last post Mar 2 '06 by: Troot
Hi All, I was wondering if someone could clear this up for me. I have constructed a sample for a bigger problem I'm having. So, given the xml file: <?xml-stylesheet href="test.xsl" type="text/xsl"?> <test> <p><!]></p> </test>
3
9,668
thread by: John Scott | last post Mar 2 '06 by: bivaro
Hey I've got an odd problem here. I have two user controls on a single page. Here is the flow of my page Page(OnLoad) UC1(OnPreRender) UC2(OnPreRender) Page(ButtonClick) UC1(OnPreRender) UC2....NOTHING
1
1,486
thread by: MrBigDBaker | last post Mar 2 '06 by: Kevin Spencer
Long story short. Power goes out, and comes back on. I restart my computer and everything starts ok...then the Blue screen somes up saying something is write protected or something.After restarting, I tried hitting the F8 were it gives the option of starting windows in safe mode, restarting to previous good state, or to start windows normaly....
1
1,507
thread by: Konda | last post Mar 2 '06 by: nemtsev
Hi All, I have a problem with DataSet while adding a new row into dataset by another dataset. My assignment is Adding and Removeing from Two Grids. I want to add a row into new Grid2 when i selected a row from grid1 then it should be deleted from grid1 after added into grid2. these manipulation is only done into dataset not in database....
24
1,834
thread by: Rob R. Ainscough | last post Mar 2 '06 by: Kevin Spencer
I was reading yet another book on .NET - VB 2005 Professional (wrox) and read the statement; "Microsoft has staked their future on .NET and publicly stated that henceforth almost all their research and development will be done on this platform. It is expected that, eventually, almost all Microsoft products will be ported to the .NET...
5
1,237
thread by: Ecke | last post Mar 2 '06 by: nemtsev
Hi, i have writte 3 projects, 1 application (.exe) and 2 DLLs. In the application i use the references to add the 2 DLLs to work with their namespaces and functionallity. But the application always copys the DLLs in its own diretory. I want to have my own structure e.g.:
1
1,060
thread by: Abubakar | last post Mar 2 '06 by: Abubakar
Hi, I have 2 projects in a slolution, one is a dll project and other is exe. I have some exported functions from the dll code using __declspec (dllexport ). In the exe code I have created a header file that contains prototypes of the functions that are in the dlls. I have specified the lib file in the exe's project settings and everything...
7
1,434
thread by: Kevin Frey | last post Mar 2 '06 by: Willy Denoyette [MVP]
Using .NET 1.1. We have a mixed-mode assembly written in Managed C++ that we are using from an ASP.NET application that has been coded using C#. The mixed-mode assembly has its own "initialisation" routine to cater for any potential "mixed-mode DLL loading problem". Some of our code uses thread-local-storage, and in the DllMain for my...
0
1,479
thread by: Filippo Bettinaglio | last post Mar 2 '06 by: Filippo Bettinaglio
Hi, I use VS2005 , C#, .net2.0 framework. Listview object: I use the object in the following mode: listView1.View = View.LargeIcon; listView1.LargeImageList = imageList1;
2
1,842
thread by: tbatwork828 | last post Mar 2 '06 by: S.Sengupta
Visual Studio 2005. I have compiled my dlls/exes in Release mode and also setting Debug Info="full"under Project - Properties - Build - select "Release" under "Configuration" drop down - the Advanced button at the bottom. When I compile, I get all pdbs for each dll/exe. We are running Win XP. At the client, my app then crashes, and a dump...
2
1,882
thread by: Jordan | last post Mar 2 '06 by: Michael Nemtsev
I'd appreciate references to online materials presenting general recommendations or best practices (if there are any) for organizing .NET projects.... ideally covering things like naming conventions, custom namespace usage, file and folder hierarchies, multi-project solutions, etc. And, yes, I understand there is no one "right way" to do...
0
838
thread by: krs | last post Mar 2 '06 by: krs
Hi, I wonder if anyone can offer some advice on the best way to accomplish this: I have an existing asp.net app that displays products from a catalogue, data stored in access. My friend has provided an xml feed from their database so that I can incorporate their data into my app, without the need to duplicate the data. How would I go...
0
886
hi,
thread by: Andrew | last post Mar 2 '06 by: Andrew
0
870
thread by: Bevo | last post Mar 2 '06 by: Bevo
Anybody want to tell me how to create a custom toolbar for the IE browser by using Visual Studio?
1
3,464
thread by: Marek Murin | last post Mar 2 '06 by: Marek Murin
Hi all, I have created vb.net user control that has to be used by vb6 form. Everything goes well with putting the vb.net user control on the VB6 form until I want to receive any event from my control. The event handler is displayed on VB6 IDE combo and you can create a sub for it as usual, but when I run the vb6 form to test it, it won't...
0
2,734
thread by: Eagle | last post Mar 2 '06 by: Eagle
Hi all. I have an intranet under Win2000 with windows XP clients. My intranet works with authentication mode="Windows", under a domain, so active directory manage the accounts. Now I need to connect to other server that has one citrix metaframe system, in order to access some aplications with its tecnology.
3
1,047
thread by: Abubakar | last post Mar 2 '06 by: Abubakar
Hi , I wrote the following code in c++ (native) to get file size: int o_get_file_length(const char * filename) { ifstream f (filename, ios::binary ); f.seekg (0, ios::end ); int length = f.tellg (); f.close(); return length;
1
955
thread by: Monty | last post Mar 2 '06 by: Cor Ligthert [MVP]
Hello, I am new to VS VB.net 2005 and would like some comments if possible. I should say that this is a site I am making (trying to make) for the Internet. Why can't I use the text field to databind a patients name for example. What is the commonly used method for just binding my database data to just one field, as in VB or Access? I'm...
1
1,036
thread by: Monty | last post Mar 2 '06 by: Cor Ligthert [MVP]
Hello, I am new to VS VB.net 2005 and would like some comments if possible. I should say that this is a site I am making (trying to make) for the Internet. Why can't I use the text field to databind a patients name for example. What is the commonly used method for just binding my database data to just one field, as in VB or Access? I'm...
3
3,718
thread by: Polvere | last post Mar 2 '06 by: vcuser
Hello everybody, I'm experiencing a problem during debug with Microsoft Visual C++: wherever I set a breakpoint (and even if I disable all breakpoints) the debugger goes into disassembler mode, and it stops at the same line, returning a dialog windows that says: "user breakpoint called from code at 0xXXXXXX". The active module is NTDLL,...
2
1,284
thread by: DB | last post Mar 2 '06 by: Gopi
Hi I have a specific problem of Access to Internal IIS and therefore need to have two Web Services to return the Dataset from one of them. The Internal Web Service Returns a Dataset of Addresses from a SQL Table The External Webservice has the added reference to the Internal Service and needs to have this dataset passed to it and return...
1
1,979
thread by: a4w | last post Mar 2 '06 by: Gary Chang[MSFT]
I am not sure if this is too-granular a question to post to this group; however, I did not see a Tablet-specific group. I am experiencing a problem with the Microsoft.Ink.Ink.HitTest(Point , float) method in the Tablet SDK. I have pasted code below that verifies the problem using NUnit. In short, performing a hit-test on a Stroke that I have...
2
1,270
thread by: iwdu15 | last post Mar 2 '06 by: Kevin Frey
hi, how would i get the memory address of a said pointer in my program? thanks -- -iwdu15
3
1,470
thread by: Dave | last post Mar 2 '06 by: Dave
If I have a name of a User Control in my project, how can I set an Object to that User Control? ie; I have a User Control, called "Accounts" in my project I tried the following code strUserControlName = "Accounts" frmMain.Controls.Add(strUserControlName)
1
1,155
thread by: AVL | last post Mar 2 '06 by: Adam May
Hi, I want to consume web services.. Are there any webservices which offer updates on weather and stock news without any licenses...I mean free of cost..........Please help me out

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.