all groups > dotnet general > march 2007 > threads for thursday march 15
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Trouble with MSI install
Posted by Shilpa at 3/15/2007 9:15:20 PM
Hi,
I have created an msi package that installas some .Net dlls. It was
working fine until my windows profile got corrupt and I had to create
a new one after renaming the old. the old profile still exists with a
different name.
Now, when I try to run this msi, it says "The specified service... more >>
.NET code for dos2unix
Posted by Tam OShanter at 3/15/2007 5:44:46 PM
Hello,
I have a .NET application that FTP's text files to a Unix server for further
processing.
One of the step in the processing on the Unix server is running each text
file through the dos2unix utility.
dos2Unix converts Dos text file line endings to Unix line endings.
I wish to redu... more >>
Looking for asp.net centric OOP courses/classes.
Posted by darrel at 3/15/2007 3:17:32 PM
Can anyone recommend a course/class/training event that focuses on OOP
concepts in the context of ASP.net?
My background:
My education is in art/graphic design. Later spending most of my time doing
web design (IA, html, css, javascript, etc.)
For the past 4 years or so I've been doing l... more >>
Creating Strong Name Keys and Vista
Posted by PepperFleming NO[at]SPAM gmail.com at 3/15/2007 3:13:46 PM
Hi All,
I'm getting "access denied" trying to create a strong name key under
Vista. using sn.exe or going through Visual Studio 2005 to do it is
generating the same results.
I haven't seen any helpful information other than for XP, any one
experiencing this issue and know what I am missing... more >>
Import TAB delimited text file into SQL 2005
Posted by shil at 3/15/2007 2:27:27 PM
Hi,
I'm trying to find a right way the data from a TAB delimited UTF-8
text file into SQL database. My text file has Unicode characters like
=F6, =E9. I'm trying to code this in vb.net. Can any one guide me in the
right direction?
Thanks.
... more >>
Disable AutoPostBack?????
Posted by JP at 3/15/2007 1:33:45 PM
I have a textbox with Autopostback = true.
I also have in JavaScript that checks the value before the postback occurs
OnBlur = "return CheckValue(myValue)"
Ive always gotton it to work with command buttons that if the return value
was false, then the Server-side method behind the button wo... more >>
LoadFrom / Load to load an assembly created in .Net 1.1
Posted by Koert at 3/15/2007 1:11:02 PM
Hi,
In our project we use the following lines to compile some #c code (c# is
some runtime generated code):
CSharpCodeProvider provider = new CSharpCodeProvider();
CompilerParameters cp = new CompilerParameters();
cp.ReferencedAssemblies.Add(Assembly.GetExecutingAssembly().Location);
cp.Ge... more >>
Suggestion to learn .net 2.0 and above
Posted by Peter at 3/15/2007 12:55:30 PM
I want to learn .net 2.0 and above. I have no knowledge in .net at all.
There are Visual Studio 2005 Virtual Labs and Visual Studio .NET 2003 Virtual
Labs in MSDN. My understanding is that Visual Studio .NET 2003 is for .net
1.0. However, it seems to me that the VS .net 2003 labs may be be... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to determine an assembly's target platform?
Posted by Object01 at 3/15/2007 10:24:08 AM
We're working with some benchmarks designed to test x86 vs. x64
performance (both on a x64 system). To ensure that our assemblies are
loaded as x86 or x64, we specifically target our builds to the
appropriate platform, avoiding using the "Any CPU" setting. (It's my
understanding that on an x64 ... more >>
*** Can i have windows vista home premium english version as the b
Posted by Mike Rider at 3/15/2007 9:16:45 AM
Can i have windows vista home premium english version as the base
and install the windows vista ultimate as an upgrade in the Spanish language.
Will it work, or will i have any problem.... more >>
Using property gets me into infinite loop
Posted by Curious at 3/15/2007 9:12:01 AM
Hi,
I have a C# class that contains a property defined as follows:
public bool bRunTwice
{
get { return bRunTwice; }
set { bRunTwice = value; }
}
Then I have a method in the same class that uses the property as
below:
bRunT... more >>
understanding dependency between dll and vob's
Posted by Sonali at 3/15/2007 7:16:52 AM
Hi, I am new to this group. I am working on a peice of code which is
like:
1 windows class library project which needs a startup project (exe
generated by other project). It references this exe and lots of other
dll's. These dll's and exe are located in our clearcase VOBs, though
I
have a loca... more >>
Can't sign in to this forum from VISTA comp
Posted by denlong at 3/15/2007 6:46:18 AM
I cannot sign into this forum from my VISTA based desktop computer and am
having to do my searches from my XP based Laptop. Both computers are using
IE7 but the VISTA one is a different version. I've tried looking for
differences in the set up of IE7 and cannot see anything obvious.
The desk... more >>
Crystal Reports Permissions on a WIndows 2003 Web Server
Posted by Mike Owen at 3/15/2007 3:45:02 AM
Hi,
I have just added a Cyrstal Reports Viewer to an ASP.Net 2.0 application on
my live web server.
Whilst the initial report shows ok, when I try to do anything to it, e.g.
Move through it page by page, click on on the links on the report, I get a
'COMException: Access is denied' error.... more >>
VB.NET Project deployment issue
Posted by MSK at 3/15/2007 12:15:27 AM
Hi all,
I am newbie to .NET environment, I am developing a desktop application
using VB.NET, ADO.NET, and I want to deploy this into Win 98, NT, 2000
and XP systems,
I read lot of articles about deployment in lower end OS, but not
clear.
Kindly clarify the following.
1. Will my applic... more >>
|