Tagged Questions
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).
...
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.
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 ...
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
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 ...