| Thread | Last Post | Replies |
|
| "Directory does not have write permission" | 12 May 2004 02:45 GMT | 1 |
I have created an ASP.NET project with Visual Studio .Net on our Intranet server using file sharing (not FrontPage Extensions). When I try to add a new item, I get the error: "Directory does not have write permission"
|
| .NET 2.0 framework on 2003 Server | 12 May 2004 02:41 GMT | 1 |
I read posts about the incompatibilities of VS 2003 and VS 2005 on the same system so that I would like to make my development system a dual boot and install VS 2005 and then install just the .NET 2.0 framework on my server where I could upload test web applications So, is it OK ...
|
| Access Denied Error. | 12 May 2004 02:39 GMT | 1 |
I have created a web service on machine "X" and its using Windows Authentication. I am creating a web application on machine "Y". I add reference to machine "X" for calling web methods from machine "Y" by using username and password.
|
| What is dot NET? | 12 May 2004 02:35 GMT | 1 |
Its a stupid question I think but what is .net exacly? Im programming in vb6 and learned it all by just doing it. Now i heard that visual basic is gonna stop because of the 64 bit machines comes in 2005/2006, and I looking for some real simple explenations of what
|
| Application_Error in Global.asax | 12 May 2004 01:45 GMT | 9 |
I have an ASP.NET application developed in Visual Studio .NET 2003. The Application_Error in Global.asax never gains control. If the following is in Global.asax and I cause a Divide-by-zero the message never appears. protected void Application_Error( Object sender, EventArgs e )
|
| how to create a Microsoft Managemente Console like iis.msc | 12 May 2004 01:15 GMT | 4 |
Do you know how can I build my own MSC file Exists some MSC Builder? Visual Studio will work? I Don't want to create a .net application, I want to create the MSC file like iis.msc
|
| Domain controller GPO does not deny logon locally right to IWAM_machinename when running aspnet.wp.exe | 12 May 2004 01:14 GMT | 4 |
On a domain controller, the ASPNET (v1.1) worker process (aspnet.wp.exe) runs under the IWAM_machinename acount (IIS 5). I have expressly denied this user the logon locally right in the domain controller GPO and yet this profile gets created under the Document and Settings folder. ...
|
| Threads | 11 May 2004 23:16 GMT | 2 |
I have an aplication made with C#. It executes stored procedures using threads. I threw a thread and it executes the store. I want to kill it, but I don't kwon if I procesess executed by the thread, stops too. For example: I threw a thread and it begins to execute the stored called ...
|
| Regsvcs issue | 11 May 2004 21:23 GMT | 1 |
Hi all. I'm trying to install a .NET component into COM+ using Regsvcs. I get the following error when attempting to do so: The following installation error occurred: 1: Could not install type library XXX.tlb' into application YYY'.
|
| Cannot CreateInstance of Assembly after loading it with Assembly.Load(byte[]) | 11 May 2004 19:46 GMT | 3 |
Hi everybody. It's probably something easy, but stops me dead on tracks. I have no problem CreateInstance or InvokeMember on constructor when I am loading assembly using Assembly.LoadFile.
|
| Instruction referenced memory at 0x00000050 error | 11 May 2004 17:20 GMT | 2 |
I have a series of console application developed in vb.net with Visual Studio 2002. They works perfectly on my development workstation and our production server. Now I've installed these applications on a new server and it *intermittently* throws the error:
|
| How to unload an assembly that is loaded with Assembly.LoadForm | 11 May 2004 16:16 GMT | 1 |
I am having trouble gettting an assembly loaded with Assembly.LoadFrom. I can get the assembly call the method I need to call. Now I want to unload the assembly. I need to do this so that the user can (thru my app) create a new version of the assembly. The app will call a ...
|
| Problem with the simplest databinding | 11 May 2004 15:40 GMT | 4 |
I am new to .NET. I would like to bind a string to a textbox. I wrote the following code: string text = "hello"; this.textBox1.DataBindings.Clear();
|
| ASP to ASP.NET Migration Tool - URI Problem | 11 May 2004 14:54 GMT | 1 |
I have a very small test project to convert asp to asp.net using the Microsoft/Artisan ASP to ASP.NET Migration Assistant (http://msdn.microsoft.com/asp.net/using/migrating/aspmig/aspmigasst/default .aspx). Everything works fine when my include file is in the same directory
|
| Adding a resource file without recompiling | 11 May 2004 08:26 GMT | 1 |
I'm currently localizing a windows form to support several languages. Right now, the languages are in seperate .resx file with their own .dll. Is there a way so that I can add a new .resx files without having to recompile the entire program Sort of like, having a patch or update, ...
|