Rajonline_82's Q&A profile
Visual Studio Express Editions Running Without CLR
Is there any way that we can compile our application (.NET) without CLR So, it can work on the older Windows OS, without installing the CLR. I don’t see any option in the build that allows me to compile without the CLR. If someone could point me into right direction that would be great! Its still possible to build unmanaged applications, so applicatins that don't need the CLR. ...Show All
Visual Studio Express Editions Registration
I have tried to register my express version of VS2005 C# for about a week now. Each time I try I get an email back with an invalid link to retrieve my key. I have now surpassed the three tries Im alotted but still have not gotten a key to activate my product. Help! I have a project due and now Im totally locked out of it. You'll need to go through Contact Us support (free web support) to have them clear your acc ...Show All
.NET Development How to connect to internet using dialup
I want to write a program to dial a number, authortize the password, and connect to internet. Would anyone help me If you use C# to connect to the internet, shouldn't OS prompt user to verify the connection automatically (just a guess, I haven't been using modems since year -97) Well, at least you shold ask the user first, othervise your program is considered as a dialer and soon blocked by malware scanners allaround the globe... ...Show All
SQL Server Input column collection in script component?
Does there exist an input column collection in script component What I mean is that if I have 10 input columns with names: a,b,c,d...i,j Then, within the script component, can I access any column collection such that column[0] has value for column named 'a', column[1] has value for column named 'b' and so on.. Using Row.a , Row.b, Row.c and so on does not give the flexibility to get/set values in a loop. thanks, Nitesh Hi Simon, thanks a l ...Show All
Visual Basic Weird debugging issue in Vb.Net
Hi, I was having no trouble coding and debugging my project until this morning. I put in a break-point and then ran the debugger. The break point gives me this message: "The breakpoint will not currently be hit. The source code is different from the original version". I have no idea what I am doing wrong or why it is different. When I go to run the program, I added a few new lines of code and it does not execute them at all. I ha ...Show All
Windows Forms Object animation in VB?
I want to implement a couple of animations in my VB applications (simple animation,movement forwards or left-hand...). Since it´s a new topic for me Can anyone tell me something about it How can I start where can I more information find ....   ...Show All
Visual C++ .PDB files generated by VC 2002
Hi all, somewhere in the source code there may be an assignment like: rhandle->len = maxlen; which after inspection reveals bogus data. A debugger dv -b command will show that rhandle->len is 0 while maxlen is 20; but the next member of rhandle, will contain 20. This looks like a mismatch between the pdb format and the executable where the offset in structure pointed by rhandle is computed incorrectly. The compiler switc ...Show All
Visual Studio Team System Problem creating a new project
Hi all, I am fasirly new to .Net and I have made a little boo boo whern installing the software. Initially I installed the Team Foundation Server CD on my laptop. I then discovered that it was the wrong CD to build apps. I think I uninstalled all of its components and then started over. I then installed the Visual Studio 2005 Team Suite CD to my laptop. Now when I open the VIsual Studio 2005 Beta, to start building new apps, I go to FILE/ and al ...Show All
Visual Studio Team System File locked by another programmer
I have a project that has a file locked by another programmer that is no longer working with me and I can't get him to check the file back in. How do I (as an adiministrator) remove the lock from TFS source control The ability to undo someone else's checkin is a permission. I believe you should be able to use the tf command line with the /workspace option to undo the checkin in the other user's workspace. I'm not sur ...Show All
.NET Development .Net 2.0 VB IpcChannel Peer-To-Peer Example, Methods and Events
This is most likely trivial to most, although it wasn't for me. I had a TcpChannel Peer-To-Peer application a few years ago but lost the technology somewhere. After having followed many, many links to different documents and examples, of which many didn't work or were outdated or incomplete, I finally got a handle on it again. The working IpcChannel Peer-To-Peer Example contains a remote object host and 2 clients that can all communicate with ea ...Show All
Windows Forms Textbox scrollbar
I have a textbox set to multiline and am adding content by code. When the text gets to the bottom of the textbox is there a way to make the scrollbar automatically move down to read the current text as the text is added to the text box In the TextChanged event of the textbox, private void textBox1_TextChanged( object sender, EventArgs e) //Fired when text changes { this .textBox1.Select(0, ...Show All
Microsoft ISV Community Center Forums Access VBA and detecting when the form changes records
Just trying to find what function is called, i.e. where can I put code that will be run each time a form changes from record to record. It doesnt seem to be Form_Load... Also this form is using a Tab Control. Thanks Phil Hi Phillipe, You are looking for Form_Current , this fires each time that you move between records. If you want to do something to the record ...Show All
SQL Server Connectivity from Non Sql Servers
How would I configure a DB2, SAP Or Teradata as source in SSIS MS provides a OLE DB driver for DB2. You can find it on the following page. http://www.microsoft.com/downloads/details.aspx familyid=D09C1D60-A13C-4479-9B91-9E8B9D835CDC&displaylang=en As far as SAP goes, that depends on the underlying DB. If it runs on Oracle, then MS offers a OLE DB driver, or you can download ODP.Net from ...Show All
SQL Server SQL Server CTP won't install as Express is there, but Bld Uninstall Wiz won't remove it...
What to do After 2 days trying (with only increasing frustration) to get SQL Server working on Net Server 2003 SP1, I'll try it on my dev box: XP Pro SP2. I've installed Visual Studio June CTP on my dev box, so guess that SQL Express is on it. Express Manager isn't installed apparently, so I can't just use that. So now when I try to install SQL 2005 CTP, it displays a dialog that old bits need to be uninstalled first. Add-Rem ...Show All
Visual Studio 2008 (Pre-release) Package Load Failure
Howdy.. Just got this nasty error and wondered if anyone could help me to resolve it fast I have been running Expression Interactive Designer on a test box along with the Cider extensions for VS.. all running sweet... I installed SQL2005 on the same box for some further testing and now when I go to open a XAML page in designer mode in VS, i get a Package Load Failure with the specific package being.. PresentationDesignVisualStudio Anyone Anoth ...Show All
