-
Twisted Rider, That's quite an interesting error - the module concerned is stored inside the Microsoft.Web.Atlas.dll file, are you absolutly sure it's inside the Bin directory on the server? How have you published the application? Have you used the publish functionality from within VS.NET 2005...
-
You need to include the DLL and merge your web.config with
the atlas web.config (found C:\program files\microsoft
asp.net\Atlas\v2.0.50727\Atlas\Web.config). You only need to set up the
*.asbx extension if you plan on using Atlas' bridging technology. Even then, there is a workaround to using the...
-
Theorectically, you can use Atlas with any server-side platform, even plain ol' HTML. So, has anybody done this? I'm learn what the basic setup is for using an Atlas control on (for the sake of example) a simple HTML page. I cannot find any documentation/examples that describe how to set it up...
-
Yes and no. For client side files (such as HTM and JS) it doesn't matter where you stick anything at all. ASP.NET does not care about them in the sense that it cares about server side files. As for your source files, such as the VB files, you might consider splitting it into a few projects. A Data...
-
When deploying a site to its debug/release-environment using the web deployment project, is it possible to specify that not all files should be removed? For example, I'm using an Access db, in the App_Data folder. In the development environment this database differs from the one in the production...
-
Consistantly when I try to build a deployment package in VS2005 I get the error C:\Program Files\MSBuild\Microsoft\WebDeployment\v8.0\Microsoft.WebDeployment.targets(474,9): error MSB6006: "aspnet_merge.exe" exited with code 1. So I look at the file Microsoft.WebDeployment.Targets: at line...
-
Hi, I created a Windows Class Library (DLL) with a windows user control class inside of it. When I add the DLL to my form to view the user control the code looks as follows: < object id ="rtfcontrol" height ="804" width ="678" classid ="NeaMetrics.dll#NeaMetrics...
-
Hi All, I am very new to ASP.NET, I've developed a simple ASP.Net Project with only one page "DEFAULT.ASPX", and uploaded on the site using "PUBLISH TO WEB" option from Menu. But when I open the site, it gives an Application Error and gives me option to correct the "customerrors"...
-
Hi All, I have 3 web services. First service sends msg to second service and second one sends the msg to the third service. If the third service returns any error, second service creates an soapenvelope and sends it back to the first service. But when the first service receives the msg, it considers...
-
I have the following problem: I have a web application precompiled on .net 2.0 and I need to handle situation when is is accidentally installed into virtual directory configured for .net 1.1. If this happens the application will fail on web.config parsing stage, since .net 2.0 web.config schema was extended...