473,766 Members | 2,026 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
958
thread by: PO | last post Feb 15 '06 by: Steve Barnett
Hi, I have developed several apps in VB 6 and internet apps with standard asp and VBscript/Javascript. I now want to install Visual Studio.Net but I would like to know if it still will be possible to edit/make changes to my old VB and asp applications in the VS.net environment. Regards
0
798
thread by: Rob R. Ainscough | last post Feb 15 '06 by: Rob R. Ainscough
I added an ASP.NET 2.0 button to an ASP.NET panel within an HTML DIV and it generated all types of errors and dumped me into "source" view -- after looking at the MESS (still can't believe VS 2005 can't format the HTML source better) of HTML code VS 2005 creates, I noticed it did not produce the closing </asp:button> syntax. Anyone else...
0
1,067
thread by: Edi | last post Feb 15 '06 by: Edi
I use .NET 2005 and I get follow message when I debug the program LoaderLock wurde erkannt. Message: Die DLL "C:\Dev\WBS_DB_COM\bin\Debug\base.ascolab.opcclient.dll" unternimmt einen Versuch, innerhalb der Sperre für den OS-Loader eine verwaltete Ausführung durchzuführen. Versuchen Sie nicht, verwalteten Code innerhalb einer DllMain-...
1
2,077
thread by: eskildb | last post Feb 15 '06 by: eskildb
First, please be gently. I am fairly new to the programming world (1.5 years with some expermentation prior to). I have been working on a project that has to print HTML pages with graphics in a unattended automated fashion. I have a webbrowser that is created with code but not seen. I found the below code on the internet. It creates a...
0
996
thread by: bteclt | last post Feb 15 '06 by: bteclt
I am getting the error below every morning when I open up a local Visual Studio.net project. I am an Admin on my machine and this is an entirely local web application. I am using my local IIS web server and running XP for my OS. To fix it, I've been moving the files into another app within the same solution, deleting the MyWeb app and...
0
1,006
thread by: sri | last post Feb 15 '06 by: sri
Hi all, I have a windows service.When i put a reference to that service ,i am unable to start it.Is there any solution for it.Help me. bye sri
1
1,811
thread by: Rama Krishna | last post Feb 15 '06 by: Oleg Starodumov
I have an unmanaged MFC application linked to a mixed mode MFC extension dll (.NET 2.0/VS 2005) . I followed all the instructions correctly and ensured that no managed code gets called from the DllMain. When I run the application it just crashes. Unhandled exception at 0x013f288e in ImpEDC.exe: 0xC0000005: Access violation. Hereis the...
0
1,024
thread by: Rajiv Das | last post Feb 15 '06 by: Rajiv Das
Can I build a .Net assembly on a Win32 box and run it seamlessly on IA64 and x64 machines? I am currently using the "Any CPU" configuration in VS2005 Does the scenario change for an assembly built with /unsafe switch? --------------------- Thanks Rajiv Das
0
1,265
thread by: Erez Mor | last post Feb 15 '06 by: Erez Mor
hello all i'm using vb2005. in one of the forms i'm using the filter method of the bindingsource i've used it before, but not on a date field. now, any comparison i try produces an error (things like): If tpToDate.Checked Then strFilter = "<=" & dtDate.Value ElseIf tpOnDate.Checked Then strFilter = "=" & dtDate.Value
0
1,697
thread by: Lee | last post Feb 15 '06 by: Lee
Is there a way to get the FusLogVw utility for x64 without installing the entire SDK. I would like to use this utitlity to monitor logs on a production machine without have the entire SDK on it.
0
1,108
thread by: Ian Harding | last post Feb 15 '06 by: Ian Harding
There doesn't seem to be a build or msbuild specific group, so I hope this is a suitable place to ask. If msbuild is run from a command prompt directly on a colution containing C++ project files like this: msbuild mysolution.sln /target:mytarget Then the console output contains nicely colour-coded warning and error output plus build...
20
1,838
thread by: Andrew Roberts | last post Feb 15 '06 by: Andrew Roberts
Any more info on this? Anyone know when it will be released?
5
5,648
thread by: Usman | last post Feb 15 '06 by: Nick Hounsome
Hi Is there any way to get the short path name of the file or folder in C#. Just like the API "GetShortPathName" in C++ Regards Usman
2
1,388
thread by: Seok Bee | last post Feb 15 '06 by: Seok Bee
Dear Experts, I've created a Console application to perform a checking of an Excel file. During development using vb.net in Visual Studio 2005, the application is running fine. I can get my expected result. Then I move the executable files and related *.dll files into a server to schedule for execution. The server is running on Windows 2000...
0
852
thread by: Mark A. Sam | last post Feb 15 '06 by: Mark A. Sam
Hello, I am going through the GeekSpeak demo application and went through setting up the Public.Master form. I followed the instructions and went over them again to make sure I didn't miss anything. There were no Errors, Warning, or Messages when I ran the app, and no apparant errors in the code. Every property was set as instructed, but...
2
1,358
thread by: m00nm0nkey | last post Feb 15 '06 by: m00nm0nkey
I need to make my service fail so that I can utilise the recovery settings in the service config screen. The recovery settings should let me either restart the service, run a program or restart the computer, however, my VB.Net services have never failed! Is there a way I can programatically make them fail? Thanks.
7
7,054
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 { // ...
14
2,933
thread by: NormD | last post Feb 15 '06 by: Steven Cheng[MSFT]
We have a client-server app using Web Services on an IIS machine. The trace below shows that .NET is searching around for some things (e.g., SystemDrawing.DLL and System.Drawing.EXE) and taking a LONG time to locate them. Time after time. The application DOES run, so it is ultimately finding what it needs. How can we tell "it" where...
2
2,335
thread by: intrepidca | last post Feb 15 '06 by: Philippe Poulard
When I try to translate an XML file (using org.apache.xalan.xslt.Process) that has a DOCTYPE declaration, I only get the <?xml ...?> processing instruction in the output file. I get no error messages. If I remove the DOCTYPE declaration it works fine. I have checked that the XML file is valid according to the DTD (using xmllint) and that...
4
1,837
thread by: John | last post Feb 15 '06 by: Josh Twist
I am working on a project, the SSL is a requirement, so given the SSL is the mandate, does it make any sense to apply any WSE 3.0 (Security) on top of SSL? Thanks in advance. John
1
2,970
thread by: vinoraja | last post Feb 15 '06 by: Jon Skeet [C# MVP]
There are a number of reasons we don't implement Multiple Implementation Inheritance directly. (As you know, we support Multiple Interface Inheritance). However, I should point out that it's possible for compilers to create MI for their types inside the CLR. There are a few rough edges if you go down this path: the result is unverifiable,...
0
1,078
thread by: onyxring | last post Feb 15 '06 by: onyxring
I've been building custom web controls in C# with VS2005. Currently I'm looking into adding design-time functionality and have reached a point where I need to generate code in the page the custom control is on. Enter the CodeDomSerializer class. I've found several examples creating Designer Serializers, nearly all of them for windows...
1
1,013
thread by: Seok Bee | last post Feb 15 '06 by: vinoraja
Dear Experts, Currently, in my web form there is many controls and with a submit button. When I click Enter is will activate the submit. How can I disable the 'Enter' key to activate the Submit button? Regards, SB
12
1,952
thread by: Jim Anderson | last post Feb 15 '06 by: Joe Kesselman
This is my first attempt at XML documentation. I'm trying to get started with docbook so I can put a set of documentation into docbook tags. I'm using 'XML In A Nutshell" and "DocBook The Definitive Guide", both of which are a bit outdated already. I have a simple file that parses, but when I read it into Netscape or Konqueror, I do not...
2
4,796
thread by: Peter Oliphant | last post Feb 15 '06 by: Greg
I've gotten my application to compile under '/clr'. I then tried '/clr pure' and it compiled immedately with no changes. What should I consider when deciding which of these two option to compile under? Are there advantages and disadvantages to one over the other? I also tried compiling it using the '/clr safe' option and got 6420 errors...

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.