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