| Thread | Last Post | Replies |
|
| Creating a .NET compiler | 26 Apr 2004 10:21 GMT | 3 |
There are several third party .NET compilers out there at the market. This proves that it is possible to write a compiler for .NET and I am really interested in creating compilers. Now the question is that how can I generate the MSIL output and write an executable file (.exe or ...
|
| Strange error | 26 Apr 2004 09:52 GMT | 2 |
Can anyone help me with the following error ? 'A first chance exception of type 'System.InvalidOperationException' occurred in system.dll Additional information: The requested Performance Counter is not a custom
|
| Changing printer setting using .NET | 26 Apr 2004 09:06 GMT | 2 |
I am trying to change the printer(like paper source ,etc) setting in C#. But i am unable to do it. I am not sure how to do it. should i have to use WIN API like Openprinter , getprinter , setprinter . I did try with PrinterSetting.setHDevMode but it does not work. Its their is a ...
|
| Get users from a group in Active Directory | 26 Apr 2004 08:10 GMT | 1 |
I am trying to get a list of users that belong to a group in Active Directory. Somehow I think I need to use the DirectorySearcher as follows: DirectorySearcher searcher = new DirectorySearcher(DomainPath); searcher.Filter = ????
|
| Visual Studio .NET 2003 Professional Edition VS WebMatrix | 26 Apr 2004 07:29 GMT | 2 |
I am just woundering wath peoples thoughts are on Visual Studio .NET 2003 Professional Edition VS WebMatrix for development of ASPX pages using the VB.NET Language. I am trying to get an general idea if I should bother purchasing Visual Studio .NET 2003 Professional Edition or ...
|
| ?????????? ? ???????? ?? .Net | 26 Apr 2004 07:27 GMT | 8 |
????? ?? ?????? ??????????? ?? ?????????? ???????? - http://subscribe.ru/catalog/comp.soft.prog.dotnetgrains ????? ???????, ???????????? ? ???? ? ?????????? ????????? .Net - ????? ????? ?????????, ?????????? ????? ?????????, ??????? ???? ?? C#, ??????????
|
| Generated Code Won't Compile | 25 Apr 2004 19:15 GMT | 5 |
I'm trying to create a dataset. I start by creating a connection. Then I create and configure a data adapter. Finally, I select "generate dataset" after right-clicking on the data adapter. It creates a dataset and puts it under the form, just like the connection and the adapter.
|
| Exceptions in threads.... | 25 Apr 2004 16:53 GMT | 1 |
I have some problems with catching exceptions in my programs because they are rised in another thread. I was thinking on create a delegate called ExceptionManager or something similiar, in order to notify the client of the process when an exception was
|
| Interface Contract Question | 25 Apr 2004 16:22 GMT | 1 |
Hello, I would appreciate some input to the following question of "proper" design (if such a thing exists). I'm implementing a reporting subsystem for the project I'm currently working on. I handle the display of the reports via a DeliveryEngine object that is
|
| Selected file is not a valid Visual studio file | 25 Apr 2004 12:43 GMT | 4 |
I have an errror when I open up a solution file from the Web. "Selected file is not a valid Visual studio file.".. But when I open it in "OPEN solution" and I browse for the file..it works fine..
|
| Help me in active directory search for special group in asp.net | 25 Apr 2004 11:48 GMT | 1 |
Dear Sir, I want to access to a special group in active directory but with this function I could just see that a special user is exist in active directory or not, I mean I want to see that a user is exist in special
|
| Passing + sign to via XML to server side request | 25 Apr 2004 11:43 GMT | 1 |
I am using javascript to build XML and pass it to the .Net Server Side VB Script page. So I build the XML string as follows in javascript... xml_string = "<tagname>" + escape(var_to_pass) + "</tagname>"
|
| Is there any documentation out there that would help me justify the transition from VS.NET 2002 to VS.NET 2003? | 25 Apr 2004 01:42 GMT | 1 |
I would like to transition the projects in our company from Visual Studio 2002 to Visual Studio 2003 and having some difficullty locating document that justifies the switch. We currently develop Web application and Web services using C#. In addition, we have some COM
|
| Visual Studio Won't Debug 1 page | 24 Apr 2004 18:49 GMT | 2 |
I'm trying to debuf an aspnet app. When I invoke the debugger I can place a break point in any file except one. This file always gives by the circle with the question mark in it. Also the assembly doesn't take any of the changes I make in this file.
|
| Using a structure in the same way as a primitive type | 24 Apr 2004 15:48 GMT | 2 |
I'd like to create a structure such as: Public Structure MyType Private m_variable As String Public Property Variable() As String
|