| Thread | Last Post | Replies |
|
| Version error | 11 Apr 2005 16:03 GMT | 5 |
I am getting the following error: Warning: The dependency 'ShoppingCart, Version=1.0.1895.27037, Culture=neutral' in project 'www.sitename.com' cannot be copied to the run directory because it would overwrite the reference 'ShoppingCart,
|
| Upgrade to Framework 1.1 | 11 Apr 2005 16:02 GMT | 1 |
Hi ! I upgraded one of my project from Framework 1.0 to Framework 1.1 by adding this to my APP.CONFIG files: <startup> <supportedRuntime version="v1.1.4322"/>
|
| Excel-like Statistical and Financial Functions | 11 Apr 2005 15:49 GMT | 1 |
Excel is packed with a bunch of statistical and financial functions. Is there a comprehensive set of similar functions in then .NET Framework base classes? Or do I need to somehow call Excel via com interop, or ??? Thanks!
|
| Creating satellite assemblies using al.exe | 11 Apr 2005 14:10 GMT | 8 |
I am building a asp.net application which has satellite assemblies. When building the satellite assemblies dll's from Visual Studio 2003 GUI the application works fine . i.e. the resource dll's of different cultures are loaded correctly. But When I build the satellite assemblies ...
|
| System.Security.Cryptography.CryptographicException (incorrect parameter) | 11 Apr 2005 12:35 GMT | 1 |
I am implementing a solution based upon Sitecore CMS version 4.3.2.6 .Net 1.1 on a Windows 2003 server We are experiencing an error once in a while when transforming XML with XSLT. We receive an exception
|
| ArgumentException @ Image.FromStream(stream) | 11 Apr 2005 09:03 GMT | 1 |
I get an "ArgumentException: Invalid parameter used at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement)" exception. it is too ridicilious to get such an exception, can anyone see what might cause that exception?
|
| Architetural Decisions | 11 Apr 2005 08:13 GMT | 1 |
I'm on my way to my first OOP-for-real project in C#, and having some big trouble with code architeture. I have four namespaces: - Layout
|
| Communicating Between Two Forms | 11 Apr 2005 08:10 GMT | 4 |
How can I call a function located in Form1 while in the scope of Form2? I've tried Form1.MyFunction() but I get a compile errors. Any ideas? Thanks.
|
| Com AddIn Interoperability | 11 Apr 2005 07:07 GMT | 1 |
I have written an Outlook COM Add with VB.Net. This add uses Word and Access. I can instantiate both but neither process seems to want to stop. With Access I am opening a report using the DoCmd object. Then closing the report the same way. When I want the process to end, I call the ...
|
| OLAP with asp.net | 11 Apr 2005 05:57 GMT | 2 |
I want to convert ADOMD cellset to XML format so that it can viewed in OWC 10 chartspace.I am using SQL server OLAP services.What should i do? My problem is as follows: I have used the custom control whose link is given below.This drag drop
|
| Calling managed code | 11 Apr 2005 02:57 GMT | 2 |
I just created a solution that is based on unmanaged C++ code. Now, the .net framework consists of some cool functions and classes - there is especially one namespace I'd like to use. That's why I'm currently trying to figure out what's the best way to use
|
| How to use licensing in my .NET Application | 10 Apr 2005 22:28 GMT | 1 |
I am about to start selling a new .NET Windows application but I am having a hard time deciding how to control licensing. The application will be sold on a per machine basis. So someone can buy 20 copies and install it on 20 computers. The application uses webservices and I would ...
|
| Plug-ins and security? | 10 Apr 2005 19:00 GMT | 2 |
Im creating a host application (a game) which allows for users to supply a custom computer AI. This will be in the form of a plugin assembly which supports a specified interface. So the host will call interface functions in the plugins like PerformMove(GameState gs). The host ...
|
| PowerBuilder or .NET | 10 Apr 2005 18:38 GMT | 3 |
In our company we are developing new products (distributed applications) using .NET and SQL Server. However, there are some persons who continue to work with PowerBuilder and Sybase ASA (Adaptive server Anywhere) for old applications maintenance (client-server app), but in this ...
|
| dynamically build an array | 10 Apr 2005 16:15 GMT | 1 |
Hi there, hope you can help How can i put the contents of the clipboard into a two dimensional array of type double? i can get the data with: Dim iData As IDataObject = Clipboard.GetDataObject()
|