473,544 Members | 2,509 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).
2
1,898
thread by: hzgt9b | last post Mar 21 '06 by: Andrew
Situation: I've been using VS .NET 2003 to develop apps w no problems. So, today, my manager had me install VS 2005 (& with it the .NET 2.0 framework) so now my machine has VS .NET 2003 (.NET Framework 1.1) and VS 2005 (.NET Framework 2.0). Issue: A program that I developed in VS .NET 2003 now gets a run time exception when executing the...
0
896
thread by: mmitchell | last post Feb 1 '06 by: mmitchell
I'm writing a new UserControl adding a control to the design, which happens to be a 3rd party combobox control. My problem is that the property list is missing all of the custom properties provided by the 3rd party control. Where did I go wrong?
3
1,428
thread by: Richard Lewis Haggard | last post Feb 2 '06 by: Gabriel Magaña
While looking at information on OracleCommand class, I was surprised to see the Microsoft documentation saying "Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework." Am I looking at old documentation or is this true? If true, what is the recommended replacement in Framework 2.0? And what happens when...
4
1,532
thread by: Phil Hunt | last post Feb 2 '06 by: Phil Hunt
I followed a step by step procedure to call a .net DLL from a VB6 exe. But it said it cannot create the class. My question is: do I absolutely need ..NET framework set up on the box to run it. Thanks
2
3,040
thread by: sameer | last post Feb 2 '06 by: sameer
hi all, Description of my .net application: Desktop application using webservices over the internet to communicate with the sql server2000 database which is sitting behind the webserver. Done in VS2003 using VB.net on framework 1.1, Database is sql server 2000 Application works perfectectly ok and no problems at all even if there is a...
8
1,355
thread by: Tony Hedge | last post Feb 2 '06 by: Joerg Jooss
Hello, A .NET 1.1 web app... I create a hyperlink with a complete filename, and the target is for a new window to open. Right now the filenames are all PDF files. Everything works fine, the PDF opens in a new window - until a filename containing a # sign is clicked. A window still opens up but I get the dreaded 'Page cannot be...
2
1,811
thread by: Brandon | last post Feb 8 '06 by: Brandon
I created a setup project in VS.NET 2k5 and added an additional dialog to ask the user where they would like to place icons for my application. The options are Desktop and QuickLaunch Menu. When the user unchecks one of these, or checks one of these, the value is completely disregarded by my setup project when installation commences. I have...
7
7,045
thread by: Michael Peters | last post Feb 15 '06 by: Steven Cheng[MSFT]
I wish to change/set the namespace for a header in my web service. I have found the following code and it does not appear to work and my assumption is because I am using RPC encoding... public class Service1 : System.Web.Services.WebService { // ...
0
864
thread by: Kannan.V [MCSD.net] | last post Feb 1 '06 by: Kannan.V [MCSD.net]
Hi All, Here is my situation, I have my windows application on windows server 2003 and have the analysis services on a different system (win 2003) on the same network. I am using DSO to process the cube, here is a sample code i use. ********************************************** dsoServer.Connect("blrkec14965"); dsoDatabase =...
2
1,954
thread by: sean rogers | last post Mar 3 '06 by: sean rogers
hi i have a web page written in asp.net 2.0 that calls an assembly written in vs.2003. the assembly uses the enterpriselibrary configuration block to get config data. However when ever the v2.0 web page calls the 2003 assembly i get this error:
1
1,128
thread by: guy | last post Feb 1 '06 by: guy
i have a simple (1 form) Winforms VB.net 2003 app and am migrating it to vb2005 testing both on the same box... if i run the 2003 version it works correctly, but the 2005 version fails when attempting to connect to a SQL Server database. looking at the connection object after the attempt i have an exception object in the WorkstationID:-
4
1,199
thread by: DouglasABaker | last post Feb 2 '06 by: Martin Honnen
I'm having problems getting this to return a response in .Net, any ideas? I've been playing around with WebRequest/WebResponse, is that what I should use? Thanks sXMLMessage = "<?xml version=" & Chr(34) & "1.0" & Chr(34) & "?>" & vbCrLf sXMLMessage = sXMLMessage & "<transaction>" sXMLMessage = sXMLMessage & "<userid>" & sUserId &...
1
2,217
thread by: rob | last post Feb 1 '06 by: Mattias Sjögren
It seems MS finally has a hotfix for KB 912019: "You may receive an error message when you rebuild a solution and try to view a Windows Form in Design view in Visual Studio 2005". The problem is that you have to call support which is not for free. Since this is a very serious bug I don't think we should have to pay for this after shelling out...
1
1,610
thread by: Ralf Propach | last post Feb 1 '06 by: Holger Grund
Hi, in C# I can write Type listType = typeof(System.Collections.Generic.List<>); What is the equivalent in C++? I get compiler errors for all of the following: Type listType = System::Collections::Generic::List::typeid; Type listType = System::Collections::Generic::List<>::typeid; Type listType =...
1
1,962
thread by: Peter Larsen | last post Feb 1 '06 by: Peter Larsen
Hi, How do i copy the images from handle to an instance of ImageList ?? This is what i have : Win32Ass.SHFILEINFO shinfo = new Win32Ass.SHFILEINFO(); IntPtr hImgSmall; //the handle to the system image list hImgSmall = Win32Ass.SHGetFileInfo("c:\\", 0, ref shinfo, (uint)Marshal.SizeOf(shinfo), Win32Ass.SHGFI_SYSICONINDEX |
1
1,929
thread by: michelle | last post Feb 3 '06 by: Christopher Reed
Hi, I'm brand new to Crystal Reports and have just gotten my feet wet with VS.Net. I have a web application in ASP.NET 2.0 (VB) that writes to a SQL Server 2005 database. I need to utilize Crystal Reports to create lengthy, multiple page legal documents pulling information from one record in the database.
3
2,878
thread by: noreponse1 | last post Mar 9 '06 by: R. MacDonald
Hello, I have a solution that contains two projects. I have 2 dlls that these projects use. Here's how it's set up: Solution -ProjectA --References ---DLLA -ProjectB
2
1,016
thread by: helene powl | last post Feb 1 '06 by: Clive Dixon
We are working with customers and partners developing VB.NET applications. We want to allow access to some of our methods in assemeblies but not others especially those used for Licensing , Passwords and Encryption. Question how do you restrict access to certain routines ?
0
1,212
thread by: Kobe | last post Feb 1 '06 by: Kobe
I am trying to bind data in a collection to a combo box in a windows application. I am able to retrieve records from the collection but when I bind it to the combo box, nothing is displayed cmbo.DataSource = amap.Streets cmbo.DisplayMember = "StreetName" cmbo.ValueMember = "MSN_ID" This same code has worked before on an older machine. I...
20
1,782
thread by: Andrew Roberts | last post Feb 15 '06 by: Andrew Roberts
Any more info on this? Anyone know when it will be released?
1
1,077
thread by: Tom Stratford | last post Feb 1 '06 by: Clive Dixon
Having trouble linking my strong named assemblies together with a vendor provided assembly that is not strong named. Is this possible without giving up my standards for using strong names?
3
2,293
thread by: BJT | last post Feb 1 '06 by: Tomas Restrepo \(MVP\)
Hello, How can I return a struct type e.g. System::Drawing::Point from a managed c++ class to a C# assembly? When I have the declaration of the managed C++ class's member function as System::Drawing::Point __gc* GetData(); then the C# assembly can't see it, presumably because System.Drawing.Point is a struct rather than a class. The...
0
908
thread by: ExDelphi | last post Feb 1 '06 by: ExDelphi
Hi all Is there a way that I can display the available internet connection profiles in a combobox using visual basic .net 2003. Something similar to clicking on Start -> Connect To -> Show all connections. I would like the user to be able to select a method for connecting to the internet from this list. Thanks
1
2,994
thread by: Henrik Skak Pedersen | last post Feb 2 '06 by: Steven Cheng[MSFT]
Hi, I have created a web service which is using SSL. I already have another web service running on the same server using SSL therefore I have to use another port. But I get the following error when I try to call my web service. Is there any way to avoid this error? The underlying connection was closed: Could not establish trust...
6
10,290
thread by: vladislavf | last post Feb 2 '06 by: vladislavf
Hi All, I need to pass array of strings from C++/CLI to unmanaged C++ function. (The unmanaged API signatire is : int Combine(int NumOfInputFiles, wchar_t **names) and I want to call it from C++/CLI code by using C++ Interop ) But unfortunately I have only one day experience in C++/CLI so all my attempts are failing.

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.