我需要安装visual studio来解决这个问题吗? [英] do i need to install visual studio to fix this?

查看:49
本文介绍了我需要安装visual studio来解决这个问题吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我们正在运行Windows 2003服务器。它安装了.NET框架,但

上没有安装Visual Studio等。我在我的开发电脑和FTP上创建了一个新的

sulotion /项目,并使用我的dev中所有

的文件到我们的服务器。 PC。我还创建了一个\bin目录并复制了

tthose文件。


现在我收到此错误。我是否需要在服务器上安装visual studio

并在那里构建它?

=================== ==


分析器错误消息:无法加载类型''EmailServer.AspEmail''。


源错误:


第1行:<%@ Page Language =" vb" AutoEventWireup =" false"
Codebehind =" EmailServer.aspx.vb" Inherits =" EmailServer.AspEmail"%>

第2行:<!DOCTYPE HTML PUBLIC" - // W3C // DTD HTML 4.0 Transitional // EN">

第3行:< HTML>


源文件:D:\WWW \ domain \ myappfolder \ myapp.aspx行:1


we are running windows 2003 server. it has NET framework installed, but
doesn''t have Visual Studio etc. installed on it. i created a new
sulotion/project on my development pc and FTP''d it up to our server with all
of the files from my dev. pc. i also created a \bin directory and copied
tthose files as well.

now i''m getting this error. do i need to install visual studio on the server
and build it there?
=====================

Parser Error Message: Could not load type ''EmailServer.AspEmail''.

Source Error:

Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="EmailServer.aspx.vb" Inherits="EmailServer.AspEmail"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <HTML>

Source File: D:\WWW\domain\myappfolder\myapp.aspx Line: 1

推荐答案



Sam,


删除然后重新添加对您的AspEmail项目

来自该计算机上的位置。


此外,如果此控件未在此计算机上注册,您将会
即使您将控件复制并粘贴到

新机器上,
仍有问题。


在这种情况下你需要gacutil .exe可以在.NET SDK中找到


将来,交叉发布通常不太好。

" Sam" < SM ***** @ yahoo.com>在消息中写道

新闻:10 ************* @ corp.supernews.com:

Sam,

Remove and then add again the reference to your project for AspEmail
with from the location on that computer.

In addition, if this control is not registered on this machine you will
still have problems even if you copy and paste the control over to the
new machine.

IN that case you''ll need gacutil.exe which can be found in the .NET SDK

IN the future, cross posting is generally not nice.
"Sam" <sm*****@yahoo.com> wrote in message
news:10*************@corp.supernews.com:
我们正在运行Windows 2003服务器。它安装了.NET框架,但没有安装Visual Studio等。我在我的开发电脑和FTP上创建了一个新的
sulotion /项目,并将它连接到我们的服务器上,其中包含来自我的dev的所有文件。 PC。我还创建了一个\bin目录并复制了文件。

现在我收到了这个错误。我是否需要在
服务器上安装visual studio并在那里构建它?
=====================
来源错误:

第1行:<%@ Page语言= QUOT; VB" AutoEventWireup =" false"
Codebehind =" EmailServer.aspx.vb" Inherits =" EmailServer.AspEmail"%>
第2行:<!DOCTYPE HTML PUBLIC" - // W3C // DTD HTML 4.0 Transitional // EN">
第3行:< ; HTML>

源文件:D:\WWW \ domain \ myappfolder \ myapp.aspx行:1
we are running windows 2003 server. it has NET framework installed, but
doesn''t have Visual Studio etc. installed on it. i created a new
sulotion/project on my development pc and FTP''d it up to our server with
all
of the files from my dev. pc. i also created a \bin directory and copied

tthose files as well.

now i''m getting this error. do i need to install visual studio on the
server
and build it there?
=====================

Parser Error Message: Could not load type ''EmailServer.AspEmail''.

Source Error:

Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="EmailServer.aspx.vb" Inherits="EmailServer.AspEmail"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <HTML>

Source File: D:\WWW\domain\myappfolder\myapp.aspx Line: 1






不,你没有在生产机器上安装VS.NET。看来,由于

错误,问题是EmailServer.AspEmail组件要么没有在目标机器上存在,要么没有注册。

Sam < SM ***** @ yahoo.com>在消息中写道

新闻:10 ************* @ corp.supernews.com ...
No, you don''t install VS.NET on the production machine. It seems, by the
error, that the problem is that the EmailServer.AspEmail component is either
not present on the target machine or not registered.
"Sam" <sm*****@yahoo.com> wrote in message
news:10*************@corp.supernews.com...

我们是运行Windows 2003服务器。它安装了.NET框架,但没有安装Visual Studio等。我在我的开发电脑和FTP上创建了一个新的
sulotion /项目,并将它连接到我们的服务器上,其中包含来自我的dev的所有文件。 PC。我还创建了一个\bin目录并复制了
tthose文件。

现在我收到了这个错误。我是否需要在
服务器上安装visual studio并在那里构建它?
=====================
来源错误:

第1行:<%@ Page语言= QUOT; VB" AutoEventWireup =" false"
Codebehind =" EmailServer.aspx.vb" Inherits =" EmailServer.AspEmail"%>
第2行:<!DOCTYPE HTML PUBLIC" - // W3C // DTD HTML 4.0 Transitional // EN">
第3行:< ; HTML>

源文件:D:\WWW \ domain \ myappfolder \ myapp.aspx行:1

we are running windows 2003 server. it has NET framework installed, but
doesn''t have Visual Studio etc. installed on it. i created a new
sulotion/project on my development pc and FTP''d it up to our server with
all
of the files from my dev. pc. i also created a \bin directory and copied
tthose files as well.

now i''m getting this error. do i need to install visual studio on the
server
and build it there?
=====================

Parser Error Message: Could not load type ''EmailServer.AspEmail''.

Source Error:

Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="EmailServer.aspx.vb" Inherits="EmailServer.AspEmail"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <HTML>

Source File: D:\WWW\domain\myappfolder\myapp.aspx Line: 1



凯利,


我正在宣传交叉牌,你告诉它不太好。


Crossposting在我看来非常很高兴您从不同的

新闻组中获得意见。


我认为不好的是多重投放;发送邮件到各种不同的

新闻组,而不是一次。我发现这是一个很好的样本,来自正确的

交叉点。


我认为超过4个新闻组看起来好像是垃圾邮件

当然只是我的想法。


Cor

Kelly,

I am propaganding crossposting and you tell it is not nice.

Crossposting is in my opininion very good you get opinions from different
newsgroups.

Bad in my opinion is multiposting; sending post to all kind of different
newsgroups and not in one time. I find this a nice sample from a correct
crosspost.

More than 4 newsgroups start to look as well in my opinion to look to spam

However just my idea of course.

Cor

Sam,
从该计算机上的位置删除然后再添加对AspEmail项目的引用

此外,如果此控件未在此计算机上注册,则即使你将控制权复制并粘贴到新机器上也会有问题。

在这种情况下你需要gacutil.exe,它可以在.NET SDK

将来,交叉发布通常不太好。

Sam < SM ***** @ yahoo.com>在消息中写道
新闻:10 ************* @ corp.supernews.com:
Sam,

Remove and then add again the reference to your project for AspEmail
with from the location on that computer.

In addition, if this control is not registered on this machine you will
still have problems even if you copy and paste the control over to the
new machine.

IN that case you''ll need gacutil.exe which can be found in the .NET SDK

IN the future, cross posting is generally not nice.
"Sam" <sm*****@yahoo.com> wrote in message
news:10*************@corp.supernews.com:
我们正在运行Windows 2003服务器。它安装了.NET框架,但没有安装Visual Studio等。我在我的开发电脑和FTP上创建了一个新的
sulotion /项目,并将它连接到我们的服务器上,其中包含来自我的dev的所有文件。 PC。我还创建了一个\bin目录并复制了文件。

现在我收到了这个错误。我是否需要在
服务器上安装visual studio并在那里构建它?
=====================
来源错误:

第1行:<%@ Page语言= QUOT; VB" AutoEventWireup =" false"
Codebehind =" EmailServer.aspx.vb" Inherits =" EmailServer.AspEmail"%>
第2行:<!DOCTYPE HTML PUBLIC" - // W3C // DTD HTML 4.0 Transitional // EN">
第3行:< ; HTML>

源文件:D:\WWW \ domain \ myappfolder \ myapp.aspx行:1
we are running windows 2003 server. it has NET framework installed, but
doesn''t have Visual Studio etc. installed on it. i created a new
sulotion/project on my development pc and FTP''d it up to our server with
all
of the files from my dev. pc. i also created a \bin directory and copied

tthose files as well.

now i''m getting this error. do i need to install visual studio on the
server
and build it there?
=====================

Parser Error Message: Could not load type ''EmailServer.AspEmail''.

Source Error:

Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="EmailServer.aspx.vb" Inherits="EmailServer.AspEmail"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <HTML>

Source File: D:\WWW\domain\myappfolder\myapp.aspx Line: 1



这篇关于我需要安装visual studio来解决这个问题吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆