I think I need to turn off a security layer in VS2010 somehow.
Error 1 The command "esriRegasm.exe "C:\Users\Patrick\Downloads\MyDynamicLayer\CSharp\bin\Debug\MyDynamicLayer.dll" /p:Engine /s" exited with code -1. C:\Users\Patrick\Downloads\MyDynamicLayer\CSharp\MyDynamicLayer2010.csproj 126 5 MyDynamicLayer2010
I have admin pe...
Hi
I'm using VS 2010 to build the deployment package for a web application. I manually deploy it to the IIS 6.0 server using the deployment ccommand script it generates. All the stuff gets copied under the Inetpub default website properly. The only issue I have is that the folder permissions keep getting reset once I deploy.
Say my web...
On startup Microsoft Visual Studio 2010 RTM Ultimate displays the splash screen then crashes with "Exception has been thrown by the target of an invocation".
See original MSDN forum post
This is what I have tried so far on my Win7 64x machine:
VS Repair
VS Reinstall
System restore to before issue
Modifying "HKEY_CURRENT_USER\Software\...
I'm writing a small program using CLR console application and when I write something it doesn't give suggestions, although i press (Ctrl+Space). I'm using visual studio 2010
can any one help me?
...
I have a Visual Studio 2010 project that is using Forms Authentiation. It runs fine from within Cassini (visual studio systray IIS, aka pressing F5). I'm using MVC2.
I created a website in IIS 7.5 (on my Windows 7 machine)
then pointed the physical directory at my Visual Studio project file
Enabled only Forms Authentication in IIS
...
I am still relatively new at VB.Net and Visual Studio and I'm assuming that this is a simple fix, but I'm not sure.
I have an asp:checkbox control on an aspx page I am working on. This checkbox is within a custom control and previously was posting back every time it was clicked. I am in the process of ajaxifying the page and have come...
I am porting some code from linux to windows and am coming up with some strange error. I have the following class:
(header)
RegionRectangle.h
#ifndef __RECTANGLE_H__
#define __RECTANGLE_H__
#include <iostream>
using namespace std;
class Rectangle
{
public:
Rectangle(int x = 0,int y = 0,int width = 0,int height = 0, int threshold=...
I have an test server setup that is running a version of the site I am working on. I change nothing on the server (IIS and whatnot). I have a share mapped to a directory below where the site is running from. I publish into the directory from VS2010. When I hit the site the next time, I get "HTTP Error 403.14 - Forbidden - The Web ser...
Hello,
I have an issue that I haven't been able to fix. When I open up a XAML file in VS 2010 Ultimate, my Win 7 changes to the Basic color scheme. It's annoying and just started about a week ago.
If anyone has any suggestions, please let me know.
Thanks,
Tim Savage
ACEP, LLC
...
Back in 'the day', I was really productive using WordStar to edit code, because of the Ctrl- keystrokes and how they mapped to editor commands. As I recall, Turbo Pascal's integrated editor used the same keystroke patterns. Now, years later and older, I really miss them. Is there any way (hopefully easy, but I'll take anything) to map...
I am getting the transformed web.config in the deployment package incorrectly transformed.
The result is as follows (notice how the connection string gets generated):
<connectionStrings>
<add name="xxxConnectionStringNamexxx"
connectionString="$(ReplacableToken_xxxConnectionStringNamexxx-Web.config Connection String_0)" pr...
Everytime I open VS 2010 I get this:
The automatically saved settings file 'visual studio 2010\settings\CurrentSettings.vssettings' is not available for write. You can change this file on the 'Import and Export Settings' Tools Options page.
Great ok. I'll export what i've got out and move it to a new location, and then set that as ...
So, I have a code, that compiled on MSVC 9 and some previous (dunno how far back it goes...), GCC, MingW, GCC on Mac...
But one line, does not compile on MSVC:
class_< vector<unsigned int> >("LayerList")
.def(constructor<>())
.def("GetCount", &vector<unsigned int>::size)
.def("Get", &NumberGet)
.def("Add", &vector<unsigned int>::push_...
My workstation has an AMD Phenom II x6, 4GB DDR3 ram, and Windows XP 32-bit (yes, still XP and still 32 bit).
When I am compiling projects using VS2010, I've noticed that it doesn't use more than 1 core (at least this is what task manager is telling me).
Is there a way to get it to compile the individual files using multiple cores? -- ...
I finally got around working out how to work with design-time data.
I have same SampleData.xaml when it's feasible and otherwise I've got some DesignTimeXXXPresentationModel which worl great as well.
I know that I can set the SampleData.xaml to DesignData in the Build Action and VS does its magic and leaves it out of the DLL.
I couldn...
Hello,
how to hide the name of the requested column when i show the data in an ASP.Net web application. problem is: i request some data from a sql table and show it on an asp.net webpage. now it shows the data but adds the column name in front (both in Listview and DataList). Like this: Columname: Data. How do i avoid the columnname bee...
I'm trying to use msbuild GenerateBootstrapper task to distribute a .net application with the framework, without the need of internet connection to install it.
I've found many posts that all lead to the same instructions in here:
Enable Samesite for the .NET Framework 3.5 SP1 bootstrapper
After following the instructions, I still can...
using VisualStudio2010;
After attaching to a Process and pressing Pause (Break-All), you switch to the desired thread and use the Quick Watch window to check out some data, say
MySingletonClass.Instance.Data
Sometimes I either get this
Cannot evaluate expression because the current thread is in a sleep, wait, or join
or this (w...
When generating interop wrapper classes in visual studio 10 the tool throws the following error:
Interopform wrapper class generator: Error creating interopForm Wrapper Classes for Project xxx
Error list is empty
where can I start to search for the source of the Error?
...
... to have tfs-tasks window split vertically by default?
...