Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
7answers
661 views

Can .NET intercept and change css files?

UPDATE 1: I have now setup IIS6 so .NET can handle calls to .css files. What do I have to do now to get it to change css files based on the referal url? So if the referal url is http://intranet/, ...
4
votes
2answers
79 views

In VS 2003, how to suppress deployment of .NET CF 1.0 every time I debug?

I'm (unfortunately) using VS 2003 to develop for some Windows CE .NET 4.1 mobile devices. The app is written in .NET Compact Framework 1.0 (the OS cannot support any later version of the .NET CF). ...
4
votes
3answers
227 views

Where can I find .NET v1.0.5000.0?

I've just been informed at my workplace that we have an application that is used in production that has stopped working. I'm searching as best I can to find where the source for the application is in ...
3
votes
1answer
1k views

When I publish a WCF rest service in IIS the services do not work?

Im using WCF REST 4.0 meaning to say their is no .svc file.. So I have 3 different service classes in one service WCF Rest Application project. And I registered all these services in the Global.asax ...
2
votes
2answers
88 views

Do I need .NET 1.0/1.1 to run apps built on those versions, or can I upgrade to 3.5?

We have many new computers and have some needed old apps created using .net 1.0 and some created with .net 1.1. Will these apps work if I install only .net 3.5? The applications are desktop apps.
2
votes
2answers
80 views

.NET 1.0 ThreadPool Question

I am trying to spawn a thread to take care of DoWork task that should take less than 3 seconds. Inside DoWork its taking 15 seconds. I want to abort DoWork and transfer the control back to main ...
2
votes
5answers
1k views

How do I create an automated build file for VB.Net in NAnt?

I have taken over the development of a web application that is targeted at the .net 1.0 framework and is written in C# and Visual Basic. I decided that the first thing we need to do is refine the ...
1
vote
5answers
110 views

What Visual Studio for .NET 1.0 web development?

I have a old web application developed in .NET 1.0. How can I do some minor changes in it? What Visual Studio do I need and how do I obtain it? Or can I develop in some other tool? Thanks in advance! ...
1
vote
5answers
256 views

Upgraded .net webapp can't open connection to database

I have an old .net 1.0 webapp that needs a bit of maintenance done on it. I've used the auto-upgrader to upgrade it to .net 3.5 (and also later tried 2.0) but now it can't connect to the database. On ...
1
vote
3answers
217 views

Can Visual Studio 2008 Reference 1.0 Assemblies?

I've got an older assembly (Office XP PIA) that appears to target the .NET 1.0 framework. The assembly has been registered and is visible in the GAC (as well as the Win32 registry), but it doesn't ...
0
votes
1answer
259 views

save image in oracle database with oledb provider

i want to save image file in oracle database in blob data type field,but because OleDbType type(OleDbType.Binary) does not support blob data type , when I am trying to save file it is not receiving ...
0
votes
0answers
187 views

Server was unable to process request error calling asp.net 1.0 webservice

I am calling a 'old school' asp.net webservice (no wcf), hosted in IIS, secured with Windows Authentication and anonymous not allowed. When I call this from a test app from an other server (winforms, ...
0
votes
1answer
263 views

Crystal Reports ExportToDisk font size

When using the ExportToDisk method of ReportDocument it shrinks all of the fonts to 0.5pt than they were specified in the report. I'm creating a word document so specified the line of code as such: ...
0
votes
1answer
470 views

unable to open web project the two need to map to the same server location error

I am getting the following error when trying to open a vb .net 1.0 project using VS2002. "Unable to open Web project 'ProjectName'. The file path 'FilePath' does not correspond to the URL ...
0
votes
2answers
71 views

Whats better: Deserialise to Object vs Just Xpathing against an XML Doc?

I've been doing alot of XML processing in C# of late and after coming back to C# from a long stint javascript coding I'm really missing some of the nice short cuts of JS. I've go a sizable XML ...
0
votes
2answers
559 views

Error handling of stored procedure having known errors being called from vb.net

I have sql server2000 encypted stored procedure. I can not modify them. Typicaly all the procedures manipulate row by row different tables using cursors etc. When the stored procedure is executed at ...
0
votes
2answers
115 views

Exception Handling - line skipped and sqle is null

IDE = VS7 or 2002 Hi all, I have a really weird problem here. The code doesn't appear to be executing as expected. I'm running this through the debugger and it's performing really strangely. I have ...
0
votes
1answer
126 views

Unable to debug ASP .NET 1.0 Application

When I try to debug a web site in .NET 1.0, I get the following error "Error while trying to run project: Unable to start debugging on the web server. Could not read key from registry" I was not able ...