| Thread | Last Post | Replies |
|
| I don't want to re-invent the Login/Login Wheel - Help with utilities | 13 Feb 2008 20:38 GMT | 8 |
Hey guys, I am starting a small project for a friend who expects to have users do a normal logon process using UserName & Password variables. I want to save some time and find a reliable piece of code with encrypt/decrypt capabilities that has been written in either C# or VB.Net ...
|
| Changing the version number of a compiled .NET DLL | 13 Feb 2008 11:46 GMT | 1 |
I have a DLL which is built first by compiling a JavaScript file with the JSC.exe JavaScript compiler, and then linked with a strong name keyfile using ILMerge. This all works well, except that the resulting DLL has a version number of "0.0.0.0". Try as I might, I have been ...
|
| Problem with VS 2008 Setup project | 13 Feb 2008 10:51 GMT | 2 |
I've created a new Windows Forms Project in Visual Studio 2008 targeting the 2.0 framework (this is going to be running on Windows 2000 machines). I've added a setup project to the solution and under project properties | prerequisites I've ensured that only Windows Installer 3.1 ...
|
| VS2008 Class Designer Buggy? | 12 Feb 2008 15:53 GMT | 2 |
I created a new Class and then attempted to create a property and the Class Designer kept arguing about improper characters being used: private string _platformType; (tried with and without semi-colon and what's so wrong about what I typed?)). The Class Designer error dialog left ...
|
| linking & embedding manifest on every build in VS 2005 | 12 Feb 2008 14:47 GMT | 5 |
Haw can i stop this behaviour: Every time i build my project visual studio 2005 start linking and embedding manifest even if nothing changed in my project: ------ Build started: Project: myprj, Configuration: Debug Win32 ------
|
| RegisterClientScriptBlock | 12 Feb 2008 13:43 GMT | 2 |
I am using Visual Studio 2005 and getting a warning about using RegisterClientScriptBlock. My intellisense says to use RegisterClientScriptBlock(key as string, script as string). However, I get a warning telling me it is obsolete and that I
|
| Visual Studio 2005 Current Version? | 12 Feb 2008 12:41 GMT | 2 |
Our IT department does not allow us access to Windows update. I have been trying to find out what the current, most up to date, version of Visual Studio 2005 is. The version I have is 8.0.50727.762 sp..050727-7600
|
| How to prevent loosing custom tasks and colors when I backup my webproject | 12 Feb 2008 06:28 GMT | 11 |
I have a workflow where I copy the folder with my VS 2008 web project into a backup folder, and then continue to edit in the project. I've noticed that all the tasks I wrote, and the custom colors I created when editing the style sheet, are now gone. I think it might be related ...
|
| This should be really simple but I just can't do it... | 12 Feb 2008 04:00 GMT | 3 |
I'm used to web developing. I create a user control and it becomes a file in my solution.When I need to use that control in a web form I just drag it from the solution pane on to my web form designer and VS does all the work of inserting the necessary
|
| Single-stepping s-l-o-w through Remote Desktop...? | 11 Feb 2008 19:52 GMT | 3 |
For some obscure reason, VS2008 pauses for a good 1-2 second between every single line of code when I single-step when running via Remote Desktop. If I do the same at the machine itself, there is no such delay--single-stepping is nearly instantaneous.
|
| Click Once and SQL Server Express | 11 Feb 2008 17:38 GMT | 1 |
I created an application install using "Publish <app_name>" in Visual Studio "Build" menu. The publishing wroked, but when I tried to install on a different computer I was shown with the pre-requisites form prompting me to install SQL Express (I was Expecting that, as I ...
|
| 64-bit deploy project does not produce 64-bit Framework prereq | 11 Feb 2008 02:51 GMT | 3 |
I have figured out my first problem. In order to target 32-bit processors and 64-bit processors, one has to have 2 separate vdproj projects. I have a 32-bit app that requires the .NET Framework 2.0. In order to install on a 64-bit machine, the 64-bit version of the framework ...
|
| VS 2008 RTM failed to install | 10 Feb 2008 02:23 GMT | 1 |
I have Windows XP SP2. VS 2005 installed successfully without any issues. Now I am trying to install VS 2008 RTM version on the same machine and the installation failed. Initial component .NET Framework 3.5 failed to install and hence the total
|
| Form not displaying properly - VS 2005 | 09 Feb 2008 20:53 GMT | 3 |
I created an application with VS 2005 that contains a fairly wide (pretty much screen width) form. On my laptop, it displays properly showing all contents/controls of the form properly. On some machines, however, the form appears to display at the proper
|
| Sharepoint 2007 as version control | 09 Feb 2008 01:57 GMT | 2 |
Sharepoint 2007 has version control capability, what's your take on using it as the main version control software for a .Net project of about 1 million LOC? Is anyone use it for development version control system? Thanks,
|