473,799 Members | 3,146 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).
4
1,002
thread by: Wayfarer | last post Mar 14 '06 by: Wayfarer
Hello, I'd like to run an application from a windows service. I followed the instructions on the MS site to create a service but when it starts Notepad - notepad window is not visible but process is there. What could be the problem My service has this code: Process myProcess = new Process();
6
6,973
thread by: Susan H | last post Mar 14 '06 by: whynds
I have Visual Studio 2005, trying to properly bind to a nested object tree. I can bind to the top level object just fine, but can't seem to "hook" my nested object in. I have a ShoppingCart object, which has 1+ Shipment objects, which each have 1+ LineItem objects. Pretty standard. I'm looking to print a report that prints out the header...
1
3,293
thread by: Qais | last post Mar 14 '06 by: Peter
Hi there all, i am trying to work on this for past two weeks but nothing seem to work. I am trying to launch a process from windows service (i have to do this way, no other option). Windows service is running under system account with interaction with desktop enabled. The application i want launch is a vb.net gui application. I have tried...
0
886
thread by: Sudhee | last post Mar 14 '06 by: Sudhee
Hi, I am using UIP application Block 2.0. I want current window to be closed when I open next window ( with property Stayopen =false in app.config).I am using Opennavigator. Since I am opening the each screen with StartOpenNavigationTask ,always new task id is getting created and current view is not getting closed.How to make sure that...
0
1,064
thread by: robert | last post Mar 14 '06 by: robert
I installed the C# snippets that were recently made available by Microsoft. Since then when I right-click and choose either Insert Snippet or Surround With... or press ctrl space, choose a snippet and press tab tab I get Multiple Snippets: <choices> I have all my snippets in the default location and nowhere else. The IDE must be reading old...
0
865
thread by: jinu | last post Mar 14 '06 by: jinu
When you save an excel from a vb.net application, throws error object reference not set to an instance of an object. if it is not excel 2000, program is ok only if excel 2000 installed, this problem please help
0
876
thread by: engwar | last post Mar 14 '06 by: engwar
I'm working on a website where we're using .Net web services to feed data to a Flash front-end. The site will have a comments section and we want to display 15 or so comments per page with 'back' and 'next' functionalitiy. We'd also like to show the number of pages of comments and highlight the page they're on. The standard stuff that...
6
1,369
thread by: Eitan | last post Mar 14 '06 by: Eitan
Hello, I have old asp code. Also : Microsoft Visual Studio .NET 2003. I want to debug old asp (asp, not aspx). The asp has no sln, because it before dotnet - can I attach the asp to a *.sln ?
0
868
thread by: Patrick.O.Ige | last post Mar 14 '06 by: Patrick.O.Ige
I have an XML file below:- <?xml version="1.0" standalone="yes"?> <NewDataSet> <CourseEvents> <Code>VEN01</Code> <VenueDescription>Crazy Johns - Internal</VenueDescription> <ReferenceNo>50</ReferenceNo> <Address1>1233 Crazy Drive</Address1> <Address2 /> <Address3 />
0
1,012
thread by: Maqsood Ahmed | last post Mar 14 '06 by: Maqsood Ahmed
Hello, I have converted an application from .net 1.1 to .net 2.0. I added a Windows Installer project to the solution and all worked well. Now I want to bind the solution to source control (VSS 2005). It uploaded all files/project but the installer project. There is no right click option for it either. Am I missing a trick here? Please...
1
12,514
thread by: asairam | last post Mar 14 '06 by: angsram
Hi, I am trying to add a webreference to one of our webservices running on SSL. I got the following error : There was an error downloading 'https://server/mywebservices/myservice.asmx'. The underlying connection was closed: An unexpected error occurred on a receive.
0
1,020
thread by: Willy | last post Mar 14 '06 by: Willy
Dear Sir, I have a quesion about the transactional microsoft message queue order. On the microsoft web site it is written that, if multiple messages are sent to the same queue, Message Queuing guarantees that they arrive in the destination queue exactly once and in the order in which they were sent within the transaction, therfore by the...
0
806
thread by: Ram | last post Mar 14 '06 by: Ram
Hey, I want to use the Cache Application Block as my distributed cache for all my applications. To do so, I create a ServicedComponent wrapper for the Cache Application Block, which is a simple Singleton that holds a CacheManager instance. The Cache configuration is the default (I took it from the example project of the Enterprise Library)....
2
3,618
thread by: hugo.flores | last post Mar 14 '06 by: Michel de Becdelièvre
I remember that in 2003 there used to be a view where you could see your XML file as a table. Where did the "Data view" went in VS 2005?
1
9,238
thread by: Flo | last post Mar 14 '06 by: Charles Law
Hi, I'd like to know if the Microsoft Word 11.0 Object Library class reference documentation is available for developers and where i could get it. Thanks a lot.
1
1,135
thread by: Lukasz Glaz | last post Mar 14 '06 by: Frans Bouma [C# MVP]
How to automatically increase assembly version number after each build in Visual Studio 2005? Thanks Lukasz Glaz
2
2,181
thread by: Abubakar | last post Mar 14 '06 by: Abubakar
Hi, using WTL for GUI, in release mode, if I set the "Runtime Library" to "Multi-threaded DLL (/MD)", I get the following errors: : MSVCRT.lib(MSVCR80.dll) : error LNK2005: _memmove_s already defined in atlmincrt.lib(atlinit.obj) MSVCRT.lib(MSVCR80.dll) : error LNK2005: _free already defined in atlmincrt.lib(atlinit.obj) 4 more errors...
1
4,801
thread by: Daniel | last post Mar 14 '06 by: Cor Ligthert [MVP]
visual studio 2005 install failing I am installing visual studio .net that I downloaded from http://msdn.microsoft.com/subscriptions with my subscription and I get this erro when installing it: Error 1311.Source file not found: C:\vs2005\cd1\_15780_RTL_x86_enu_NETCT_v2.0.cab Verify that the file exists and that you can access it. how to...
4
2,959
thread by: Boni | last post Mar 14 '06 by: Bruno van Dooren
Dear all, I am trying too use sockets for IPC communication on one and the same machine. When following code is executed windows firewall pops up. Is there any possibility to use sockets without a risk to be blocked by firewall. private void ListenIPC( ){ while(true){ TcpListener tcpListener = new TcpListener(10);
0
1,076
thread by: mcskf | last post Mar 14 '06 by: mcskf
Hi, We develop a web based app in VB.Net 1.1. We use an conrol class for holding user's variables. The control process is created when the session created. In the control class we have many arraylists. The arraylists contains classes. Max size 100 element. We use ByRef if we fill this arraylists by sub or function, and we get the error...
0
1,595
thread by: Sebitti | last post Mar 14 '06 by: Sebitti
What are the default size limits for soap request and response? Can I configure the limits in application level (web service server/ client)? Are there any IIS settings that affect the limits? Do you have any recommendations how to handle too large requests and responses? I should notify client if he is sending too large request or asking for...
5
4,139
thread by: Marc Gustafson | last post Mar 14 '06 by: sabapathy
This function is executed when a application file is double-clicked to open in a VC++ application. Specifically, this function is enabled by RegisterShellFileTypes () in the application's InitInstance. However, under MFC 7.1 for VC++ .NET 2003, CFrameWnd::OnDDEExecute has a bug that repeatedly generates this error message in the debugger ...
0
1,046
thread by: ashvinn | last post Mar 14 '06 by: ashvinn
Hi All, I have to use IE treeview control. But on MSDN it is mentioned "Microsoft Internet Explorer WebControls are not currently supported", then 1. Has Microsoft come up with some alternative controls? 2. Has Microsoft withdrawn the support permanently?
1
1,268
thread by: Peter Schmitz | last post Mar 14 '06 by: Chimesy
Hi, I wrote an application that makes use of Crystal Report (for VS 2003). Now, I wanted to deploy this application to a different computer, suddenly, the program crashes, saying that "CrystalKeyCodeLib" was not found on the PC. Any ideas??? Thanks a lot, Peter
5
2,270
thread by: Bill | last post Mar 14 '06 by: Kevin Yu [MSFT]
(I forgot to mention that I'm using C#) ------------------- When communicating with a server via webservices, I need to view and set the timezone information for a simple object (it contains one DateTime and one string). Is there a way to force the DateTime part into a string on the client size, so I can examine the contents (custom...

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.