And so, you are inviting issues if it comes to a license audit, and opening the door to intermittent, unpredictable server performance down the line. Hey, glad...
Thanks guys for your time. I solved it by calling the Quit() method of the interop object. But that worked in a machine with IIS 5. In another IIS 5 machine, I...
there are different reason it may happens 1. Even though you kill the process, and also not able to see in task manage then also process will be there for a...
If you're using VSTO to open those files, or any form of Office interop assembly, you should be aware that they're not licensed for server use, nor are they...
As far as I can infer from the code sample that you gave here, error is because of anonymous type you are using as datasource, here is what I believe should...
Hi all, I am working on an asp.net 3.5 application and part of my application opens up an Excel and Powerpoint file. After opening those files, I have released...
i still having an error.. this is my code behind the datasource: <asp:ObjectDataSource ID="ObjectDataSourcePorts" runat="server" SelectMethod="GetPorts" ...
Because I'm not working in .Net. I'm working in C++ and MS Visual Studio 6. We're in the classic bind of wanting to migrate to C# but not having the time, so...
error indicates that datasource object that you are using to bind with dropdown does not have property "PortId". Possible reasons are 1) You dont have property...
hi to all, im a newbie in asp.net c# programming im having this error: DataBinding: '<>f__AnonymousType5c`29[[System.Int32, mscorlib, Version=2.0.0.0,...
I think Rob's flagship application is written in C++ using MS Visual C++ 6. How to directly sheeh WebBrowser control in .NET? I would like to know. ...
You need to put a win32 host control on the form, then put the OWC in there. It should work from that point. You won't see it in the designer because it's not...
Sorry, should clarify that. You can expose C# to COM all day long. And if you don't want to do that, you can expose it via a service that C++ can call all day...
Why in the world would you use an old-school OCX when you can use a WebBrowser control in .NET? Sheesh! ∞ Andy Badera ∞ +1 518-641-1280 Google Voice ∞...
Hi, i am having a problem here regarding the WPF control. i used the Microsoft office speardsheet 11.0 in windows forms. now i wanted to use it in wpf...
Hi all: I have a new web application using c# that should allow user to upload video with maximum 5 minutes, the plroblem appears when displaying video, the...
Hi Rob, You may use c#.net to create a COM control (OCX) to show your webpage. That is very simple. Then you use this OCX in your c++ code. Good luck. ...
The problem is that this is not a .Net managed control. This is an old library used in a Visual C++ 6 application, and it's not even a library we developed....
Isn't it cheapter to just fix the problem? These issues are fairly easily resolved. The "memory leak" is most likley in the interop layer associated with the...
Rob, We have custom web Kiosk that was originally written in VB6 and recently converted to C#. The application is a Windows form application that hosts IE....
Greetings! Our flagship application is written in C++ using MS Visual C++ 6. When the application starts, it shows some buttons across the top and down the...
Hi, I have some forms where the Icons dont show up in the Windows TaskBar. Instead the main Program Form's icon shows when these forms open. It's not all...
Well i solved it in the following way: ... public static void RegisterTreeNodeEffect(System.Web.UI.Page page, System.Web.UI.WebControls.TreeView treeView) { ...
I have the same problem . Mahmoud Ghoz www.Ghoz.NET From: CSharpNET@yahoogroups.com [mailto:CSharpNET@yahoogroups.com] On Behalf Of Tanvir Faraj Sent: Monday,...
Hi, Please consider the following case: I have a treeview control in a page. Only name and value property is set for each treenode. The 'SelectedNodeChange'...
You'll have a line defined by its start and end points. You will need to define handlers for the mouse down and mouse move events, and maybe the mouse up...
Dear Dan , Thank you for your support . Regards , Mahfouz ________________________________ From: Dan Fat <dan_fat83@...> To: CSharpNET@yahoogroups.com ...
Hello. Unfortunatelly I can't give you any code. But if you like, you could start developing the application, and I'll help whenever I can. With regards, Dan...