|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
Internet Explorer CLR Integration
Andrew -
26 Nov 2005 9:12 PM - 2 messages
Are there plans to integrate the CLR with Internet Explorer? Could that happen in IE7, or will .NET only be distributed by Microsoft with future Windows (Vista) and previous versions' service packs? Also, does anyone foresee client-side scripting being handled by the CLR in ...
dll in .NET and eVC application
RahimAsif -
26 Nov 2005 7:17 PM - 1 message
We have an application that is written in eVC 4.0. We are planning on writing a .NET dll in C# that can take advantage of regular expressions to do some address validation. The idea is that the eVC application ...
.NET dll and embedded Visual C++
RahimAsif -
26 Nov 2005 5:55 PM - 2 messages
Hi everyone, We have an application that runs on CE platform that is written in embedded Visual C++. Presently, we are thinking of writing a .NET dll (to take advantage of regular expressions in .NET) and having the application call this dll to do some address validation. ...
Validation / Logic Layer architecture
djmc -
26 Nov 2005 8:36 AM - 3 messages
Hi, I am working to clean up an application that is split into 3 major layers (asp.net, logic, data). In the logic layer, many of the methods seem to have a fairly lengthy validation process, which is eventually followed by the real purpose of the ...
NDoc and the web services
RicercatoreSbadato -
26 Nov 2005 5:44 AM - 3 messages
I've tried NDoc with an Asp.Net web service but it doesn't work.. why? ...
ASP.NET 2.0 Frustration - MS Please Help
scorpion53061 -
25 Nov 2005 4:57 PM - 12 messages
I have a request of Microsoft and I hope they see this. I use Visual Studio 2005 Pro and WIN XP Pro with IIS 5.1 I have spent the better part of the last 2 weeks attempting to get my ...
.Net 2.0 - The specified module could not be found. (Exception from HRESULT: 0x8007007E)
zoneboy -
25 Nov 2005 4:12 PM - 2 messages
I have this .Net dll I'm using. But when I depoly my app to a 2003 server with the 2.0 framework installed I get the error message below. The dll is a 1.1 dll, but I have also compiled it under 2.0. It looks ...
Load Tree View from Configuration Block
niteshs -
25 Nov 2005 2:16 PM - 2 messages
Hi guys ok ok I know i can read the xml directly to a treeview, but I think the configuration block is more useful for me since it caches nicely and i like frameworks to be used. Ok what i wanted to do was have a nicely structured config file to read ...
Detecting memory card/USB device insertion - how to?
Chris Lewis -
25 Nov 2005 12:45 PM - 5 messages
Hi, I want my app to respond to attachment of a memory card (SD) and/or a particular type of USB device to a client PC. Both devices have on them the same file/directory structure - i.e. a directory structure recognisable to ...
Resource access and culture info
Gary -
25 Nov 2005 10:58 AM - 6 messages
am having some trouble accessing culture specific resources using Vs.Net 2005, what process have I missed? * Created a Windows Forms Application called GlobalTest * Created the following code in button1_Click : ResourceManager rm = new ResourceManager("strings", this.GetType().Assembly); CultureInfo ci = new CultureInfo("en-US"); ...
Microsoft - is there a comprehensive list of what's new in 2.0?
bobzed -
25 Nov 2005 9:35 AM - 1 message
I just found it. In msdn 2. By navigating. It's in the Visual Studio hierarchy. [link] I'll post anyway to voice what I consider a problem. Microsoft - is there a comprehensive list of what's new in 2.0? ...
VS 2002 uses .NET 2.0
Christopher Kimbell -
25 Nov 2005 8:55 AM - 4 messages
We have a C++ application that uses the .NET framework. This application is built using Visual Studio 2002. Everything has been working fine. The other day we installed Visual Studio 2005 RTM. When running this application through the VS2002 debugger it starts loading .NET 2.0 assemblies. ...
terrible annoying BUG in VS.NET 2005 with UserControl at DesignTime?!
Pieter -
25 Nov 2005 8:23 AM - 5 messages
Hi, I'm getting a really terrible and anoying bug/problem in VS.NET 2005: 1. Create a new Windows Application. 2. Add a new class Class1. 3. Add a usercontrol UserControl1. 4. Add a public instance of Class1 to UserControl1 (with WithEvents): ...
DLL Config File
Hendri Irawan -
25 Nov 2005 7:44 AM - 3 messages
hi, can a DLL use app.config file just like ASP.NET application ? or any idea how to make DLL is configurable, let say for connection string configuration may be Hendri ...
How to obtain current user's organization ?
Dotnetjunky -
25 Nov 2005 3:33 AM - 2 messages
Hi, I know I can use Environment.UserName to obtain the current user name, but how can I get his organization too ? These two infos are available when users install Windows, but it seems to me the framework only provides the former. ...
How to obtain current user's organization ?
Dotnetjunky -
25 Nov 2005 3:31 AM - 1 message
Hi, I know I can use Environment.UserName to obtain the current user name, but how can I get his organization too ? These two infos are available when users install Windows, but it seems to me the framework only provides the former. ...
Does DotNet Compact Framework support "Smart Client"
Jason Zhang -
25 Nov 2005 3:26 AM - 2 messages
Thank you. ...
trouble with setup.msi and dlls in bin directory
Chris -
24 Nov 2005 8:22 PM - 3 messages
Hi, I have a vb.net solution 2003 with 2 projects (1 is the interface) and (1 is a class library). I have created a setup project. If I put all my dlls and dependency dlls in the application folder of the ...
DirectoryInfo.Exists still returns False after directory created.
Phil Rodgers -
24 Nov 2005 4:56 PM - 3 messages
In the 1.1 framework, I've come across some peculiar behaviour in DirectoryInfo.Exists. If you create a DirectoryInfo for a directory that doesn't exist, DirectoryInfo.Exists correctly returns False. However, if you then call DirectoryInfo.Create to create the directory, DirectoryInfo.Exists ...
Error 1053: The service did not respond to the start or control request in a timely fashion
Burak -
24 Nov 2005 1:26 PM - 6 messages
Dear .NET Developers, I encountered the following error message when tyring to start a custom developed service: Error 1053: The service did not respond to the start or control request in a timely fashion. I managed to install the service with ...
DLL Main()
Rene -
24 Nov 2005 10:24 AM - 9 messages
When you build an exe application, you can count on that the "static void Main()" function will bee the first one to be called when the application starts up. Is there something similar for dlls? Is there a "Main" entry point that is ...
gui guidelines
Julia -
24 Nov 2005 10:18 AM - 3 messages
Hi, is there a guide for windows user interface somewhere? Thanks ...
Difference between Monitor.Enter/Monitor.Wait and AutoResetEvent.W
Lorenzo -
24 Nov 2005 9:16 AM - 2 messages
Could some one please explain to me what the different between Monitor.Enter and Monitor.Wait is? Does the Monitor.Wait result in the thread entering a WaitSleepJoin state and not using any CPU cycles (signalled by Pulse) unlike Monitor.Enter which keeps attempting to acquire the lock? In addition, how ...
Binding textbox to dataview.table.column in winforms
Amit Phadke -
24 Nov 2005 9:03 AM - 1 message
Help me out!!!!!!!!! i am creating a windows application.My datahandling class is returning a dataview.i m assigning this returned dataview to a dataview on my winform.then by using a databinding.add method of textbox i binnd one ...
A first chance exception of type 'System.ArgumentOutOfRangeException' occurred in mscorlib.dll
Pieter -
24 Nov 2005 9:00 AM - 4 messages
Hi, I have a Windows Forms application (VB.NET 2.0) which uses a Class Library in C#. The application runs fine, but when I run it in debug mode, I get several "A first chance exception of type 'System.ArgumentOutOfRangeException' occurred ...
Web Service or Remoting
Raju Joseph -
24 Nov 2005 8:47 AM - 9 messages
Hi All, I am just trying to get an opinion here. I know this is always a tough choice to make. We are in the process of converting our VB6 based Healthcare Information System (a full-fledged package) to .NET. Our clients have been asking for ...
Fatal Execution Engine Error
simi@diel.co.at -
24 Nov 2005 7:49 AM - 4 messages
Hello, we have a strange Problem here. Having an Appplication written and compiled in Net 1.1 This one is running perfect on Server2003 in TS if executed directly. But if we start it through our ERP System over a helper-DLL we get ...
How to use Windows Authentication
NetRacer -
24 Nov 2005 6:58 AM - 3 messages
hi, i have a login window with username and password. if a user logs in, i want to ask windows if on the current computer or in the domain there is a valid user with the entered password. how can i do this? ...
XML Serialization of Two Classes
Bryan -
24 Nov 2005 6:53 AM - 5 messages
I have two classes that are XML Serializable, lets just call them Class A & B. I would like to expose Class B as a property of Class A and have both classes simply serialize with Class B as an element (and then serialize ...
setup project
Lloyd Dupont -
24 Nov 2005 12:36 AM - 7 messages
I ordered VS2005 a while ago standart edition (still waiting for it). Anyway looking closely at the various edition's features again I suddenly realized: 1]. VS2005 standart doesn't seems to come with setup/MSI project, is that right? ...
DataTable.TableClearing Event doesn't fire when clearing empty tab
MrSpock -
23 Nov 2005 9:26 PM - 2 messages
According to the documentation TableClearing will be fired even when empty tables are cleared: "The TableClearing event is fired before processing of the Clear operation begins. This event is always fired when the Clear method is invoked, even if the table contains zero rows." ...
ADSI - Active DS Type Library - Trying to enable a user and it doe
Jeremie Legault -
23 Nov 2005 9:10 PM - 1 message
Hi, I have written an ASP.NET 2.0 application that uses Active Directory or ADAM to manage account users - the site has a page that allows people to create an account (much like any site). The page populates the AD with all the ...
No ASP 2.0 After Framework Install
My name -
23 Nov 2005 9:03 PM - 3 messages
XP Pro, VS 2003, VS 2005 installed. After installing vs2005, It does not appear that ASP.Net 2 is installed. When I look at the website properties, it does not give me a "ASP.Net" tab. I remember this from previous (Beta 1) versions. ...
my.Settings from referenced DLL
Craig Adams -
23 Nov 2005 8:47 PM - 2 messages
Hi Everyone, The my.Settings is a very nice addition to .net framework 2.0. It is very easy to work with. However, I have not been able to figure out how to access those user settings from a referenced dll in the same project. ...
owner drawn treeview item height (.NET 2)
Alexander Gnauck -
23 Nov 2005 8:45 PM - 1 message
Hello, i was reading in an article that is should be possible to create owner drawn treeviews in .NET 2.0 with variable itemheight. Is it possible to have different item heights? When yes, how does is work? Alex ...
Missing ASP.NET tab in IIS after .NET Framework 2.0 installation.
robertz -
23 Nov 2005 7:55 PM - 5 messages
I have seen several posts with suggestions ranging from manual modification of config files to aspnet_regiis but neither of them brings the sought after ASP.NET tab on my IIS6/Win2k3 server. The frameworks work correctly only with the problem that there is no easy ...
Installing VS2005 on Win2003
Apu Nahasapeemapetilon -
23 Nov 2005 7:20 PM - 3 messages
I finally got some time to install Visual Studio 2005 on my Windows 2003 Server. WHY does it now tell me that I need Windows XP Service Pack 2 installed?!?!? How can if be so wrong about what version of the OS I am running? ...
text from rich edit
Chris Bubel -
23 Nov 2005 6:31 PM - 1 message
how would i go about getting the text from a rich edit control from an external program? ...
VS2005 Perf issues with SmartDevice projects
troy anderson -
23 Nov 2005 6:05 PM - 3 messages
Well after experimenting for a few more days I have narrowed this problem down to it only occuring with SmartDevice projects. It appears to occur as soon as I end a VPN session. I start VS2005 do some development then log ...
extending the InfoPath rich text box control
Cosimo Galasso -
23 Nov 2005 5:56 PM - 1 message
I need to extend the InfoPath rich text box control, adding a new item in the context menu. When clicking on the new item a new window should appear, containg a tree view. Picking an iten in the trree view some xhtml node should be added in the ...
Quickstarts Problem
scorpion53061 -
23 Nov 2005 4:30 PM - 1 message
Does anyone have an idea about this issue and how to solve it? 9:10:05 AM Wednesday, November 23, 2005: [Fail] Config_IIS_Install: IIS (Internet Information Services) Virtual Directory Registration (failed): [Fail] Failed to install ASP.NET Scriptmaps. Command: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -s ...
Possible Bug in Windows Forms 2.0, MenuStrip and MDI
georgiosd -
23 Nov 2005 3:39 PM - 1 message
Dear all, I am encountering a very minor but nevertheless annoying problem using ..NET SDK 2.0. I have an MDI application and a class that represents Child windows called VideoWindowForm. I've added a MenuStrip to VideoWindowForm which gets merged with the main menu of the MDI application in runtime. Below ...
XmlEnum (and Enum.ToString)
Clive Dixon -
23 Nov 2005 3:16 PM - 1 message
I have (.NET 1.1) an enum with synonyms, e.g. enum Severity { Low, Warning = Low, // ... } If I add XmlEnum to try to force the serialization as follows: [XmlEnum("Warning")] Low, ...
Reading Class/property information
R=E9my_Samulski -
23 Nov 2005 2:25 PM - 1 message
Dear readers, I'm trying to retrieve Class and Property information. For example the Reflector application written by Lutz Roeder retrieves the following documentation from the System.Web.UI.WebControls.Button class: "Displays a push button control on the Web page.". Furthermore I like ...
Multiline ToolTipText
Pieter -
23 Nov 2005 1:59 PM - 8 messages
Hi, I want to set the ToolTipText of a ToolStripButton (VB.NET 2005) on the MouseEnter-event. It works fine, unless I want to have a MultiLine toolTipText (with vbCrlf in it). Is there a way to use a MultiLine ToolTipText or is this (still) not ...
GAC Local copy problem
fabrice.bernier -
23 Nov 2005 1:23 PM - 2 messages
I am currently working on a C# .Net project and I am facing big troubles with dll and GAC. Until few days ago, everything was working correctly, but it is not anymore, and I don't see what could have cause that. ...
Printing PDF to a specific printer
ermonnezzaro -
23 Nov 2005 1:22 PM - 3 messages
Does anybody know how to print PDF files to a specific printer? Since this should be done by a service, it should be silent (no dialogs/pop up) and also should be able to print to a specific printer (not just the default printer) defined on the web server. ...
Crystal Reports
Joe Pannone -
23 Nov 2005 1:15 PM - 1 message
I installed Visual Studio 2005. When I was using VS2k3 it used CR v9. Now that I have upgraded to VS 2k5, that upgrade Crystal Reports v10. All of my reports when viewed in browser, show the buttons with a red x as the images. ...
Problem installing 1.1 framework
RayH -
23 Nov 2005 1:11 PM - 1 message
I am having a problem trying to install 1.1 framework. The program is looking for a file called tmp31.tmp in my documents and settings directory. The file doesn't exist anywhere on my machine and I can't get past the ...
Trace log in ASP.NET
vidit -
23 Nov 2005 11:48 AM - 2 messages
hi, Is there any way by which i can trace the flow of my application. i.e i want to trace all the methods that r called when the application alongwith (with the value of the parameters that r passed to it ) till ...
Stack overflow error - Windows 2k3 server
paragdere -
23 Nov 2005 10:01 AM - 2 messages
Hi all, I am using a recursive function to create a tree. The function works fine when the tree being created has few nodes, but if this count is increased above 90, I get a stack overflow error. Please note that : ...
sending mail pb
fhranck -
23 Nov 2005 8:02 AM - 7 messages
hello I am using the following code in a windows .net application and it returns me: "Exception has been thrown by the target of an invocation." ---------------- code MailMessage msg=new MailMessage(); message.From="email"; message.To="email"; message.Subject="test" ; ...
Service Remoting Help!
Annette Miller -
23 Nov 2005 5:52 AM - 8 messages
Hi All, Just after some help here. I have an app running as a service and I'd like to be able to communicate with it using remoting. At the moment I'm using sockets and parsing the data. Remoting seems like a ...
dataset in a Web Service
ThunderMusic -
23 Nov 2005 4:23 AM - 2 messages
Hi, I have a web service. It works fine until it hits a dataadapter.fill(dataset) Is it normal? it results in a "The page cannot be displayed (HTTP 500)" page. Dim dbMan As DBManager Dim dbConn As IDbConnection Dim dbDA As IDataAdapter ...
Error in Loading byte() using Ink.Load()
den 2005 -
23 Nov 2005 3:06 AM - 1 message
Hi everybody, I am retrieving from a blob datatype column of a table in mySQL and converting it to a byte() data and loading it using Load() method of Ink object to display it. How can I fixed this? Is there anyone who can help me? ...
Problem with string type, is it a bug? known? .NET 1.1
ThunderMusic -
23 Nov 2005 2:45 AM - 2 messages
Hi, I encrypted a string using the RijndaelManaged class. When decrypted, it happens that the string is longer then the original, but the exceeding chars are nothing (string.chars(indexOfExceedingChars) is nothing) To correct the problem, I used SomeOtherStringVar = trim(DecryptedString) ...
how do i create a new file -- in memory?
matt -
23 Nov 2005 1:37 AM - 16 messages
hello, i have what i would guess to be a relatively "newbie" question: how do i create & write to a new text file? i have found plenty of articles (MSDN & other) on how to do this in conjuction w/ the *file system*, but i do not wish to touch the ...
Computer name and Company name
ThunderMusic -
22 Nov 2005 11:35 PM - 6 messages
Hi, I want to find the computer name and the company name from the network indentification informations. For the computer name, I found System.Net.Dns.GetHostName(), but I fgound nothing for the company name. Can someone help me plz? ...
Custom Configuration Section - .NET 2.0
William Leary -
22 Nov 2005 10:47 PM - 2 messages
I am trying to create a custom configuration section that looks like so: <global> <environment name="x"> <appSettings> <add key="foo" value="bar" /> ...
How to know whether my business object is called by web or windows
BF -
22 Nov 2005 8:59 PM - 4 messages
I have a business object which can be called by Windows or Web applications. If this BO is called by Windows application, I need to use ConfigurationManager to get config data. If this BO is called by web application, I need to use WebConfigurationManager to get config data. ...
Equivalent of VB's "My" in C#
Stefano Del Furia -
22 Nov 2005 6:09 PM - 2 messages
Hi all, i remember that someone has made an implementation of VB's "MY" equivalent in C# and i remember that this has been called "that". Are there someone that has some news about this porject and can point me ...
How to access another application's config data?
Brad Wood -
22 Nov 2005 5:28 PM - 6 messages
I think it's possible to use the System.Configuration.ConfigXmlDocument class to load a config file other than my application's, but I doubt that's the recommended way since that class is documented as "not intended to be used directly from your code". ...
TypeDescriptor.CreateDesigner returning null
Ramesh -
22 Nov 2005 4:59 PM - 1 message
Hi, I am trying to get a designer for MainMenu/ContextMenu components by calling TypeDescriptor.CreateDesigner method. I am getting designers for all other contorls but not MainMenu/ContextMenu. It returns null. Can anyone explain what I am missing here and how to implement IMenuEditorService. ...
AppDomain.Unload() hangs
John Price -
22 Nov 2005 4:49 PM - 1 message
I'm writing a Windows Service that loads and manages a number of "sub-services". Each sub-service implements a simple interface (start(), stop()) and gets loaded into its own AppDomain. There is also a client interface that allows an administrator to connect to the ...
"byteCount" error when threading WebClient.OpenRead
JS -
22 Nov 2005 4:25 PM - 3 messages
Has anyone encountered the error: "Non-negative number required. Parameter name: byteCount" When threading and executing the WebClient.OpenRead method? I do not encounter the error when I execute the threaded calls in a linear fashion. ...
Webclient.UploadFile with Progress bar?
Matthias Haberkorn -
22 Nov 2005 3:28 PM - 4 messages
Hello, I use the Webclient.UploadFile but what have i to do to display an progress bar? I didn't find any thing at webclient... Thanks for help Greetings Matthias ...
.NET Framework Time line
Ken Carter -
22 Nov 2005 3:04 PM - 1 message
I'm doing a little research and need to find the exact release dates of ASP ..NET versions 1.0 1.1 as well as patch history specifcs. Anyone have some dates to help me fill them in or a reference page? ...
Reflection: Member not found error, but member exists---help.
phrankbooth -
22 Nov 2005 2:36 PM - 3 messages
I keep getting a "Member not found." error when invoking a method that I know is there. Here is the method in the DLL in which I'm calling it: public virtual new System.String GetLDetls (System.String theStr1, System.String theStr2, System.Boolean isTF) ...
Issues hosting Remote Objects in IIS
Mahesh -
22 Nov 2005 2:36 PM - 1 message
Hi, I am having a problem a accessing remote objects hosted in IIS, Following exception is thrown when I try to access the remote object "System.Net.WebException was unhandled Message="The remote server returned an error: (403) Forbidden."" ...
unresolved SQL exception
Hames -
22 Nov 2005 2:23 PM - 5 messages
Hi, i have problem related to sqlexception, once the program end the warn
message saying "unhandled exception of type SqlException". i write in every part of the code Try .. Catch, but no catch happened
:confused: i m realy confuse but i need to go further more and explain how looks
my code ...
VS2005 Remote Tools connectivity issues
troy anderson -
22 Nov 2005 1:44 PM - 1 message
How do I get the Remote Tools that come with VS-2005 to work with my Custom WinCE emulation image. My emulator is not displayed in the "Select a Windows CE Device" dialog when I lauch Remote Registry Editor. The only ...
ChineseLunisolarCalendar
Schneider -
22 Nov 2005 12:36 PM - 2 messages
I am currently working with calendars. I keep finding conflicts with the ChineseLunisolarCalendar (AsiaLunar) and date 8-16-XX (Lunar cal) which is a common holiday "Day After Mid-Autumn Festival" a lot of website state different dates usually off by one month (Oct instead of Sept). MS dates seem ...
[ANN] BytesRoad.NetSuit - Free network library for .NET platform (open source)
philip.gootov@gmail.com -
22 Nov 2005 10:01 AM - 2 messages
BytesRoad.NetSuit is a free network library for .NET platform. The library is written in C# and source codes are also available. The library contains FTP and Sockets components. You may find the library useful if you need: - Among others, to upload, download, delete etc files at FTP server - ...
OT: Stupid question that i cant figure out the answer on.
Visual Systems AB (Martin Arvidsson) -
22 Nov 2005 9:26 AM - 4 messages
I have a release of Studio 2005, see below, but what does ENU mean? Visual Studio 2005 Professional Edition - ENU Regards Martin ...
Failed to load resource from resource file. Plese check up your setup
Andry -
22 Nov 2005 7:52 AM - 1 message
Hello, my client gets this message with my App randomly, and my App crashes. my App is written in C# and what it does is : - making SFTP connection to SFTP server - uploading or downloading files/directory to/from this server ...
Size of Heap at some location in program
OBINT -
22 Nov 2005 5:42 AM - 4 messages
Hi How can i know the current status of Heap at a specific location of program. I want to put a break point in program and want to know what is the status of my heap at that time. OBINT ...
IComponent and the Designer
ME -
22 Nov 2005 3:56 AM - 1 message
If you just implement the IComponent interface the class is not displayed as being one that can be designed. What makes a Component designable? Are there attriubutes that must be set? ...
Visual Studio 2003 and .NET framework 2.0
PromisedOyster -
22 Nov 2005 3:24 AM - 3 messages
Is there anyway I can debug a program that is compiled under Visual Studio 2003 but runs using .NET framework 2.0. The reason I ask is that we are experiencing issues with .NET framework 2.0 but we are not ready to install Visual Studio 2005 just yet. ...
CRC
R. McGraw -
22 Nov 2005 3:20 AM - 3 messages
Is there a CRC function in .NET where I can to a check for a valid file transfer, or does someone have a code snippet I can have? Thank you, R. Lee McGraw lmcg***@unrealcity.com ...
CRC function
R. McGraw -
22 Nov 2005 3:17 AM - 1 message
Is there a CRC function in .NET where I can to a check for a valid file transfer, or does someone have a code snippet I can have? Thank you, R. Lee McGraw lmcg***@unrealcity.com ...
Reading and Updating File Properties
R. McGraw -
22 Nov 2005 1:33 AM - 1 message
Can tell me how I can read and/or set the Summary properties for a file via code. That is, when I am in Windows Explorer and right click on a file, I can tabs General and Summary information. On the Summary tab I have Title, ...
Performance slower in .Net FW 2.0
jokie -
21 Nov 2005 11:41 PM - 6 messages
I am creating a new VB.Net Windows App project in VS 2005 and VS 2003 and copying the code below into the Form1 class. If I compile as Release, and run, I am seeing this app when run under .Net 2.0 (VS 2005) performing 3-4 ...
Code translation
O-('' Q) -
21 Nov 2005 11:19 PM - 1 message
Hello and sorry if this is the wrong group for this. I am looking to translate some delphi code to .Net/C++ style code. I've tried, but it is simply a mess as I am still learning. I got it to ...
Calling Oracle Stored Procs
JV -
21 Nov 2005 10:47 PM - 7 messages
A ref cursor data type can obviously be returned as an output parameter of a stored procedure, but can an ASP.NET application call an oracle proc that uses a ref cursor as an input parameter? If so, how? What object do you ...
Attempted to read or write protected memory.
Manuel -
21 Nov 2005 10:32 PM - 1 message
I know this is a long shot but here it goes. We made a VB.Net 2 Windows Service running on Windows Server 2000. It uses multiple threads and runtime compiling. It running fine but from the last week it has been throwing the following ...
WebClient OpenRead & Threading Issue
JS -
21 Nov 2005 9:25 PM - 8 messages
All, I have been working on a windows service that with retrieve XML files from remote sites at a predetermined frequency. I am using the WebClient class to retrieve any XML files located on web servers. When I execute a call to each remote source in linear progression I ...
.NET Framework and foreign letters
Ma³y Piotruœ -
21 Nov 2005 8:34 PM - 1 message
Hello, (Sorry for my English, it's not my country language.) Could you help me please with the following problem?: I am working on ASP.NET application (my first one) using encoding iso-8859-2. Sometimes (1 of 20 sessions) .NET framework changes all my ...
Controlling Print Sequencing
Keith Franklin -
21 Nov 2005 8:32 PM - 1 message
I am working with a .NET application that renders pages to a printer in a specific order. I have the ordering down ok and according to my log file things are getting sent to the printer in the correct sequence. The trouble ...
Queued Work Item Service
Bill -
21 Nov 2005 5:21 PM - 1 message
I have a lot of these errors in EventViewer. Anybody know how to set the service to use EnterpriseSession.Initialize or how to fix this problem? 11/21/2005 11:16:50 AM MbfQueuedWorkItemService Error None 0 N/A ...
Interfacing with ADSI from .NET
Chris Newby -
21 Nov 2005 5:15 PM - 3 messages
Can someone please point me towards a general resource on interfacing with Directory Services from .NET. I've been able to find a few very specific examples ... but nothing general. Currently I'm writing a setup package for an ASP.Net app and I need some ...
Running reportviewer, System.Web not defined
gfricke -
21 Nov 2005 4:11 PM - 1 message
I am running a simple aspx with a reporting services (2005, .net 2.0) report, when it gets to the backend to export the report, System.Web.Httphandler is not defined, the system object is not instantiated. The backend code works fine when running the reports from my usual web ...
Clientcall back stops working after postback!!! WHy??
smash2004 -
21 Nov 2005 2:24 PM - 1 message
i have implemented a client callback feature in my webform ...so when user writes down a post number, i get a post name and show it... it's working fine until i press a button or do something else like open ...
GZipStream and MemoryStream
Mark -
21 Nov 2005 2:21 PM - 12 messages
HI, I tried compression in VS 2005. Sample code bellow. Very simple task to compress byte array and then decompress it. Compression works fine but decompression doesn't. When I use FileStream instead of MemoryStream it works both ways. I write file and then ...
How exactly GC.Collect() works??
vikaskuk -
21 Nov 2005 1:08 PM - 2 messages
Hi, I am using GC.Collect() in my application to clean the unmanaged objects(Excel,Microsoft Project Plan objects) from memory. My question is whenever I use GC.Collect() Is operating system treats it as a command and starts collecting the ...
VS2005 R1 Performance Issue vs Beta2
troy anderson -
21 Nov 2005 12:18 PM - 5 messages
I just installed VS2005 and have noticed that during builds for CompactFramework devices the env. is extremely slow around the PostBuild phase. It sometimes takes 1-2min to build a project. This problem did not exist in the Beta2 release with the same projects and solutions. I have not ...
Upgrading my visual studio
Diogo Alves - Software Developer -
21 Nov 2005 12:03 PM - 5 messages
I am corrently working with several projects on the Visual Studio 2003. I want to know if there is any problem if we import them to Visual Studio 2005?... I am afraid to loose time doing it and then realize that doesn't worth it... ...
serialization when using reflexion
Marc Falesse -
21 Nov 2005 9:41 AM - 2 messages
Hello, My application needs to serialize a class, which was generated with xsd.exe from a XSD. It was working .NET 1.1 and it is working with .NET 2.0 very well. Now I need my assembly to be a plugin, and to be called by reflexion, ...
VS 2003 with Framework2.0
Hames -
21 Nov 2005 8:56 AM - 3 messages
Hi, I have problem with my program and i think that problem from framework1.1, and i tried to install framwork2.0 to make my program work under framework2.0, but when i go to program property -> Build ...
some kind of Application Variable with Application Events???
Pieter -
21 Nov 2005 8:26 AM - 5 messages
Hi, For a VB.NET 2005 application I need some kind Application Variable that holds a value that can be accessed everywhere in the application. It should also be available for a usercontrol in a seperate dll. Even more: I should ...
Can't install Palm Desktop v4.14 after installing .NET framework 2.0
Marc Scheuner [MVP ADSI] -
21 Nov 2005 6:44 AM - 3 messages
Folks, I've tried to re-install the Palm Desktop (and Hotsync) apps on a machine with the .NET 2.0 framework on it. I keep getting an "Interal Error 2738", and Palm support keeps telling me my Windows script ...
|
|||||||||||||||||||||||