473,799 Members | 3,006 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).
1
1,835
thread by: Ken | last post Mar 11 '06 by: Michael Nemtsev
I have visual studio .net 2003, the problem is now the solution explorer window, and the class view window are gone, they are originally located on the right hand side of the visual studio window. I went to menu bar and click view and it shows up, but I want it to locate on the right hand side as it used to be, rather than floatting around on...
1
1,470
thread by: Developer | last post Mar 11 '06 by: pvdg42
VC++ 2005 Express Edition: I have a textBox with the properties: this->m_TextBox_Desc->Multiline = true; this->m_TextBox_Desc->WordWrap = true; this->m_TextBox_Desc->ScrollBars = ScrollBars::Vertical; I read my database with a description for the user. I want to load each line into a listView. With wordWrap and the Width of the...
0
1,089
thread by: api | last post Mar 11 '06 by: api
I've got a problem. I'm trying to simplify a path in SVG, namely approximate arcs by cubics. Could anybody of you direct me how to find intermediate points? The path's direction matters. Piotr
4
1,578
thread by: hyd | last post Mar 11 '06 by: Marcus Heege
With C++/CLI - VS2005, is it possible to have static constructors that are automatically called when the owner assembly is loading ? Otherwise, how it is possible to call it without creating an instance of the class or calling a static field of this class ? I need to "register" some classes in a list of classes so that I can create them...
3
1,429
thread by: Tyler | last post Mar 11 '06 by: Tyler
Can someone help by explaining why the following class will not compile (VS2005), and what can be done to pass the function pointer to the "C" method? When I compile the following program, I get "error C2664: 'CMethod' : cannot convert parameter 1 from 'Test::DoItFn ^' to 'void (__cdecl *)(void *)': #include "stdafx.h" void...
0
807
thread by: Martin Knopp | last post Mar 11 '06 by: Martin Knopp
Can anybody tell me which codepage .NET is using when it needs to marshall a Unicode string to ANSI when calling an external DLL which does not support Unicode? Is it using CP_ACP or CP_THREAD_ACP? Regards, Martin
4
1,769
thread by: scoomey | last post Mar 11 '06 by: Martin Honnen
Hi folks, I've got what I think is an interesting problem that I'm having trouble finding a solution for. I have an XML document that I render to the browser via an XSLT transformation to XHTML. I want the output to include links to a JavaScript routine that I will write to modify the original XML, but it seems that once the XML is rendered to...
3
1,074
thread by: TFB | last post Mar 11 '06 by: Michael Nemtsev
I am looking, but cannot find, the location of icons and bitmaps after installation of VS2005. Are there any included? I know in 2003 there were many to choose from but either I am looking in the wrong place or they are not included (which I doubt) or I have just been up too long today and cannot think straight.
2
1,439
thread by: Vipul Pathak | last post Mar 11 '06 by: Nick Hounsome
Hi everyone, I have a .NET 1.1 application ready to be ported on .NET 2.0. With some of the features made obsolete in 2.0 and the new recomended methods are not available in .NET 1.1, It leaved me with a question in mind: How come I conditionally compile my application with .NET 1.1 and 2.0 ? An example of obsolete method in 2.0 is:
0
1,280
thread by: Symon | last post Mar 11 '06 by: Symon
I've got a web service project that was built under VS 2003 which has a SoapExtension in the project. The SoapExtension is registered in the <soapExtensionTypes> element of the web.config and has worked fine for some time. Recently we tryed to update the project to VS 2005 and run it under ASP.NET 2.0, but now we get a compile time...
1
7,307
thread by: James | last post Mar 11 '06 by: Michael Nemtsev
Hi There, I'm currently developing a simple window service application and was wondering how do I install the service on a machine that doesn't have the ..Net SDK but ONLY the .Net Framework? I see most sites say use InstallUtil.exe but you'll need the .Net SDK to use that. All help would be appreciated. Regards
9
2,951
thread by: PeterWellington | last post Mar 11 '06 by: PeterWellington via DotNetMonster.com
I have a column in a data table that stores enum values and assigns a default value: Dim dc As New DataColumn("TestEnumField", GetType(DayOfWeek)) dc.DefaultValue = DayOfWeek.Thursday When I try to serialize/deserialize dataset schema, I get the error below during deserialization: "System.ArgumentException: The DefaultValue for column...
0
1,359
thread by: bosky101 | last post Mar 11 '06 by: bosky101
hi, im using VS 2005 ,and working on a windows applicaiton that opens powerpoint files. I ahve stumbled upon the folowing problems : 1. no pIA 's for office 2000 . what do i do ? 2. i managed to use ildasm to try to generate my new powerpoint dll's . as follows in VS command prompt of the projects bin/debug folder :
4
2,007
thread by: Nathan Sokalski | last post Mar 11 '06 by: Nathan Sokalski
I am writing a piece of code for an ASP.NET function that generates an onKeyPress JavaScript eventhandler that uses the event.keyCode / event.which properties. I have two situations that I would appreciate any advice on: 1. I know that IE uses event.keyCode to get the key pressed. I have, however, seen sites that some versions of Netscape...
0
1,070
thread by: archana | last post Mar 11 '06 by: archana
Hi all, I am having web service which is deployed on windows server 2003. I am using that web service in my windows application. That window service is inserting large amount of data from file into sql server's database. My first problem is it is giving me error :-
0
925
thread by: Timothy Elvidge | last post Mar 11 '06 by: Timothy Elvidge
On recompling a program that basically processes strings. I have found it significanttly slower than when running it in a 32bit environment despite specifying compile for X64 processor. Is this because the net references are all to the 32bit version of the Framework rather than Framework64? Can you change the VB project to reference the 64bit...
1
1,831
thread by: Kent Boogaart | last post Mar 11 '06 by: Kent Boogaart
Hi, I created a DataSet in a seperate DAL library project. It created the settings file to store my connection string. However, AFAIK, library projects do not support settings files because the app.config file is not copied to the output directory. Therefore, I cannot change the connection string without changing my code. Is this a known...
0
994
thread by: Bryan | last post Mar 11 '06 by: Bryan
Problem A serviced component calling a web service and authenticating, does not authenticate to the web service as the account the COM component is running under. Scenario I have a .NET Serviced Component that makes a web service call to SQL Server 2005 Reporting Services. I've built a simple ASP application that uses this component to...
2
1,182
thread by: New guy.. please help | last post Mar 10 '06 by: New guy.. please help
"New guy.. please help" wrote: Hi, I'm a new kid onthe block.. I have a small company with a website that was developed in .net by a company for me. I want to work on it myself so I installed 2000 server at home and the added the .net framework. I can navigate for page to page with out any issue. When I click on a button to execute...
0
989
thread by: MAF | last post Mar 10 '06 by: MAF
How can I create a list of domain users and groups?
0
1,103
thread by: KB | last post Mar 10 '06 by: KB
I have a custom control that inherits from the standard textbox. Whenever the control loses focus (and reaches the validation events) it immediately writes to the datasource even when the text has not changed. The standard textbox does not do this and will not write to a datasource unless the text has been changed. What could I be doing...
1
5,129
thread by: Dave | last post Mar 10 '06 by: manika02
I have a web service on a site and I want to add a web reference to it in my VS 2003 project. The service is sitting on a site enabled with basic auth. I login, I find the service OK but when I go to click "Add Reference" I get: "Web Discovery Service" Unable to download following files from http://mysite.com/webservice.asmx?wsdl
4
1,320
thread by: Jay Williams | last post Mar 10 '06 by: Michael Nemtsev
I understand that there are a several ways to architect an n-tier solution, but I think we can keep it simple in our projects...they tend to be pretty small. I just need to know if I have the right idea. 1) We're building ASP.NET apps and I intend to add WinForm apps to the mix. 2) We're using SQL Server 2005 for the backend. 3) I'm adding...
0
1,088
thread by: Julian | last post Mar 10 '06 by: Julian
I upgraded this program from VC6 to .NET2003 a few months back. I had to change some of the source code, but I was finally able to get it to compile and link properly. I just tried to upgrade the same code from .NET2003 to .NET2005 and again I had to make some code changes (basically had to do with looping scope and defining operator...
0
760
thread by: krudnickas | last post Mar 10 '06 by: krudnickas
I need to be able send an image file to a printer. Any suggestions?

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.